diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pkginfo | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pkginfo')
| -rw-r--r-- | dev-python/pkginfo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pkginfo/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pkginfo/pkginfo-1.12.1.2.ebuild | 35 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/pkginfo/Manifest b/dev-python/pkginfo/Manifest deleted file mode 100644 index 5c006235f46a..000000000000 --- a/dev-python/pkginfo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pkginfo-1.12.1.2.tar.gz 451828 BLAKE2B 8023dac51913ebcca02310b0f58511962dabb860ae4588b239f55824c59855924f47975cfdad6092244fabb3f48660496d38d333cee296ba899467c820aa57ed SHA512 16eed4c19b92384aa422d7a4e352746270bab8dc80b503c73aae0554eca012f38e2099867febf1a205d6fa572f4738f503a80e51ea247af4404581eea4a2d1d4 diff --git a/dev-python/pkginfo/metadata.xml b/dev-python/pkginfo/metadata.xml deleted file mode 100644 index beedff34f048..000000000000 --- a/dev-python/pkginfo/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="pypi">pkginfo</remote-id> - <remote-id type="launchpad">pkginfo</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild deleted file mode 100644 index 994896dafbb2..000000000000 --- a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file" -HOMEPAGE=" - https://launchpad.net/pkginfo/ - https://pypi.org/project/pkginfo/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -BDEPEND=" - test? ( - dev-python/wheel[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -distutils_enable_sphinx docs - -EPYTEST_DESELECT=( - # fragile to Core Metadata version changing in setuptools - # https://bugs.launchpad.net/pkginfo/+bug/2103804 (again) - pkginfo/tests/test_installed.py::test_installed_ctor_w_dist_info -) |
