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/rfc3987 | |
| 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/rfc3987')
| -rw-r--r-- | dev-python/rfc3987/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/rfc3987/metadata.xml | 18 | ||||
| -rw-r--r-- | dev-python/rfc3987/rfc3987-1.3.8-r3.ebuild | 34 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest deleted file mode 100644 index f754806f3859..000000000000 --- a/dev-python/rfc3987/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rfc3987-1.3.8.tar.gz 20700 BLAKE2B 0662a5f376680a18eb58c76b5d1d4df653f62df7175f8c3f828cf8a410f900ba8feb81faf4ce40fabeecb74047e6b1542e170fba946d3189b18c553f16eda1e4 SHA512 0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c diff --git a/dev-python/rfc3987/metadata.xml b/dev-python/rfc3987/metadata.xml deleted file mode 100644 index e1c5c7a18bb4..000000000000 --- a/dev-python/rfc3987/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>aballier@gentoo.org</email> - <name>Alexis Ballier</name> - <description>Python team can take the package if they wish.</description> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">rfc3987</remote-id> - <remote-id type="github">dgerber/rfc3987</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/rfc3987/rfc3987-1.3.8-r3.ebuild b/dev-python/rfc3987/rfc3987-1.3.8-r3.ebuild deleted file mode 100644 index 705970537491..000000000000 --- a/dev-python/rfc3987/rfc3987-1.3.8-r3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2026 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="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" -HOMEPAGE=" - https://github.com/dgerber/rfc3987/ - https://pypi.org/project/rfc3987/ -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -# dev-python/regex doesn't support pypy. The package falls back to re and has most -# functionality without it. -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/regex[${PYTHON_USEDEP}] - ' 'python*') -" -BDEPEND=" - ${RDEPEND} -" - -python_test() { - "${EPYTHON}" -m doctest -v "${S}/${PN}.py" || die -} |
