summaryrefslogtreecommitdiff
path: root/dev-python/annotated-types
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-02 11:00:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-02 11:00:10 +0000
commit4c506c69909bdb43fda5e36c79b165e404d3b86b (patch)
treeb0f9d49fd462021c82f6ebbbbafb92e1a0eae3da /dev-python/annotated-types
parent81f73a84efe20818880d8c52c55a3bd067115b06 (diff)
gentoo auto-resync : 02:12:2023 - 11:00:10
Diffstat (limited to 'dev-python/annotated-types')
-rw-r--r--dev-python/annotated-types/Manifest4
-rw-r--r--dev-python/annotated-types/annotated-types-0.5.0.ebuild27
-rw-r--r--dev-python/annotated-types/annotated-types-0.6.0.ebuild2
3 files changed, 2 insertions, 31 deletions
diff --git a/dev-python/annotated-types/Manifest b/dev-python/annotated-types/Manifest
index 5b2f1f615879..1b3272b71ab4 100644
--- a/dev-python/annotated-types/Manifest
+++ b/dev-python/annotated-types/Manifest
@@ -1,5 +1,3 @@
-DIST annotated_types-0.5.0.tar.gz 13504 BLAKE2B 6c13267b2bdcafabc57e734e3a92133c140ed34560625ed067e01b19f4c8e250b01dacfd5518d0e7283fe469d053a1c1baed173f215231e7303defc3e444667d SHA512 d59c00ff84d510d87149aa9a33deb26e2c3aee98f0f99b63cc0eba83a212c4c1567fcb81370e8bf9add32fd23cc9ea2a5a8692a840d316c44ab7a550bd4349b3
DIST annotated_types-0.6.0.tar.gz 14670 BLAKE2B 9390abe727f9b7a777e8266e192e032e2f36703c76a60e7fa34dd5517db8129f75e617b67ff88e9f299d10dd3f076d6793bf86e04b6230f2c4df886a8e0719cb SHA512 6b7f6fa23f47758d955822564227173951d6ddd854397b0c996bb6adeadd9caebfab6d193595be17003c1ef0e81a6bd8e20ec8221a70ffa35f9a4414300e788d
-EBUILD annotated-types-0.5.0.ebuild 576 BLAKE2B 881db833a610c07407ad2a5978d8fd9906a5a3c3737998830a8561ce31961001cd35bd420fcbce4e6fcb4070d9ca30294d83438d5aa07d18e21f7ba7e06714ea SHA512 b3c39c513e678ffb0490a107863786037881352bb2dfae56d98d31598a9dd98bfbc6551d7d5108d9703a10be2980d1280bf5d2085893748f150d6c9004e8d3c5
-EBUILD annotated-types-0.6.0.ebuild 583 BLAKE2B 4d47f943559cf27922803de375d075ffbb87141b892befa9b4f4191975efee1ff0d5cbf69ffbf0d958ea542f47feaf2745298c7559dedd7d5b5c4f70ad811f57 SHA512 475e648ff8b61885f22e1bb46a15d501e38bb0bc74c188698f9cced2fc5a8053fb28637778d376412691d8a941516760d72592b75985aca9ff9fcbe4e30abb1f
+EBUILD annotated-types-0.6.0.ebuild 576 BLAKE2B 881db833a610c07407ad2a5978d8fd9906a5a3c3737998830a8561ce31961001cd35bd420fcbce4e6fcb4070d9ca30294d83438d5aa07d18e21f7ba7e06714ea SHA512 b3c39c513e678ffb0490a107863786037881352bb2dfae56d98d31598a9dd98bfbc6551d7d5108d9703a10be2980d1280bf5d2085893748f150d6c9004e8d3c5
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
deleted file mode 100644
index e22c16362c29..000000000000
--- a/dev-python/annotated-types/annotated-types-0.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/annotated-types/annotated-types-0.6.0.ebuild b/dev-python/annotated-types/annotated-types-0.6.0.ebuild
index f2c2a18d0815..e22c16362c29 100644
--- a/dev-python/annotated-types/annotated-types-0.6.0.ebuild
+++ b/dev-python/annotated-types/annotated-types-0.6.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="
test? (