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/rfc3987/
Date: Sun, 29 Mar 2020 07:31:42
Message-Id: 1585467053.b48c405262c1228d49b6f2b3906a44dc6a83a688.mgorny@gentoo
1 commit: b48c405262c1228d49b6f2b3906a44dc6a83a688
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:16:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:30:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48c4052
7
8 dev-python/rfc3987: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rfc3987/Manifest | 1 -
13 dev-python/rfc3987/rfc3987-1.3.7.ebuild | 27 ---------------------------
14 dev-python/rfc3987/rfc3987-1.3.8.ebuild | 27 ---------------------------
15 3 files changed, 55 deletions(-)
16
17 diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest
18 index 29a0f15d4c4..f754806f385 100644
19 --- a/dev-python/rfc3987/Manifest
20 +++ b/dev-python/rfc3987/Manifest
21 @@ -1,2 +1 @@
22 -DIST rfc3987-1.3.7.tar.gz 20701 BLAKE2B 234f3dc60d83e5615ae9fbbc14d063f9a993a532f5e7042144a8f5e995d44a27d88c284f7e12ff1f3f92d2440333438b3e1a0804ab43ca229305ce20ec4cb4f2 SHA512 c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518
23 DIST rfc3987-1.3.8.tar.gz 20700 BLAKE2B 0662a5f376680a18eb58c76b5d1d4df653f62df7175f8c3f828cf8a410f900ba8feb81faf4ce40fabeecb74047e6b1542e170fba946d3189b18c553f16eda1e4 SHA512 0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c
24
25 diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
26 deleted file mode 100644
27 index 56d392904d3..00000000000
28 --- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
41 -HOMEPAGE="https://github.com/dgerber/rfc3987 https://pypi.org/project/rfc3987/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -RDEPEND="$(python_gen_cond_dep \
50 - 'dev-python/regex[${PYTHON_USEDEP}]' python2_7 'python3*' pypy)"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 -"
54 -
55 -python_test() {
56 - ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die
57 -}
58
59 diff --git a/dev-python/rfc3987/rfc3987-1.3.8.ebuild b/dev-python/rfc3987/rfc3987-1.3.8.ebuild
60 deleted file mode 100644
61 index 8793d02c51b..00000000000
62 --- a/dev-python/rfc3987/rfc3987-1.3.8.ebuild
63 +++ /dev/null
64 @@ -1,27 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
75 -HOMEPAGE="https://github.com/dgerber/rfc3987 https://pypi.org/project/rfc3987/"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="GPL-3"
79 -SLOT="0"
80 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
81 -IUSE=""
82 -
83 -RDEPEND="$(python_gen_cond_dep \
84 - 'dev-python/regex[${PYTHON_USEDEP}]' python2_7 'python3*' pypy)"
85 -DEPEND="${RDEPEND}
86 - dev-python/setuptools[${PYTHON_USEDEP}]
87 -"
88 -
89 -python_test() {
90 - ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die
91 -}