summaryrefslogtreecommitdiff
path: root/dev-python/annotated-types
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/annotated-types')
-rw-r--r--dev-python/annotated-types/Manifest1
-rw-r--r--dev-python/annotated-types/annotated-types-0.8.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/annotated-types/Manifest b/dev-python/annotated-types/Manifest
index ccb7b89c096d..c1c2dd3cd430 100644
--- a/dev-python/annotated-types/Manifest
+++ b/dev-python/annotated-types/Manifest
@@ -1 +1,2 @@
DIST annotated_types-0.7.0.tar.gz 16081 BLAKE2B 45f536bafb0a9dead41a7fcafe50304508df5024921c2b3637ba51ff144d46fd8cba4d503a65fcec1a973cf2cd791074a83d72fbd2f17269bd9a2d2b9f8c114e SHA512 8a6dd7274270397f7779fc4ca242997ad2ea739b530be5abcc30a72d1e4042fc08753ab432c3d9c7a53c7474b3794504062f68235885cfb6c688cce0700d8758
+DIST annotated_types-0.8.0.tar.gz 15893 BLAKE2B df94cdf484f7d236abca3379543f41ce2b71da5ccc8944e916f60ba58e8adaa6da1446af11b21b2ad33e56987d565e0abd28906a6121ca4a7fa31c1482adc932 SHA512 68ca95ae9ce0991e7d2851ccc1bff58bf775ac8daa1e0049617a689d9060edd9782eaa37cb40c8337affcdffb246be0efc18af6ece1af37fb24fdaccff679a71
diff --git a/dev-python/annotated-types/annotated-types-0.8.0.ebuild b/dev-python/annotated-types/annotated-types-0.8.0.ebuild
new file mode 100644
index 000000000000..c14066ba24f4
--- /dev/null
+++ b/dev-python/annotated-types/annotated-types-0.8.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2023-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Reusable constraint types to use with typing.Annotated"
+HOMEPAGE="
+ https://github.com/annotated-types/annotated-types/
+ https://pypi.org/project/annotated-types/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest