From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/
Date: Tue, 17 May 2022 04:55:09 +0000 (UTC) [thread overview]
Message-ID: <1652762924.4dc6d90480a1203ed8e867993e35de472d39d6e4.mgorny@gentoo> (raw)
commit: 4dc6d90480a1203ed8e867993e35de472d39d6e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 04:48:44 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 17 04:48:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc6d904
dev-python/tldextract: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 --
| 33 ---------------------------
| 33 ---------------------------
3 files changed, 68 deletions(-)
--git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index 7ddc489a7a65..bd5b3fe9229c 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -1,3 +1 @@
-DIST tldextract-3.2.0.tar.gz 103653 BLAKE2B 74b85da2e5a8c953075636f908bd32ba825c53fbea145a691cb681596376318b63729e2c6b7291f1ef21a55fa927d48e31cf0db241bb94be47f706fb68239515 SHA512 4e0731792793eb0a6d0da8387d15e8b9de17f20108361230703fd9f66f2aaad6260073b611e27135e571b1899844b271f3dae4e77122186cc78fbb05f3b3f237
-DIST tldextract-3.2.1.tar.gz 104364 BLAKE2B 6bd16ad4af4b3d7f92286f09ff265ba83f3661aa17976688e741bc3d8a2c386f695edff85f15f94fe203420cf44e5ce76ff8cfb047c3eeec1b6a8056b4a48cd1 SHA512 545013f5f25ea2e207e8dc65caeef3999f0f3a5abdaad09f5a599dc25a9344c9fde9a816785a20df8a137c082e37329f3984fdf6a80789d5976c0bef244d9095
DIST tldextract-3.3.0.tar.gz 110388 BLAKE2B 4f60f35de9bf774b3cbf9a67e17a5724197521b1ff1ec072fe4487608165c265ba6de736140e8677eca47229fc68d6c634ba1013a5bee294e7e1990925703938 SHA512 530e8592c2813c297355cdea591a772fad3e4cdcfccf72844c49ad68ab1acd57e6050828f78fe3bbfb9d54d62f33c63fec70dfb81d9955abf971703f53daa326
diff --git a/dev-python/tldextract/tldextract-3.2.0.ebuild b/dev-python/tldextract/tldextract-3.2.0.ebuild
deleted file mode 100644
index 07a0d69c5bdb..000000000000
--- a/dev-python/tldextract/tldextract-3.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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 ~arm64 ~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
diff --git a/dev-python/tldextract/tldextract-3.2.1.ebuild b/dev-python/tldextract/tldextract-3.2.1.ebuild
deleted file mode 100644
index ef7d2500fe3e..000000000000
--- a/dev-python/tldextract/tldextract-3.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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 ~arm64 ~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
next reply other threads:[~2022-05-17 4:55 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-17 4:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 12:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/ Michał Górny
2024-11-23 12:31 Arthur Zamarin
2024-11-05 5:53 Michał Górny
2024-06-15 19:15 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-04-06 9:35 Michał Górny
2024-03-19 7:20 Michał Górny
2023-11-29 12:07 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-29 11:04 Michał Górny
2023-11-17 7:57 Michał Górny
2023-11-11 20:50 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-07 15:19 Michał Górny
2023-10-18 5:06 Michał Górny
2023-10-15 15:27 Michał Górny
2023-10-15 8:00 Sam James
2023-10-14 16:52 Arthur Zamarin
2023-10-11 16:49 Michał Górny
2023-09-27 17:59 WANG Xuerui
2023-09-26 17:58 Sam James
2023-09-20 4:22 Michał Górny
2023-09-07 3:19 Michał Górny
2023-07-25 0:10 Ionen Wolkens
2023-05-29 4:37 Michał Górny
2023-05-28 19:55 Arthur Zamarin
2023-05-20 6:22 Michał Górny
2023-05-19 4:03 Michał Górny
2023-05-17 3:40 Michał Górny
2023-04-27 3:10 Michał Górny
2022-11-05 16:50 Arthur Zamarin
2022-11-05 4:42 Sam James
2022-10-05 9:41 Michał Górny
2022-08-09 8:14 Michał Górny
2022-08-09 7:43 Agostino Sarubbo
2022-07-09 8:41 Michał Górny
2022-06-09 3:50 Ionen Wolkens
2022-05-16 21:50 Sam James
2022-05-05 7:08 Arthur Zamarin
2022-04-12 17:34 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-28 6:51 Agostino Sarubbo
2022-02-21 9:15 Michał Górny
2021-10-22 14:35 Agostino Sarubbo
2021-10-19 0:12 Sam James
2021-09-02 6:25 Michał Górny
2021-08-28 6:53 Michał Górny
2021-08-15 23:29 Louis Sautier
2021-08-15 23:29 Louis Sautier
2021-08-12 19:40 Louis Sautier
2020-12-02 23:13 Aaron Bauman
2020-02-06 6:38 Michał Górny
2019-10-13 14:47 罗百科
2019-10-13 13:15 罗百科
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652762924.4dc6d90480a1203ed8e867993e35de472d39d6e4.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox