summaryrefslogtreecommitdiff
path: root/dev-python/annotated-types
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-04 21:35:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-04 21:35:21 +0100
commit64ae9c18e99cfcf94f587b8adc9bf9aae3f6d1fb (patch)
treede7ceb1d046ef65ab7bd35b7eca8da219395a4be /dev-python/annotated-types
parentbb8c9132545ddf1e366b0b478c0dc89c56cf6dcd (diff)
gentoo auto-resync : 04:06:2023 - 21:35:20
Diffstat (limited to 'dev-python/annotated-types')
-rw-r--r--dev-python/annotated-types/Manifest3
-rw-r--r--dev-python/annotated-types/annotated-types-0.5.0.ebuild27
-rw-r--r--dev-python/annotated-types/metadata.xml13
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/annotated-types/Manifest b/dev-python/annotated-types/Manifest
new file mode 100644
index 000000000000..8be3de5f8305
--- /dev/null
+++ b/dev-python/annotated-types/Manifest
@@ -0,0 +1,3 @@
+DIST annotated_types-0.5.0.tar.gz 13504 BLAKE2B 6c13267b2bdcafabc57e734e3a92133c140ed34560625ed067e01b19f4c8e250b01dacfd5518d0e7283fe469d053a1c1baed173f215231e7303defc3e444667d SHA512 d59c00ff84d510d87149aa9a33deb26e2c3aee98f0f99b63cc0eba83a212c4c1567fcb81370e8bf9add32fd23cc9ea2a5a8692a840d316c44ab7a550bd4349b3
+EBUILD annotated-types-0.5.0.ebuild 527 BLAKE2B 7f2f3ce22ee4a536e2ae20136b5c6354cfff0418c2a6cb195403c2787a243da3c6dfcc559594e5287eafa92a9ea133950b53097b4455b321e594334aa46cf3cb SHA512 dba1ce8c8b8c41414f7675350251d0c80881455b8f84d4681936dd59b6b51971c5f738c9a059fd7bfc3bfd979e5024f084398e0ce5484fa4edb7d476742c1e17
+MISC metadata.xml 414 BLAKE2B 692ebee33e03288b0a5ec5fd649cceaf7dd6043893712deb3204371965898d12390301349644d4daebd014f09afb6a89731144747b061f872d7e75e8c4f3b668 SHA512 6434d35a1cc78c487e02a2b19d56b2778517adfa07f81003cfd981fca0c49c0f26c95139865a02bba22ea10991639b98a8ebc27d71bdfd892bcb653338a9cf32
diff --git a/dev-python/annotated-types/annotated-types-0.5.0.ebuild b/dev-python/annotated-types/annotated-types-0.5.0.ebuild
new file mode 100644
index 000000000000..7dbe43adc16f
--- /dev/null
+++ b/dev-python/annotated-types/annotated-types-0.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+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"
+
+BDEPEND="
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/annotated-types/metadata.xml b/dev-python/annotated-types/metadata.xml
new file mode 100644
index 000000000000..1aaeb086b3f8
--- /dev/null
+++ b/dev-python/annotated-types/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">annotated-types/annotated-types</remote-id>
+ <remote-id type="pypi">annotated-types</remote-id>
+ </upstream>
+</pkgmetadata>