summaryrefslogtreecommitdiff
path: root/dev-python/agent-client-protocol
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-28 07:14:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-28 07:14:12 +0000
commit092c8f0bee28da7e426bd12abf9919b8459ef84f (patch)
treeca07b70dd2ff9d2c074672ecba68f6994d31ab84 /dev-python/agent-client-protocol
parentb2887c7ab46ed23ad0f71c82db7c9444661c69fc (diff)
downloadbaldeagleos-repo-092c8f0bee28da7e426bd12abf9919b8459ef84f.tar.gz
baldeagleos-repo-092c8f0bee28da7e426bd12abf9919b8459ef84f.tar.xz
baldeagleos-repo-092c8f0bee28da7e426bd12abf9919b8459ef84f.zip
Adding metadata
Diffstat (limited to 'dev-python/agent-client-protocol')
-rw-r--r--dev-python/agent-client-protocol/Manifest1
-rw-r--r--dev-python/agent-client-protocol/agent-client-protocol-0.8.1.ebuild26
-rw-r--r--dev-python/agent-client-protocol/metadata.xml10
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/agent-client-protocol/Manifest b/dev-python/agent-client-protocol/Manifest
new file mode 100644
index 000000000000..241b1f875100
--- /dev/null
+++ b/dev-python/agent-client-protocol/Manifest
@@ -0,0 +1 @@
+DIST agent_client_protocol-0.8.1.tar.gz 68866 BLAKE2B c0b81def28c8893d5104fea047e11fb4220ce907d07e404246cb2cb63254c5e49196e9e64a33b980b342925a4e9b21b530e1fdd2981f7e6a15f2f9a31ea096b4 SHA512 fa101c204b550cd6af5196da5d1d2a19e68f5e88a9ff632b957c7bfa830e8cba58c5fe02eabd7fdf5b1624934b283de912d21d245760ae7741e0fa80c8aa603a
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
diff --git a/dev-python/agent-client-protocol/metadata.xml b/dev-python/agent-client-protocol/metadata.xml
new file mode 100644
index 000000000000..a2cf3f904da1
--- /dev/null
+++ b/dev-python/agent-client-protocol/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>falbrechtskirchinger@gmail.com</email>
+ <name>Florian Albrechtskirchinger</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file