diff --git a/dev-python/agent-client-protocol/Manifest b/dev-python/agent-client-protocol/Manifest index c883b42820..55428724cc 100644 --- a/dev-python/agent-client-protocol/Manifest +++ b/dev-python/agent-client-protocol/Manifest @@ -1,2 +1 @@ -DIST agent_client_protocol-0.10.1.tar.gz 81924 BLAKE2B aee953c8610db3a1ed5330641d521d34674d776f7ffc4db7c304b9960e0d6465666c371c86267e6571c566dc91d7c1c133f6e8e2cb7f7e36431af7c3c58ed804 SHA512 adaaca3fddfcd08c6ea908ad24e564e70fdc8169ff9000f81b1e2ff6ddf18f50b5fd3d71579bae36d138f73045276ad7a10dcaa1e1514d84b1fc74a2f26af9a2 DIST python-sdk-0.11.0.gh.tar.gz 233517 BLAKE2B 49274c9b4dcd1728c725cd389e846ed46a8345d8a575e1964ee78e9a6a65ba5605c037e465203fcddd8b5bca2d5f36c7362ae254503751b6d98efb3cb9fbef2e SHA512 b9c3f6d8e44b2bdc61eae19b0dbcd9ba0500adc6e0d4a8580542a017bff505e0579b4ba4b1bc4e09da423b0b048ee9a418e3fc0a06d469939e6dfe55c052758e diff --git a/dev-python/agent-client-protocol/agent-client-protocol-0.10.1.ebuild b/dev-python/agent-client-protocol/agent-client-protocol-0.10.1.ebuild deleted file mode 100644 index 594da2879a..0000000000 --- a/dev-python/agent-client-protocol/agent-client-protocol-0.10.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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_{12..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