commit: ba4d3ec2715d2dcb45f4d3cfe21f3bec62127f1e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 7 04:11:32 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 7 04:40:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4d3ec2
dev-python/typing-inspection: New package, v0.4.0 New dep of dev-python/pydantic. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/typing-inspection/Manifest | 1 + dev-python/typing-inspection/metadata.xml | 12 +++++++++++ .../typing-inspection-0.4.0.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/typing-inspection/Manifest b/dev-python/typing-inspection/Manifest new file mode 100644 index 000000000000..4f5384f9ac4c --- /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 000000000000..80b4e6230163 --- /dev/null +++ b/dev-python/typing-inspection/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">pydantic/typing-inspection</remote-id> + <remote-id type="pypi">typing-inspection</remote-id> + </upstream> +</pkgmetadata> 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 000000000000..99a999338e3d --- /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
