repo/gentoo:master commit in: profiles/features/wd40/, dev-python/tldextract/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786243013.3a83abd1a720413b2719fe5114596572239a7d46.mgorny@gentoo> |
commit: 3a83abd1a720413b2719fe5114596572239a7d46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 02:00:08 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 02:36:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a83abd1
dev-python/tldextract: Bump to 5.3.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tldextract/Manifest | 1 +
dev-python/tldextract/tldextract-5.3.2.ebuild | 41 +++++++++++++++++++++++++++
profiles/features/wd40/package.use.mask | 4 +++
3 files changed, 46 insertions(+)
diff --git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index 145c1ed1a38c..574c40472218 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -1 +1,2 @@
DIST tldextract-5.3.1.tar.gz 126105 BLAKE2B b6c0fcaaff21dd5b7da702fefef33685015048c668ffb1ce5bbdce3de9251ce7511ca5f60fd3202dc0f1c869df89c6507ab18fcb655d875b65a2372972e015b0 SHA512 5ad8a22360356aedd65a48488874601961c0422fa97649d75e621b49977c9d74aafb912cedf90ec96363b399b0a207b96fa8edab41ee66ff5c7ca9e7b8b64fbf
+DIST tldextract-5.3.2.tar.gz 191971 BLAKE2B 33022a3acafe01b3220201e2af8e78ac10545055dd14c0bb5bc5edcbdddb18528b4d05f624cc93b7e084be0bd6fdd828afe3ad491f13f7ac78f953151a65472c SHA512 8b321bd27940af3caf65e9ad9c95d74153d3e677c47251e5a728c7d4d437f57db90efde50ea44c78f1260e9e92d47202b2bb997507c46f8b7964591858bd530a
diff --git a/dev-python/tldextract/tldextract-5.3.2.ebuild b/dev-python/tldextract/tldextract-5.3.2.ebuild
new file mode 100644
index 000000000000..caa1c91d80a2
--- /dev/null
+++ b/dev-python/tldextract/tldextract-5.3.2.ebuild
@@ -0,0 +1,41 @@
+# 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_{12..15} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL"
+HOMEPAGE="
+ https://github.com/john-kurkowski/tldextract/
+ https://pypi.org/project/tldextract/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/filelock-3.0.8[${PYTHON_USEDEP}]
+ dev-python/idna[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-file-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/responses[${PYTHON_USEDEP}]
+ dev-python/sybil[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # we don't need release tests, also deps
+ tests/test_release.py
+)
diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask
index 834746e9c57e..db23cfe23319 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <[email protected]> (2025-08-09)
+# Require dev-python/sybil.
+dev-python/tldextract test
+
# Eli Schwartz <[email protected]> (2026-07-07)
# Requires >= on gtk/libadwaita, which is masked for librsvg
# reasons.