diff --git a/dev-python/typing-inspection/Manifest b/dev-python/typing-inspection/Manifest new file mode 100644 index 0000000000000..4f5384f9ac4c3 --- /dev/null +++ b/dev-python/typing-inspection/Manifest @@ -0,0 +1 @@ +DIST typing_inspection-0.4.0.tar.gz 76222 BLAKE2B 08e509950b6d71d5036d91293c6773467f0d7a09ea21a54692341eb980aee6f91b364039070bc49680f4b201fa6bc8d8211d889f9fafdc2341762559354e4e0d SHA512 95e725e7db7609406f8a63dda46ac7559adf13ef5d63e44a43966977163ff69825df465fb741d288e63ee01240dc3fe8b1314b0cd5030f2d5b08d24a739b7b02 diff --git a/dev-python/typing-inspection/metadata.xml b/dev-python/typing-inspection/metadata.xml new file mode 100644 index 0000000000000..80b4e62301639 --- /dev/null +++ b/dev-python/typing-inspection/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + pydantic/typing-inspection + typing-inspection + + diff --git a/dev-python/typing-inspection/typing-inspection-0.4.0.ebuild b/dev-python/typing-inspection/typing-inspection-0.4.0.ebuild new file mode 100644 index 0000000000000..99a999338e3d0 --- /dev/null +++ b/dev-python/typing-inspection/typing-inspection-0.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Runtime typing introspection tools" +HOMEPAGE=" + https://github.com/pydantic/typing-inspection/ + https://pypi.org/project/typing-inspection/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest