diff options
Diffstat (limited to 'dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild')
| -rw-r--r-- | dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild b/dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild new file mode 100644 index 000000000000..5bf97d5686a2 --- /dev/null +++ b/dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Client protocol specification for agent interactions" +HOMEPAGE=" + https://github.com/agentclientprotocol/python-sdk + https://pypi.org/project/agent-client-protocol/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest |
