mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-23 08:31:57 +01:00
29 lines
735 B
Bash
29 lines
735 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 pypi
|
|
|
|
DESCRIPTION="Python SDK for Model Context Protocol"
|
|
HOMEPAGE="https://github.com/modelcontextprotocol/python-sdk"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm64 ~x86"
|
|
|
|
RESTRICT="test"
|
|
|
|
RDEPEND="
|
|
>=dev-python/agent-client-protocol-0.6.3[${PYTHON_USEDEP}]
|
|
dev-python/anyio[${PYTHON_USEDEP}]
|
|
>=dev-python/jsonschema-4.20.0[${PYTHON_USEDEP}]
|
|
dev-python/httpx-sse[${PYTHON_USEDEP}]
|
|
dev-python/pydantic[${PYTHON_USEDEP}]
|
|
dev-python/starlette[${PYTHON_USEDEP}]
|
|
dev-python/sse-starlette[${PYTHON_USEDEP}]
|
|
"
|
|
DEPEND="${RDEPEND}"
|