diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-13 03:04:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-13 03:04:35 -0500 |
| commit | d6c616f80bd44aa3323ca5211338d251e1215938 (patch) | |
| tree | 9597c13f86588aca7eeb854a486440bdcace1c30 /dev-python/agent-client-protocol | |
| parent | 40d2213d241ba50dbaf9b311a92a93e480fbd474 (diff) | |
| download | baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.gz baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.tar.xz baldeagleos-repo-d6c616f80bd44aa3323ca5211338d251e1215938.zip | |
Adding metadata
Diffstat (limited to 'dev-python/agent-client-protocol')
| -rw-r--r-- | dev-python/agent-client-protocol/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/agent-client-protocol/agent-client-protocol-0.11.0.ebuild (renamed from dev-python/agent-client-protocol/agent-client-protocol-0.10.1.ebuild) | 18 |
2 files changed, 17 insertions, 3 deletions
diff --git a/dev-python/agent-client-protocol/Manifest b/dev-python/agent-client-protocol/Manifest index 814b0b7692db..55428724cc51 100644 --- a/dev-python/agent-client-protocol/Manifest +++ b/dev-python/agent-client-protocol/Manifest @@ -1 +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.11.0.ebuild index 0409726b36db..18b7f631b86d 100644 --- a/dev-python/agent-client-protocol/agent-client-protocol-0.10.1.ebuild +++ b/dev-python/agent-client-protocol/agent-client-protocol-0.11.0.ebuild @@ -6,21 +6,35 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 pypi +inherit distutils-r1 +MY_PN="python-sdk" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Client protocol specification for agent interactions" HOMEPAGE=" https://github.com/agentclientprotocol/python-sdk https://pypi.org/project/agent-client-protocol/ " +SRC_URI=" + https://github.com/agentclientprotocol/${MY_PN}/archive/refs/tags/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" RDEPEND=" - >=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pydantic-2.7.0[${PYTHON_USEDEP}] " EPYTEST_PLUGINS=( pytest-asyncio ) distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + # raise timeout + sed -i "s/timeout=2/timeout=10/" tests/real_user/test_stdio_limits.py || die +} |
