mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-22 08:02:21 +01:00
25 lines
654 B
Bash
25 lines
654 B
Bash
# Copyright 2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
PYTHON_COMPAT=( python3_{12..14} )
|
|
DISTUTILS_USE_PEP517=hatchling
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Agent Client Protocol"
|
|
HOMEPAGE="https://github.com/mistralai/agent-client-protocol"
|
|
SRC_URI="https://files.pythonhosted.org/packages/c6/fe/147187918c5ba695db537b3088c441bcace4ac9365fae532bf36b1494769/agent_client_protocol-0.6.3.tar.gz -> ${P}.tar.gz"
|
|
S="${WORKDIR}/agent_client_protocol-${PV}"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm64 ~x86"
|
|
|
|
RESTRICT="test"
|
|
|
|
RDEPEND="
|
|
dev-python/pydantic[${PYTHON_USEDEP}]
|
|
"
|
|
DEPEND="${RDEPEND}"
|