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/publicsuffix2 | |
| 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/publicsuffix2')
| -rw-r--r-- | dev-python/publicsuffix2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/publicsuffix2/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild | 34 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/publicsuffix2/Manifest b/dev-python/publicsuffix2/Manifest deleted file mode 100644 index eff37a5b4ff7..000000000000 --- a/dev-python/publicsuffix2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-publicsuffix2-release-2.2019-12-21.gh.tar.gz 98142 BLAKE2B 21b0dabb253175ecf427a51bcc7df2de7fa3fc9fe7d9032cc378160c4c53e75efa4c0e657efc93d48bb58f786160d89cb2fd7301e3c270f73802a926c31ea378 SHA512 983bdb17b76d10eb73cf69f0ba7590806bf6786ae0c30526593ce1ab97f3b22c967f9acae83b880dd56be41a29eae9cca5726926667eb74013d0d1078433bf05 diff --git a/dev-python/publicsuffix2/metadata.xml b/dev-python/publicsuffix2/metadata.xml deleted file mode 100644 index 7de5c333ef8d..000000000000 --- a/dev-python/publicsuffix2/metadata.xml +++ /dev/null @@ -1,16 +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> - </maintainer> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">publicsuffix2</remote-id> - <remote-id type="github">aboutcode-org/python-publicsuffix2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild b/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild deleted file mode 100644 index 2da89be98c24..000000000000 --- a/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2020-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 - -PV_DATE=$(ver_cut 2) -MY_PV=release-$(ver_cut 1).${PV_DATE::4}-${PV_DATE:4:2}-${PV_DATE:6:2} -MY_P=python-publicsuffix2-${MY_PV} - -DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List" -HOMEPAGE=" - https://github.com/aboutcode-org/python-publicsuffix2/ - https://pypi.org/project/publicsuffix2/ -" -SRC_URI=" - https://github.com/aboutcode-org/python-publicsuffix2/archive/${MY_PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv ~x86" - -RDEPEND=" - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |
