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/files/, dev-python/wsgiproxy2/
Date: Sat, 18 Sep 2021 19:44:06
Message-Id: 1631994229.cb63d3f8c92184715b7d72d28169b1967dfe9cb2.mgorny@gentoo
1 commit: cb63d3f8c92184715b7d72d28169b1967dfe9cb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 17:55:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 19:43:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb63d3f8
7
8 dev-python/wsgiproxy2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wsgiproxy2/Manifest | 2 -
13 .../wsgiproxy2/files/wsgiproxy2-0.4.6-tests.patch | 19 ----------
14 dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild | 44 ----------------------
15 dev-python/wsgiproxy2/wsgiproxy2-0.5.0.ebuild | 31 ---------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
19 index 2e92aa18fae..d3a18a7dbf3 100644
20 --- a/dev-python/wsgiproxy2/Manifest
21 +++ b/dev-python/wsgiproxy2/Manifest
22 @@ -1,3 +1 @@
23 -DIST WSGIProxy2-0.4.6.tar.gz 16481 BLAKE2B c33dc34d430da795e8144e06e1d6f100cce7d0155295c2d3038567a048647a4f008dbc0156fd4234ce069b3f4ec01af0e42b174dd68c92c9cb3ff4e13be83f8a SHA512 c60d794c0c8b383bf1857ec325d6d0b4fce9c4aec4a06cbf9d7549b609633e491e137342b7bbaf4eec12462eabba63096328c8517b0685e241d1baecd5827cad
24 -DIST WSGIProxy2-0.5.0.tar.gz 16464 BLAKE2B be8f818a1eb3280598427d52b4a7661f5c3cb86a4701e6c3c6b9c57bfde740a0ed616f9f6df8d7f4539c6716898bb5f7ebbf245d72452d84da9862df7cbec761 SHA512 8351225ffe78069f35e636efbd508d3ccd1a3365ac8846bc8fd5712c04869d21c1f9e9e9207d286649713cb9dcbc4770cf41f2c5f06a8d72e86f290211f05c0a
25 DIST WSGIProxy2-0.5.1.tar.gz 16565 BLAKE2B 54bdc404111d910af61a59a7da5d47924e1950162dfb79dc0fd221a417c4fbb717dc4e7cf521589e3d087ffce1917449a199f5278bd4410ccce391b9c551eced SHA512 6be9d4893515cc70ee1c5d7b7a29895a8c8b5afd316e2ad05f92fc1fa93e26da22b93440994ec9782f0663ff7073e476f75351fb7955bde93a2b6fbf9f4bf78a
26
27 diff --git a/dev-python/wsgiproxy2/files/wsgiproxy2-0.4.6-tests.patch b/dev-python/wsgiproxy2/files/wsgiproxy2-0.4.6-tests.patch
28 deleted file mode 100644
29 index 77515b85b02..00000000000
30 --- a/dev-python/wsgiproxy2/files/wsgiproxy2-0.4.6-tests.patch
31 +++ /dev/null
32 @@ -1,19 +0,0 @@
33 -diff --git a/wsgiproxy/test_wsgiproxy.py b/wsgiproxy/test_wsgiproxy.py
34 -index 39355d9..7806d3b 100644
35 ---- a/wsgiproxy/test_wsgiproxy.py
36 -+++ b/wsgiproxy/test_wsgiproxy.py
37 -@@ -1,4 +1,6 @@
38 - # -*- coding: utf-8 -*-
39 -+import sys
40 -+import platform
41 - import unittest
42 - from wsgiproxy import proxies
43 - from webtest import TestApp
44 -@@ -86,6 +88,7 @@ class TestHttplib(unittest.TestCase):
45 - headers=[('Transfer-Encoding', 'chunked')])
46 - resp.mustcontain(no='chunked')
47 -
48 -+ @unittest.skipIf(sys.hexversion < 0x3000000 and 'pypy' not in platform.python_implementation().lower(), "broken on cpython2")
49 - def test_quoted_utf8_url(self):
50 - path = '/targets/NR2F1%C3%82-human/'
51 - resp = self.app.get(path)
52
53 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
54 deleted file mode 100644
55 index 19cda237b3c..00000000000
56 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
57 +++ /dev/null
58 @@ -1,44 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=7
63 -
64 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
65 -
66 -inherit distutils-r1
67 -
68 -MY_PN="WSGIProxy2"
69 -DESCRIPTION="HTTP proxying tools for WSGI apps"
70 -HOMEPAGE="https://pypi.org/project/WSGIProxy2/"
71 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
72 -S="${WORKDIR}/${MY_PN}-${PV}"
73 -
74 -LICENSE="MIT"
75 -SLOT="0"
76 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
77 -
78 -RDEPEND="
79 - dev-python/requests[${PYTHON_USEDEP}]
80 - dev-python/six[${PYTHON_USEDEP}]
81 - dev-python/urllib3[${PYTHON_USEDEP}]
82 - dev-python/webob[${PYTHON_USEDEP}]
83 -"
84 -BDEPEND="
85 - test? (
86 - >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
87 - dev-python/socketpool[${PYTHON_USEDEP}]
88 - )"
89 -# Testing also revealed the suite needs latest webtest
90 -
91 -PATCHES=(
92 - "${FILESDIR}/wsgiproxy2-0.4.6-tests.patch"
93 -)
94 -
95 -distutils_enable_sphinx docs
96 -distutils_enable_tests nose
97 -
98 -python_prepare_all() {
99 - sed -i '/with-coverage/ d' setup.cfg || die
100 -
101 - distutils-r1_python_prepare_all
102 -}
103
104 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.0.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.0.ebuild
105 deleted file mode 100644
106 index 5deefff8482..00000000000
107 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.5.0.ebuild
108 +++ /dev/null
109 @@ -1,31 +0,0 @@
110 -# Copyright 1999-2021 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=8
114 -
115 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
116 -inherit distutils-r1
117 -
118 -MY_PN="WSGIProxy2"
119 -DESCRIPTION="HTTP proxying tools for WSGI apps"
120 -HOMEPAGE="https://pypi.org/project/WSGIProxy2/"
121 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
122 -S="${WORKDIR}/${MY_PN}-${PV}"
123 -
124 -LICENSE="MIT"
125 -SLOT="0"
126 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
127 -
128 -RDEPEND="
129 - dev-python/requests[${PYTHON_USEDEP}]
130 - dev-python/six[${PYTHON_USEDEP}]
131 - dev-python/urllib3[${PYTHON_USEDEP}]
132 - dev-python/webob[${PYTHON_USEDEP}]
133 -"
134 -BDEPEND="
135 - test? (
136 - >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
137 - )"
138 -
139 -distutils_enable_sphinx docs
140 -distutils_enable_tests unittest