diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/annotated-types | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/annotated-types')
| -rw-r--r-- | dev-python/annotated-types/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/annotated-types/annotated-types-0.7.0.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/annotated-types/metadata.xml | 13 |
3 files changed, 0 insertions, 56 deletions
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 @@ -<?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> |
