summaryrefslogtreecommitdiff
path: root/dev-python/publicsuffix2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/publicsuffix2
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/publicsuffix2')
-rw-r--r--dev-python/publicsuffix2/Manifest1
-rw-r--r--dev-python/publicsuffix2/metadata.xml13
-rw-r--r--dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild34
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/publicsuffix2/Manifest b/dev-python/publicsuffix2/Manifest
new file mode 100644
index 000000000000..eff37a5b4ff7
--- /dev/null
+++ b/dev-python/publicsuffix2/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..a6e2b09e305a
--- /dev/null
+++ b/dev-python/publicsuffix2/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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 />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild b/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild
new file mode 100644
index 000000000000..2da89be98c24
--- /dev/null
+++ b/dev-python/publicsuffix2/publicsuffix2-2.20191221-r2.ebuild
@@ -0,0 +1,34 @@
+# 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