repo/gentoo:master commit in: dev-python/typing-inspection/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786588323.e70bb5ee2c98a92be3525259218ffb705a04c6c6.mgorny@gentoo> |
commit: e70bb5ee2c98a92be3525259218ffb705a04c6c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 02:13:20 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 02:32:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70bb5ee
dev-python/typing-inspection: Bump to 0.4.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/typing-inspection/Manifest | 2 ++
.../typing-inspection-0.4.4.ebuild | 27 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/typing-inspection/Manifest b/dev-python/typing-inspection/Manifest
index 6d60bb362bfe..5ac3e47656b6 100644
--- a/dev-python/typing-inspection/Manifest
+++ b/dev-python/typing-inspection/Manifest
@@ -2,3 +2,5 @@ DIST typing_inspection-0.4.2.tar.gz 75949 BLAKE2B bae55da912aae3d2a2c5b64f99f157
DIST typing_inspection-0.4.2.tar.gz.provenance 9675 BLAKE2B 65e34b18eb41684e9302b79ac6e68021cd687acdf0f988ed27006601206848e5cfa3f22d46b92cd6f75bcc5fece1d3575388840105e1eb7bd9d580cd5885df01 SHA512 57efbe35549205bb7037337170d4e2e3c85b5cb9343c6764691ba56b5e8ffe4c72f1ceb820d6836d0217e5179d47770873bb40efb13e6846b23b818af4864c58
DIST typing_inspection-0.4.3.tar.gz 76711 BLAKE2B 4d9ea1ad4138992ec26fa4a9920c55e91998f2393c39d468897e677bc64eec40c800624c7367c3ff86508c3a1f2e88599ac4ff6a4fe4f39613472acdc76fd0a6 SHA512 d0229d9871dbac7c0f41997ffcd301b273d7c998ba6c9ed02f0223f3dc39683dd68f24967688d8fd25071345fc3997132de1d873f7feef3be47f8acb3de750b6
DIST typing_inspection-0.4.3.tar.gz.provenance 9667 BLAKE2B cb5a7c2ecdffce461383d1cc4d08c609b017063531a4897094f29393e60b7719b968baab832d334043607afe3dc2e19a7ec58d1877819468c77a965e2d938f79 SHA512 f083dfd6757436b54b4a112b158b18cbfc8ab679fbada3cf0079b4bea8d37b572b6a67ae74d8814b4bc856d83cb520ba3972ebddb3b833d06c6e92ba0a72f0b5
+DIST typing_inspection-0.4.4.tar.gz 76928 BLAKE2B 758d6a77e253d05a46958b3b2018ce14dfb1de8f2115d04e3c3d0f15a20cd9e52982149563d45f7313e90d6a187524a5cbbac105151c7c59d61f4f6ecb2368a0 SHA512 1d207f47d29a4704fdd1ca2fa39277a658d7b4551da88887cbf90e42cbfc0eeb3dbd82f86ffbfc3438f7771e943dfa37f4bb3f06dcbe9e04a2a187d11536dba4
+DIST typing_inspection-0.4.4.tar.gz.provenance 9951 BLAKE2B 6fa581bf709ee2a8c3b26ab4cb031e415138e5bf1b7a899c115d7e0e7381df6f08b88a6b330aa7c4783ab8ef1b73fd56e2820714d3979ddd3fc8f1e581cbd16c SHA512 cbcc4725238058940d16459a9e59ce7b81e21e5fa14f455e9dcbef75451c8f18aaae4420f84fd452b16824220fd94c96e29e84faf704d6bc309f891ce1f156e7
diff --git a/dev-python/typing-inspection/typing-inspection-0.4.4.ebuild b/dev-python/typing-inspection/typing-inspection-0.4.4.ebuild
new file mode 100644
index 000000000000..0b0a7ce3e3bc
--- /dev/null
+++ b/dev-python/typing-inspection/typing-inspection-0.4.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/pydantic/typing-inspection
+PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t )
+
+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 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest