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/urllib3/
Date: Wed, 23 Dec 2020 08:29:13
Message-Id: 1608712143.e632d3b07f39fb9b1e3d65bed26f5a4d1b9c6ebc.mgorny@gentoo
1 commit: e632d3b07f39fb9b1e3d65bed26f5a4d1b9c6ebc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 08:26:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 08:29:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e632d3b0
7
8 dev-python/urllib3: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/urllib3/Manifest | 2 -
13 dev-python/urllib3/urllib3-1.26.0.ebuild | 69 --------------------------------
14 dev-python/urllib3/urllib3-1.26.1.ebuild | 69 --------------------------------
15 3 files changed, 140 deletions(-)
16
17 diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
18 index 9333e5f5201..2875f144904 100644
19 --- a/dev-python/urllib3/Manifest
20 +++ b/dev-python/urllib3/Manifest
21 @@ -1,4 +1,2 @@
22 DIST urllib3-1.25.11.tar.gz 260300 BLAKE2B 06bd2107bad479e36c6474f95567c3ecb119d18b193b358df9e345e4d09392366255b21597b26fbf2374220b921cc2117a1972f88021c3a6ebac3844a319acbe SHA512 58f77edb9ced62cbac7b0baf2651c07f9f413267f103730ee25f08c5d4d0bf52a2ace02f58841bcd55652db677c7a1dc9a756681e7e32d590bc69d8b93e8f173
23 -DIST urllib3-1.26.0.tar.gz 291709 BLAKE2B e750bcd28c6205cb8e7f12c2a1c6123d48979877b206914fc122f67ff6cdf3e16e5d7ee0ffae1f4af40f028075f9592cdebf8856ca7e29b541283a8023afbf0d SHA512 5e5a78486cded9a378532a094818cfcaf6ec621d3aefbffac4c78f130798ee06f08e47d14f3d154274a502c8c1e3963a12d65030ba6109108ed786202637bd42
24 -DIST urllib3-1.26.1.tar.gz 286708 BLAKE2B 19f210a56850e9754faa7a7a309292ba69450ba3ca232bc42f10e1f163eb72e7430eb233d8a0ee1cf97acbdfa132b2e515561e67fade3806347e04e6c7869db2 SHA512 5fbb28e190ecf58aae0932994bc1adb1542041bf96f176a9ece22bd6ee8d4ae8dc8f40dea77359601b704025e65c65ca27137f65d3d47fac3fc796b7bbd112f3
25 DIST urllib3-1.26.2.tar.gz 286877 BLAKE2B dc5884e2561fae476ba8695cf9e50abb63d8dfc45ad6219d07ba30ecae48e5f27fbdd9a324c0e71f739555c90a3653f18eda513f2ea45b76abcd8c6c714ec0f7 SHA512 4de7cf844ed0deb83c4129e1b1742eafefe95035dd7ffbeaeaaccabca8bd361de9fa240882ea4dec16a7f0b5c5684416656f0d58bea15e7aefd4132024a25c9e
26
27 diff --git a/dev-python/urllib3/urllib3-1.26.0.ebuild b/dev-python/urllib3/urllib3-1.26.0.ebuild
28 deleted file mode 100644
29 index d690d8c84ad..00000000000
30 --- a/dev-python/urllib3/urllib3-1.26.0.ebuild
31 +++ /dev/null
32 @@ -1,69 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
39 -PYTHON_REQ_USE="ssl(+)"
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more"
44 -HOMEPAGE="https://github.com/urllib3/urllib3"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 -IUSE="brotli test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
55 - <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
56 - dev-python/certifi[${PYTHON_USEDEP}]
57 - >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
58 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
59 - >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
60 - brotli? ( dev-python/brotlipy[${PYTHON_USEDEP}] )
61 -"
62 -BDEPEND="
63 - test? (
64 - $(python_gen_cond_dep "
65 - ${RDEPEND}
66 - dev-python/brotlipy[\${PYTHON_USEDEP}]
67 - dev-python/mock[\${PYTHON_USEDEP}]
68 - dev-python/pytest[\${PYTHON_USEDEP}]
69 - dev-python/pytest-freezegun[\${PYTHON_USEDEP}]
70 - >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
71 - >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
72 - " python3_{6,7,8,9})
73 - )
74 -"
75 -
76 -distutils_enable_sphinx docs \
77 - dev-python/alabaster \
78 - dev-python/mock
79 -
80 -python_prepare_all() {
81 - # https://github.com/urllib3/urllib3/issues/1756
82 - sed -e 's:10.255.255.1:240.0.0.0:' \
83 - -i test/__init__.py || die
84 - # tests failing if 'localhost.' cannot be resolved
85 - sed -e 's:test_dotted_fqdn:_&:' \
86 - -i test/with_dummyserver/test_https.py || die
87 - sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
88 - -i test/with_dummyserver/test_socketlevel.py || die
89 -
90 - distutils-r1_python_prepare_all
91 -}
92 -
93 -python_test() {
94 - local -x CI=1
95 - # FIXME: get tornado ported
96 - case ${EPYTHON} in
97 - python3*)
98 - pytest -vv || die "Tests fail with ${EPYTHON}"
99 - ;;
100 - esac
101 -}
102
103 diff --git a/dev-python/urllib3/urllib3-1.26.1.ebuild b/dev-python/urllib3/urllib3-1.26.1.ebuild
104 deleted file mode 100644
105 index d690d8c84ad..00000000000
106 --- a/dev-python/urllib3/urllib3-1.26.1.ebuild
107 +++ /dev/null
108 @@ -1,69 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
115 -PYTHON_REQ_USE="ssl(+)"
116 -
117 -inherit distutils-r1
118 -
119 -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more"
120 -HOMEPAGE="https://github.com/urllib3/urllib3"
121 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
122 -
123 -LICENSE="MIT"
124 -SLOT="0"
125 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
126 -IUSE="brotli test"
127 -RESTRICT="!test? ( test )"
128 -
129 -RDEPEND="
130 - >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
131 - <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
132 - dev-python/certifi[${PYTHON_USEDEP}]
133 - >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
134 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
135 - >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
136 - brotli? ( dev-python/brotlipy[${PYTHON_USEDEP}] )
137 -"
138 -BDEPEND="
139 - test? (
140 - $(python_gen_cond_dep "
141 - ${RDEPEND}
142 - dev-python/brotlipy[\${PYTHON_USEDEP}]
143 - dev-python/mock[\${PYTHON_USEDEP}]
144 - dev-python/pytest[\${PYTHON_USEDEP}]
145 - dev-python/pytest-freezegun[\${PYTHON_USEDEP}]
146 - >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
147 - >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
148 - " python3_{6,7,8,9})
149 - )
150 -"
151 -
152 -distutils_enable_sphinx docs \
153 - dev-python/alabaster \
154 - dev-python/mock
155 -
156 -python_prepare_all() {
157 - # https://github.com/urllib3/urllib3/issues/1756
158 - sed -e 's:10.255.255.1:240.0.0.0:' \
159 - -i test/__init__.py || die
160 - # tests failing if 'localhost.' cannot be resolved
161 - sed -e 's:test_dotted_fqdn:_&:' \
162 - -i test/with_dummyserver/test_https.py || die
163 - sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
164 - -i test/with_dummyserver/test_socketlevel.py || die
165 -
166 - distutils-r1_python_prepare_all
167 -}
168 -
169 -python_test() {
170 - local -x CI=1
171 - # FIXME: get tornado ported
172 - case ${EPYTHON} in
173 - python3*)
174 - pytest -vv || die "Tests fail with ${EPYTHON}"
175 - ;;
176 - esac
177 -}