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/wsgiproxy2/
Date: Sun, 29 Mar 2020 12:03:24
Message-Id: 1585483386.65c57cc3976f77cc336698a1410c1f1f24e68704.mgorny@gentoo
1 commit: 65c57cc3976f77cc336698a1410c1f1f24e68704
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:00:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:03:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c57cc3
7
8 dev-python/wsgiproxy2: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wsgiproxy2/Manifest | 2 -
13 dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 50 ------------------------
14 dev-python/wsgiproxy2/wsgiproxy2-0.4.4-r1.ebuild | 50 ------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
18 index 2274a532485..f0474ae6741 100644
19 --- a/dev-python/wsgiproxy2/Manifest
20 +++ b/dev-python/wsgiproxy2/Manifest
21 @@ -1,3 +1 @@
22 -DIST WSGIProxy2-0.4.2.zip 18817 BLAKE2B 90334926b726024c1a16b066d11cfe579ad80515861811766753aa772fa97e521466bce0a08c028a965e51ec40b977feb1f4b59aa6c023ca6a431deb63668ed5 SHA512 3dd750263485ceb644373d8ea9692c9a46126a1ed7cd640feba7d42b0fe618e290dcae2f76dc83be77de34211ac473f5a1496a8309e3fcc64982e9642af786fb
23 -DIST WSGIProxy2-0.4.4.tar.gz 16475 BLAKE2B 8cc91e8364204a03fb8f80abb926e69112c2224b595c695d25e2fa54553fe9c82e3420f68b58f266d04450dd49a6dbf9257c190da8645dfeee976ae101fc708b SHA512 6ae9fca65fe80f52924f42b26b447631e8c278f517ababc23d26e5f8598d6d9b7975197ec74faf64f2e051824366ac14c5db5727a014a187c70a1b4604105b42
24 DIST WSGIProxy2-0.4.6.tar.gz 16481 BLAKE2B c33dc34d430da795e8144e06e1d6f100cce7d0155295c2d3038567a048647a4f008dbc0156fd4234ce069b3f4ec01af0e42b174dd68c92c9cb3ff4e13be83f8a SHA512 c60d794c0c8b383bf1857ec325d6d0b4fce9c4aec4a06cbf9d7549b609633e491e137342b7bbaf4eec12462eabba63096328c8517b0685e241d1baecd5827cad
25
26 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
27 deleted file mode 100644
28 index 765567798ea..00000000000
29 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_6} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN="WSGIProxy2"
42 -
43 -DESCRIPTION="HTTP proxying tools for WSGI apps"
44 -HOMEPAGE="https://pypi.org/project/WSGIProxy2/"
45 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc64 s390 sparc x86"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
54 - dev-python/requests[${PYTHON_USEDEP}]
55 - dev-python/webob[${PYTHON_USEDEP}]
56 - dev-python/six[${PYTHON_USEDEP}]"
57 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? ( ${RDEPEND}
59 - >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
60 - dev-python/socketpool[${PYTHON_USEDEP}]
61 - dev-python/restkit[$(python_gen_usedep python2_7)] )"
62 -# Tests needing restkit are skipped under py3
63 -# Testing also revealed the suite needs latest webtest
64 -
65 -S="${WORKDIR}/${MY_PN}-${PV}"
66 -
67 -python_compile_all() {
68 - if use doc; then
69 - cd docs || die
70 - sphinx-build -b html -d _build/doctrees . _build/html
71 - fi
72 -}
73 -
74 -python_test() {
75 - nosetests || die "Tests fail with ${EPYTHON}"
76 -}
77 -
78 -python_install_all() {
79 - use doc && local HTML_DOCS=( docs/_build/html/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4-r1.ebuild
84 deleted file mode 100644
85 index 7ea464b9271..00000000000
86 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4-r1.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
95 -
96 -inherit distutils-r1
97 -
98 -MY_PN="WSGIProxy2"
99 -
100 -DESCRIPTION="HTTP proxying tools for WSGI apps"
101 -HOMEPAGE="https://pypi.org/project/WSGIProxy2/"
102 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
103 -
104 -LICENSE="MIT"
105 -SLOT="0"
106 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
107 -IUSE="doc test"
108 -RESTRICT="!test? ( test )"
109 -
110 -RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
111 - dev-python/requests[${PYTHON_USEDEP}]
112 - dev-python/webob[${PYTHON_USEDEP}]
113 - dev-python/six[${PYTHON_USEDEP}]"
114 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
115 - test? ( ${RDEPEND}
116 - >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
117 - dev-python/socketpool[${PYTHON_USEDEP}]
118 - dev-python/restkit[$(python_gen_usedep python2_7)] )"
119 -# Tests needing restkit are skipped under py3
120 -# Testing also revealed the suite needs latest webtest
121 -
122 -S="${WORKDIR}/${MY_PN}-${PV}"
123 -
124 -python_compile_all() {
125 - if use doc; then
126 - cd docs || die
127 - sphinx-build -b html -d _build/doctrees . _build/html
128 - fi
129 -}
130 -
131 -python_test() {
132 - nosetests || die "Tests fail with ${EPYTHON}"
133 -}
134 -
135 -python_install_all() {
136 - use doc && local HTML_DOCS=( docs/_build/html/. )
137 - distutils-r1_python_install_all
138 -}