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/rfc3986/
Date: Sun, 29 Mar 2020 07:31:44
Message-Id: 1585467049.b2c49302677dbb45b870c76402cc08202e67cf0d.mgorny@gentoo
1 commit: b2c49302677dbb45b870c76402cc08202e67cf0d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:13:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:30:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c49302
7
8 dev-python/rfc3986: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rfc3986/Manifest | 3 ---
13 dev-python/rfc3986/rfc3986-0.3.1.ebuild | 30 ------------------------------
14 dev-python/rfc3986/rfc3986-0.4.1.ebuild | 30 ------------------------------
15 dev-python/rfc3986/rfc3986-1.1.0.ebuild | 30 ------------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
19 index ec5305e2a83..a7c98c77d75 100644
20 --- a/dev-python/rfc3986/Manifest
21 +++ b/dev-python/rfc3986/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST rfc3986-0.3.1.tar.gz 21591 BLAKE2B b24500baf27e4f17d22dbeb839262edb11b1c8c54ddd29782c2f4d83b5322e30f8800122349c9da0787f07c94e212616bbaace3b1d3bb1b2a5205aeba55355b3 SHA512 47c0cff5b67de5cc54ce3a24eb6d192a8b1414f5bb25e54056561fc0394058ec94853e62b9495dd72e15074921b66153279d4dffd1c199e252d569646a34aaed
24 -DIST rfc3986-0.4.1.tar.gz 22354 BLAKE2B db2a7edefa89fd3780721904c5e1b623d34dea5e8913c606336771d22f03c258f0a3cd3b71f42db6a6f2065bb055cf6938c10f166730953fe78cdc50dd0f148a SHA512 a4731206a4179d3970fcf9c21405f7e9686268ef3610ab5ca2413a867d83b83188c0efd5958b0b4ba8fc4076da9bc0cf18aef774213a1b58fc42bfc8a6d5dd92
25 -DIST rfc3986-1.1.0.tar.gz 39381 BLAKE2B cb890ae46c1428ddca1aed4a49660e2620659e7af64dbdb22c2514323ede374c28bbbd8401a5b4db257ba47e617ad7e8ae486f751fd4a7580808c68ff289ec13 SHA512 5e43ca7df586011900d2f01edfb20388598f77218e5a63904557bec0f1d0cb0a35f4980014de9c943ecc43a5a7ab3f7b815fbcfc9318e494c24a14fed2d1fac6
26 DIST rfc3986-1.2.0.tar.gz 40162 BLAKE2B d51db37285366fdc7a6d25632afe440bbcdf4fbca46488082286824f046cfd81129b8f0e0695f986120276cf446dde5751dc52ebeb5f2f61f60c5acb92f2da1a SHA512 b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d
27 DIST rfc3986-1.3.2.tar.gz 44225 BLAKE2B f4cc72ed3c2dcc7132527cd33fd6b9f0136f789fdb229cc33b02bf2dd596b2f762e3e4cf8af63f239408b55cdf056cf54315a0a9cdf734a4203fad24b00ce594 SHA512 c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15
28
29 diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild
30 deleted file mode 100644
31 index b47b7c48e3e..00000000000
32 --- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild
33 +++ /dev/null
34 @@ -1,30 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 python3_6 pypy3)
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Validating URI References per RFC 3986"
45 -HOMEPAGE="https://tools.ietf.org/html/rfc3986
46 - https://github.com/sigmavirus24/rfc3986
47 - https://rfc3986.rtfd.org"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 sparc x86"
53 -IUSE="test"
54 -RESTRICT="!test? ( test )"
55 -
56 -DEPEND="
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
59 -"
60 -RDEPEND=""
61 -
62 -python_test() {
63 - py.test -vv || die
64 -}
65
66 diff --git a/dev-python/rfc3986/rfc3986-0.4.1.ebuild b/dev-python/rfc3986/rfc3986-0.4.1.ebuild
67 deleted file mode 100644
68 index 59e07562ca0..00000000000
69 --- a/dev-python/rfc3986/rfc3986-0.4.1.ebuild
70 +++ /dev/null
71 @@ -1,30 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -PYTHON_COMPAT=( python2_7 python3_6 pypy3)
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Validating URI References per RFC 3986"
82 -HOMEPAGE="https://tools.ietf.org/html/rfc3986
83 - https://github.com/sigmavirus24/rfc3986
84 - https://rfc3986.rtfd.org"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0"
89 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc x86"
90 -IUSE="test"
91 -RESTRICT="!test? ( test )"
92 -
93 -DEPEND="
94 - dev-python/setuptools[${PYTHON_USEDEP}]
95 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
96 -"
97 -RDEPEND=""
98 -
99 -python_test() {
100 - py.test -vv || die
101 -}
102
103 diff --git a/dev-python/rfc3986/rfc3986-1.1.0.ebuild b/dev-python/rfc3986/rfc3986-1.1.0.ebuild
104 deleted file mode 100644
105 index d46f46a73b9..00000000000
106 --- a/dev-python/rfc3986/rfc3986-1.1.0.ebuild
107 +++ /dev/null
108 @@ -1,30 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3)
115 -
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="Validating URI References per RFC 3986"
119 -HOMEPAGE="https://tools.ietf.org/html/rfc3986
120 - https://github.com/sigmavirus24/rfc3986
121 - https://rfc3986.rtfd.org"
122 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
123 -
124 -LICENSE="Apache-2.0"
125 -SLOT="0"
126 -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
127 -IUSE="test"
128 -RESTRICT="!test? ( test )"
129 -
130 -DEPEND="
131 - dev-python/setuptools[${PYTHON_USEDEP}]
132 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
133 -"
134 -RDEPEND=""
135 -
136 -python_test() {
137 - py.test -vv || die
138 -}