Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/publicsuffix/
Date: Mon, 04 May 2020 11:39:10
Message-Id: 1588592279.7c1ba9d37829fca6b4be2f0dce660fcfad4932e6.mgorny@gentoo
1 commit: 7c1ba9d37829fca6b4be2f0dce660fcfad4932e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:37:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:37:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1ba9d3
7
8 dev-python/publicsuffix: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/publicsuffix/Manifest | 1 -
13 .../publicsuffix/publicsuffix-2.20190205.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/publicsuffix/Manifest b/dev-python/publicsuffix/Manifest
17 index ae5f876ba06..9eeb3b3d194 100644
18 --- a/dev-python/publicsuffix/Manifest
19 +++ b/dev-python/publicsuffix/Manifest
20 @@ -1,2 +1 @@
21 -DIST publicsuffix2-2.20190205.tar.gz 84498 BLAKE2B 978b788aee4c40d687aff8d140e426658779bc913c846e420147e48f2837582991ff2900c7a483814c5b908c9771e04e04f41bf35795c2d2d1299c5513840e35 SHA512 359052a2b41f63be3f87b23605b5229424f2dcf06b5bd9e9b5f1988cf9df5171188b94d54ed0be37099d94afd6efe6cfa75be27aef262e6c5af0ded61dfc6258
22 DIST publicsuffix2-2.20191221.tar.gz 99592 BLAKE2B 3e96f2b1d23a70827758eb4440892719deabdb9a67a2144fefd2d4b23e26dec0d19f6d9fd4de504d5d52c0250719ef85e929b4a2b92b7ba8896ed4055480d0d8 SHA512 d863f0937b340958ef7c8bd07d62054aead993ba31b0c2753631f2e75e48f7cea412c6501d8a94d98bf6a97a13eb0716c24a89e336787d5570e9af0386c58320
23
24 diff --git a/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild b/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild
25 deleted file mode 100644
26 index 547dfd31006..00000000000
27 --- a/dev-python/publicsuffix/publicsuffix-2.20190205.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_6 python3_7 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List."
39 -HOMEPAGE="https://github.com/nexB/python-publicsuffix2"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}2/${PN}2-${PV}.tar.gz"
41 -S="${WORKDIR}/${PN}2-${PV}"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -RDEPEND="${DEPEND}
50 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"
51 -BDEPEND=""