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/cheroot/
Date: Sat, 01 Aug 2020 15:25:44
Message-Id: 1596295537.6e403e0973cd4e09eb5876625b63d0ad126b4d0b.mgorny@gentoo
1 commit: 6e403e0973cd4e09eb5876625b63d0ad126b4d0b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 15:25:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 15:25:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e403e09
7
8 dev-python/cheroot: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cheroot/Manifest | 2 --
13 dev-python/cheroot/cheroot-8.3.0.ebuild | 42 --------------------------
14 dev-python/cheroot/cheroot-8.4.0.ebuild | 52 ---------------------------------
15 dev-python/cheroot/cheroot-8.4.1.ebuild | 52 ---------------------------------
16 4 files changed, 148 deletions(-)
17
18 diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest
19 index 7bc87abcab7..87036d1f499 100644
20 --- a/dev-python/cheroot/Manifest
21 +++ b/dev-python/cheroot/Manifest
22 @@ -1,5 +1,3 @@
23 DIST cheroot-8.3.0.tar.gz 100557 BLAKE2B f5f2fd8a11a1a8660fc37030d501e93787be46dbb79cae89cb4f6915cbf3975453c0ced6ec3bc0ebfc7dc77d555f7d86ed01bd751df6b0227cac3b1b11a82ab5 SHA512 29ff39f043b1a08b9ef653a41761ac4b97de4141cf15c5394f95736d28f7fad4c501d666fe7ff61f40c55b087d022784c7fe09c995c901040b7f2a8ed16b7d14
24 DIST cheroot-8.3.1.tar.gz 104332 BLAKE2B ac79a5e84c534456067b83f11bd72cb34c0e3c850e49c69e0ff329cbe71fd4331397a38bc3b354529a8c4daea6e527733965ba8aafb33fb67e29e6a714b345cb SHA512 5aed493904d7e60118ae4b9498c10d48da553b3cbc1d713e3e870d771a7b669988d55bb0aa3223436cacdbc2249538be759a9145cf655603fbe5b88ee10e94dd
25 -DIST cheroot-8.4.0.tar.gz 106091 BLAKE2B 4749e8dbbe3b368fb350ee11f1494919cae71b5d1dbda8ddee1b0ca812343c09d800646c0e757e0d1e711e486bd1985ba516a5f95541d56623ded78741e25d76 SHA512 b030cced23811659070dccacf3790288d4a0ba326b35a683c7eff9fd3902581f6afbf408315cef129187085c6adb2a813bc5d30cbaf56d2d00369b6e19336a37
26 -DIST cheroot-8.4.1.tar.gz 107221 BLAKE2B cddfe305b472df4a20b5f93911a941c7d2f36dd5a7edfd593832d705b50aca2fa4bbac9f9e3a3b586623da2edafb115ebdf13b34ee3b284264ba6a31c544c8f8 SHA512 44ae1fc9a47160d3469ef1218dc60fc4c4bdb445c69b32d597fb6341b130ba36e9f04d2082e7218911ae07f4fa1a271526590db16840ff798a3788209498c10c
27 DIST cheroot-8.4.2.tar.gz 107264 BLAKE2B d28d602ebd442ad5d85dfb2f4618b279e733cfca9d3c516ad1fbefcd318449155819549f6b929713d51d44fbaa9a7db383af81ea65271c6646a9245e521b3178 SHA512 d0b807969d491e0b3423453d27acfbe51147f6786c0b2c8a1b4774589e3e82b027277bf0ddd5ff406f31e0ac7d9dfbd6c2f02efe6911889986e72e9f16b8e62f
28
29 diff --git a/dev-python/cheroot/cheroot-8.3.0.ebuild b/dev-python/cheroot/cheroot-8.3.0.ebuild
30 deleted file mode 100644
31 index 2f437c4031f..00000000000
32 --- a/dev-python/cheroot/cheroot-8.3.0.ebuild
33 +++ /dev/null
34 @@ -1,42 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{6..9} )
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
45 -HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
46 -SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
51 -# Unit tests are temporarily disabled for this version, see below for
52 -# what needs to be done.
53 -#IUSE="test"
54 -RESTRICT="test"
55 -
56 -RDEPEND="
57 - >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
58 - >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]
59 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="${RDEPEND}
62 - test? (
63 - >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}]
64 - >=dev-python/pytest-xdist-1.2.28[${PYTHON_USEDEP}]
65 - dev-python/pyopenssl[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -distutils_enable_tests pytest
70 -
71 -python_prepare_all() {
72 - distutils-r1_python_prepare_all
73 -
74 - sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
75 - sed -e '/setuptools_scm/d' -i setup.cfg || die
76 -}
77
78 diff --git a/dev-python/cheroot/cheroot-8.4.0.ebuild b/dev-python/cheroot/cheroot-8.4.0.ebuild
79 deleted file mode 100644
80 index c66aaa7c635..00000000000
81 --- a/dev-python/cheroot/cheroot-8.4.0.ebuild
82 +++ /dev/null
83 @@ -1,52 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -PYTHON_COMPAT=( python3_{6..9} )
90 -DISTUTILS_USE_SETUPTOOLS=rdepend
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
94 -HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
95 -SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
96 -
97 -LICENSE="BSD"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
100 -
101 -RDEPEND="
102 - >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
103 - >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]
104 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
105 -"
106 -BDEPEND="
107 - test? (
108 - ${RDEPEND}
109 - dev-python/jaraco-context[${PYTHON_USEDEP}]
110 - dev-python/jaraco-text[${PYTHON_USEDEP}]
111 - dev-python/pytest-forked[${PYTHON_USEDEP}]
112 - >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}]
113 - dev-python/pyopenssl[${PYTHON_USEDEP}]
114 - dev-python/requests-unixsocket[${PYTHON_USEDEP}]
115 - dev-python/trustme[${PYTHON_USEDEP}]
116 - dev-python/urllib3[${PYTHON_USEDEP}]
117 - )
118 -"
119 -
120 -distutils_enable_tests pytest
121 -
122 -python_prepare_all() {
123 - sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
124 - sed -e '/setuptools_scm/d' -i setup.cfg || die
125 - sed -e '/--cov/d' \
126 - -e '/--testmon/d' \
127 - -e '/--numproc/d' \
128 - -i pytest.ini || die
129 -
130 - # broken
131 - sed -e '/False.*localhost/d' \
132 - -i cheroot/test/test_ssl.py || die
133 -
134 - distutils-r1_python_prepare_all
135 -}
136
137 diff --git a/dev-python/cheroot/cheroot-8.4.1.ebuild b/dev-python/cheroot/cheroot-8.4.1.ebuild
138 deleted file mode 100644
139 index c66aaa7c635..00000000000
140 --- a/dev-python/cheroot/cheroot-8.4.1.ebuild
141 +++ /dev/null
142 @@ -1,52 +0,0 @@
143 -# Copyright 1999-2020 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=7
147 -
148 -PYTHON_COMPAT=( python3_{6..9} )
149 -DISTUTILS_USE_SETUPTOOLS=rdepend
150 -inherit distutils-r1
151 -
152 -DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
153 -HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
154 -SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
155 -
156 -LICENSE="BSD"
157 -SLOT="0"
158 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
159 -
160 -RDEPEND="
161 - >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
162 - >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]
163 - dev-python/jaraco-functools[${PYTHON_USEDEP}]
164 -"
165 -BDEPEND="
166 - test? (
167 - ${RDEPEND}
168 - dev-python/jaraco-context[${PYTHON_USEDEP}]
169 - dev-python/jaraco-text[${PYTHON_USEDEP}]
170 - dev-python/pytest-forked[${PYTHON_USEDEP}]
171 - >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}]
172 - dev-python/pyopenssl[${PYTHON_USEDEP}]
173 - dev-python/requests-unixsocket[${PYTHON_USEDEP}]
174 - dev-python/trustme[${PYTHON_USEDEP}]
175 - dev-python/urllib3[${PYTHON_USEDEP}]
176 - )
177 -"
178 -
179 -distutils_enable_tests pytest
180 -
181 -python_prepare_all() {
182 - sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
183 - sed -e '/setuptools_scm/d' -i setup.cfg || die
184 - sed -e '/--cov/d' \
185 - -e '/--testmon/d' \
186 - -e '/--numproc/d' \
187 - -i pytest.ini || die
188 -
189 - # broken
190 - sed -e '/False.*localhost/d' \
191 - -i cheroot/test/test_ssl.py || die
192 -
193 - distutils-r1_python_prepare_all
194 -}