From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/annotated-types/Manifest | 1 - .../annotated-types/annotated-types-0.7.0.ebuild | 42 ---------------------- dev-python/annotated-types/metadata.xml | 13 ------- 3 files changed, 56 deletions(-) delete mode 100644 dev-python/annotated-types/Manifest delete mode 100644 dev-python/annotated-types/annotated-types-0.7.0.ebuild delete mode 100644 dev-python/annotated-types/metadata.xml (limited to 'dev-python/annotated-types') diff --git a/dev-python/annotated-types/Manifest b/dev-python/annotated-types/Manifest deleted file mode 100644 index ccb7b89c096d..000000000000 --- a/dev-python/annotated-types/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST annotated_types-0.7.0.tar.gz 16081 BLAKE2B 45f536bafb0a9dead41a7fcafe50304508df5024921c2b3637ba51ff144d46fd8cba4d503a65fcec1a973cf2cd791074a83d72fbd2f17269bd9a2d2b9f8c114e SHA512 8a6dd7274270397f7779fc4ca242997ad2ea739b530be5abcc30a72d1e4042fc08753ab432c3d9c7a53c7474b3794504062f68235885cfb6c688cce0700d8758 diff --git a/dev-python/annotated-types/annotated-types-0.7.0.ebuild b/dev-python/annotated-types/annotated-types-0.7.0.ebuild deleted file mode 100644 index 67b9740ea408..000000000000 --- a/dev-python/annotated-types/annotated-types-0.7.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2023-2025 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" - -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=() - - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - # https://github.com/annotated-types/annotated-types/issues/71 - 'tests/test_main.py::test_predicate_repr[pred2-Predicate(math.isfinite)]' - ) - ;; - esac - - epytest -} diff --git a/dev-python/annotated-types/metadata.xml b/dev-python/annotated-types/metadata.xml deleted file mode 100644 index 1aaeb086b3f8..000000000000 --- a/dev-python/annotated-types/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - annotated-types/annotated-types - annotated-types - - -- cgit v1.3.1