commit:     e0b9b746ea269fae51791cecdf20e3add9136b33
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:36:14 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b9b746

dev-python/tldextract: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tldextract/Manifest                     |  3 --
 .../files/tldextract-3.1.0-skip-pylint.patch       | 18 -----------
 dev-python/tldextract/tldextract-2.2.1.ebuild      | 26 ---------------
 dev-python/tldextract/tldextract-3.1.0.ebuild      | 37 ----------------------
 dev-python/tldextract/tldextract-3.1.1.ebuild      | 37 ----------------------
 5 files changed, 121 deletions(-)

diff --git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index c4656219497..3cae1877572 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -1,4 +1 @@
-DIST tldextract-2.2.1.tar.gz 54538 BLAKE2B 
0abfb1982d0b9e9cd767bc64db289da8bf2f58b599eaea7e703adf36934dae0d052170fa9a8205b8ac0b441d8f1ac75648ccc108515586b0bcacf2ecb43fef52
 SHA512 
db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b
-DIST tldextract-3.1.0.tar.gz 101874 BLAKE2B 
105f34699de2118126dc0f9d68f25999f99211aa8529c2640dd21d303cfb18cd5388819986881e235b8111a21b74d99c6424ad469a66a0ac45c25a0e7c31a21f
 SHA512 
c6c67598b7dd2c8e85008c5061693182eb075e16390b001eb696fd12a0f5666d0a327667a0fd61e4f270003a8cfc97a8fbf7b53a246bab6f9e9ad95943dac9d8
-DIST tldextract-3.1.1.tar.gz 103195 BLAKE2B 
e0cdf85e22d58bf68705e9c37cfffaa8a9508316e734adf682b14daa50f02b408cbeda9f4554674f0f582b3246e750bbc46c70d7528c1a4af30b55f05e4bf595
 SHA512 
caec65beca0b2ba8f294043cf2f64839aef9fe472d1a76619bef1ec6b33ac99ccd08c24601c7fd97fef215621c9ec71a34911d3832febdb36d3f8ac9561b1175
 DIST tldextract-3.1.2.tar.gz 103248 BLAKE2B 
5612016be7e8cd9b75dc5225f87ebc28635d66a7cacee54af2bd8db6ed6bb26ffe6ee5b4ab9b24473f19f0ad8d9d536e24236106288cd82cf635abef81f9babd
 SHA512 
2c2340a9142d49aa7c0db71b5a7fb1a63e19354a5da8edd7de923e55c8ec03d8a8551f4710c66d6d1aece1d0d78701229ef5ed2ed49bcce44972b7b96747bd77

diff --git a/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch 
b/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
deleted file mode 100644
index c80541d79ce..00000000000
--- a/dev-python/tldextract/files/tldextract-3.1.0-skip-pylint.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From f189ebb3ecf60b9764852021988112df5c9e25c7 Mon Sep 17 00:00:00 2001
-From: Louis Sautier <[email protected]>
-Date: Thu, 12 Aug 2021 13:34:52 +0200
-Subject: [PATCH] tests: do not run pylint by default
-
-There is already a separate tox environment to run pylint tests.
----
- pytest.ini | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pytest.ini b/pytest.ini
-index 6d94ff5..df3eb51 100644
---- a/pytest.ini
-+++ b/pytest.ini
-@@ -1,2 +1,2 @@
- [pytest]
--addopts = --doctest-modules --pylint
-+addopts = --doctest-modules

diff --git a/dev-python/tldextract/tldextract-2.2.1.ebuild 
b/dev-python/tldextract/tldextract-2.2.1.ebuild
deleted file mode 100644
index 28690d11e5c..00000000000
--- a/dev-python/tldextract/tldextract-2.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Accurately separate the TLD from the registered domain and 
subdomains of a URL."
-HOMEPAGE="https://pypi.org/project/tldextract/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/requests-file[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/tldextract/tldextract-3.1.0.ebuild 
b/dev-python/tldextract/tldextract-3.1.0.ebuild
deleted file mode 100644
index bbd890ed877..00000000000
--- a/dev-python/tldextract/tldextract-3.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Accurately separate the TLD from the registered domain and 
subdomains of a URL."
-HOMEPAGE="https://pypi.org/project/tldextract/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/filelock[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/requests-file[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       # https://github.com/john-kurkowski/tldextract/pull/230
-       "${FILESDIR}/${P}-skip-pylint.patch"
-)

diff --git a/dev-python/tldextract/tldextract-3.1.1.ebuild 
b/dev-python/tldextract/tldextract-3.1.1.ebuild
deleted file mode 100644
index fe0c1f271c5..00000000000
--- a/dev-python/tldextract/tldextract-3.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Accurately separate the TLD from the registered domain and 
subdomains of a URL."
-HOMEPAGE="https://pypi.org/project/tldextract/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/filelock[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/requests-file[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e 's:--pylint::' pytest.ini || die
-       distutils-r1_src_prepare
-}

Reply via email to