summaryrefslogtreecommitdiff
path: root/dev-python/publicsuffix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-01 06:30:58 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-01 06:30:58 +0000
commitc4d4d544a37efc45bd5482e62e1fcdbe7d5993d3 (patch)
treee97ec8b6356535412a838039bf7874aef3129f50 /dev-python/publicsuffix
parent2e36bcecf24a3f583ae8f27b71ba13b3cfd39778 (diff)
gentoo auto-resync : 01:01:2025 - 06:30:57
Diffstat (limited to 'dev-python/publicsuffix')
-rw-r--r--dev-python/publicsuffix/Manifest3
-rw-r--r--dev-python/publicsuffix/metadata.xml19
-rw-r--r--dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild34
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/publicsuffix/Manifest b/dev-python/publicsuffix/Manifest
deleted file mode 100644
index ce0cfbdd1f36..000000000000
--- a/dev-python/publicsuffix/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-publicsuffix2-release-2.2019-12-21.gh.tar.gz 98142 BLAKE2B 21b0dabb253175ecf427a51bcc7df2de7fa3fc9fe7d9032cc378160c4c53e75efa4c0e657efc93d48bb58f786160d89cb2fd7301e3c270f73802a926c31ea378 SHA512 983bdb17b76d10eb73cf69f0ba7590806bf6786ae0c30526593ce1ab97f3b22c967f9acae83b880dd56be41a29eae9cca5726926667eb74013d0d1078433bf05
-EBUILD publicsuffix-2.20191221-r2.ebuild 789 BLAKE2B 1fe348e29e84a043811d6dd22d1fea47970c275335b2b4668e89cbec6ee5b16a4a54fc77072c7ece1b1a4d59159cbe3a53d420821b7fe8e295d08e8d1941fa06 SHA512 0ac3c9f03fdc975c7c46141f5226dfec1127567c4c6ce39a54dfd959f4e66e567158371daaffcea4ded1eb914cdf729e91cb08dba399e3410452b29ce0a66aff
-MISC metadata.xml 673 BLAKE2B 25e985020585574027e1fff595ea2ec21edfacdcbf3a5ee0f41d4d8dac9b256eb5e9392ca00bffb54811418201c56dbc95d45b6fabe1737c76b1dcdbbb48effd SHA512 5e6803d5a53783af3fb10ea0de3c8900107024b3e320118c3163b4f33267a416cd330c7ffb86d3dde014e31aaf0910e400ea263872735f21e0983a15566e4207
diff --git a/dev-python/publicsuffix/metadata.xml b/dev-python/publicsuffix/metadata.xml
deleted file mode 100644
index 02da1e22a3c6..000000000000
--- a/dev-python/publicsuffix/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- <longdescription lang="en">
- This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org
- </longdescription>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">publicsuffix</remote-id>
- <remote-id type="github">nexB/python-publicsuffix2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild b/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild
deleted file mode 100644
index 52ebe30b3867..000000000000
--- a/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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/nexB/python-publicsuffix2/
- https://pypi.org/project/publicsuffix2/
-"
-SRC_URI="
- https://github.com/nexB/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