diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-08-28 20:32:41 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-08-28 20:33:48 +0300 |
| commit | 4bd5021d60ed3e6470731872f31b9895e27aaffd (patch) | |
| tree | b0560ab52a7da897f473654c02f3b6152edd6a12 /dev-python | |
| parent | b91c96138ae1fcd8d51e8db642752a0577f7297c (diff) | |
| download | gentoo-4bd5021d60ed3e6470731872f31b9895e27aaffd.tar.gz gentoo-4bd5021d60ed3e6470731872f31b9895e27aaffd.tar.bz2 gentoo-4bd5021d60ed3e6470731872f31b9895e27aaffd.zip | |
dev-python/tld: treeclean
Closes: https://bugs.gentoo.org/952156 (pkgremoved)
Closes: https://bugs.gentoo.org/834952 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/tld/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/tld/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/tld/tld-0.13.1.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/tld/tld-0.13.ebuild | 36 |
4 files changed, 0 insertions, 96 deletions
diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest deleted file mode 100644 index 1f96d2ed0cf4..000000000000 --- a/dev-python/tld/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tld-0.13.1.gh.tar.gz 459349 BLAKE2B 5b32729ee5b6fbb45d94091d88a6c351952b2fc3dd530e341eb54302a4f5d642858c56c226f3e48dd2c5b83ed8742fa06b6901f7b45921ea6aa7618882f64413 SHA512 5b4dbf8cdb88e62d9da6f7b084d76497637a6d144a452c749c37b6a845133ec1aeb288d599072488f59193ab21bb303a2baf4f502cd10e4b5e00db71a35ac3cd -DIST tld-0.13.gh.tar.gz 443877 BLAKE2B 9f84307ce704500096dd2abff75ead534dbd17b59ea0d3dae84394b791aeee873638e6e224ddd3b5c598293a46ead964ae36022b0c3c7411de7c64096d0c69cc SHA512 87157ca2fc8977a96f6289269015bc5a90f3f033fb8ea96552eb8d00d05a346d8f3c61123a311803aa301c735a510a2c0986364f3b2ae4366e2c34aea15b538d diff --git a/dev-python/tld/metadata.xml b/dev-python/tld/metadata.xml deleted file mode 100644 index f78486491d4d..000000000000 --- a/dev-python/tld/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="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">tld</remote-id> - <remote-id type="github">barseghyanartur/tld</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/tld/tld-0.13.1.ebuild b/dev-python/tld/tld-0.13.1.ebuild deleted file mode 100644 index 66625224ccb9..000000000000 --- a/dev-python/tld/tld-0.13.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) - -inherit distutils-r1 - -DESCRIPTION="Extract the top level domain (TLD) from the URL given" -HOMEPAGE=" - https://github.com/barseghyanartur/tld/ - https://pypi.org/project/tld/ -" -SRC_URI=" - https://github.com/barseghyanartur/tld/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/fake-py[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - # remove pytest-codeblock nonsense - rm conftest.py || die -} - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -o addopts= -} diff --git a/dev-python/tld/tld-0.13.ebuild b/dev-python/tld/tld-0.13.ebuild deleted file mode 100644 index f0b86c2d6ec4..000000000000 --- a/dev-python/tld/tld-0.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-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 - -DESCRIPTION="Extract the top level domain (TLD) from the URL given" -HOMEPAGE=" - https://github.com/barseghyanartur/tld/ - https://pypi.org/project/tld/ -" -SRC_URI=" - https://github.com/barseghyanartur/tld/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/faker[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - sed -i -e '/--cov/d' pytest.ini || die -} |
