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/tox/
Date: Tue, 03 Jan 2023 06:23:51
Message-Id: 1672727021.97c309e5e48824ee14bbe73d772cd3cbe2c1792c.mgorny@gentoo
1 commit: 97c309e5e48824ee14bbe73d772cd3cbe2c1792c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 06:04:20 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 06:23:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c309e5
7
8 dev-python/tox: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tox/Manifest | 2 -
13 dev-python/tox/tox-4.0.19.ebuild | 91 ----------------------------------------
14 dev-python/tox/tox-4.1.1.ebuild | 91 ----------------------------------------
15 3 files changed, 184 deletions(-)
16
17 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
18 index 6bdb6615b0a8..6398af88cf20 100644
19 --- a/dev-python/tox/Manifest
20 +++ b/dev-python/tox/Manifest
21 @@ -1,5 +1,3 @@
22 DIST tox-3.27.1.gh.tar.gz 309006 BLAKE2B fa8aaa9cd5b03e54c166bb6b748290420b91498b26d2d124d9f88a64806b9ac0578c1886845b25aa024907f6a782c45609fa6c7657d9e1f538b59c2d9f0f4e14 SHA512 5f568bc6c53f871aae91928681dd6f2419b876a8e6ca925e65abae845b548ee3d00513741882875bbbacb78bf64935228d98213f940d3da8c3f788b73f177b79
23 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f SHA512 64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
24 -DIST tox-4.0.19.gh.tar.gz 284319 BLAKE2B f0ed3d300e0fadfaa5725589cea91511ed0c37937dc3761b203cfd1f0a5cf4033b6006e693521c932d3af64feb150951c046f5853a8b9bb9e37dcf3c5db4de95 SHA512 27d01b96acf4f7650b5a4a3ad80293ea884ee6791ff2e734cb64c94551943af1fb91804944f7ae82937fe4172522c0d5e4f24e84d35012d11657adc49702fc88
25 -DIST tox-4.1.1.gh.tar.gz 285048 BLAKE2B 78f810889102328a9b1e56d86b2f5d833311a5148fe9eca0f2076892d4ef15c6eee8fdf58c5390a273842cd3f0c50731fc82f10a54a025b6802526711513453b SHA512 7367a2ac9d2233d96affff7cfd357fad516661834db31aee740d77983977ad6136a58c2979eaafbc504844f6ec5bbeeed9b5bd67ba53f2b7d24cf5d83e59d42b
26 DIST tox-4.1.2.gh.tar.gz 286306 BLAKE2B 67e52bf01c383e255b22c5c71eecf01d4a041cf4c4399df60451c74acd79bbd1b30f787bcf4f10896804ca1b0cc8b02f6ff4d5e0b7e7ac64284da33f09c95bc9 SHA512 7ff44624c26d609c33dce2cec5bd177caf70b8628f64c48f1fae5130001c508b82079ea4f2487cf8d10b371d0b95cc998c21c47a5080e964db40a3ebafe01a93
27
28 diff --git a/dev-python/tox/tox-4.0.19.ebuild b/dev-python/tox/tox-4.0.19.ebuild
29 deleted file mode 100644
30 index 98dc8a8f2545..000000000000
31 --- a/dev-python/tox/tox-4.0.19.ebuild
32 +++ /dev/null
33 @@ -1,91 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=hatchling
40 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
41 -
42 -inherit distutils-r1
43 -
44 -MY_P=${P/_}
45 -DESCRIPTION="virtualenv-based automation of test activities"
46 -HOMEPAGE="
47 - https://tox.readthedocs.io/
48 - https://github.com/tox-dev/tox/
49 - https://pypi.org/project/tox/
50 -"
51 -SRC_URI="
52 - https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
53 - -> ${MY_P}.gh.tar.gz
54 -"
55 -S=${WORKDIR}/${MY_P}
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~ppc"
60 -
61 -RDEPEND="
62 - >=dev-python/cachetools-5.2[${PYTHON_USEDEP}]
63 - >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
64 - >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
65 - >=dev-python/filelock-3.8.2[${PYTHON_USEDEP}]
66 - >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
67 - >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
68 - >=dev-python/pluggy-1[${PYTHON_USEDEP}]
69 - >=dev-python/pyproject-api-1.2.1[${PYTHON_USEDEP}]
70 - $(python_gen_cond_dep '
71 - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
72 - ' 3.8 3.9 3.10)
73 - >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
74 -"
75 -BDEPEND="
76 - >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
77 - test? (
78 - dev-python/build[${PYTHON_USEDEP}]
79 - >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
80 - >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
81 - >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
82 - dev-python/pytest-mock[${PYTHON_USEDEP}]
83 - >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
84 - >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
85 - $(python_gen_cond_dep '
86 - >=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
87 - ' 'python*')
88 - )
89 -"
90 -
91 -distutils_enable_tests pytest
92 -
93 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
94 -
95 -src_prepare() {
96 - # the minimal bounds in tox are entirely meaningless and new packaging
97 - # breaks setuptools
98 - sed -i -e '/packaging/s:>=22::' pyproject.toml || die
99 - distutils-r1_src_prepare
100 -}
101 -
102 -python_test() {
103 - # devpi_process is not packaged, and has lots of dependencies
104 - cat > "${T}"/devpi_process.py <<-EOF || die
105 - def IndexServer(*args, **kwargs): raise NotImplementedError()
106 - EOF
107 -
108 - local -x PYTHONPATH=${T}:${PYTHONPATH}
109 - local EPYTEST_DESELECT=(
110 - # Internet
111 - tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
112 - )
113 - local EPYTEST_IGNORE=(
114 - # requires devpi*
115 - tests/test_provision.py
116 - )
117 - if ! has_version "dev-python/time_machine[${PYTHON_USEDEP}]"; then
118 - EPYTEST_IGNORE+=(
119 - tests/util/test_spinner.py
120 - )
121 - fi
122 -
123 - epytest
124 -}
125
126 diff --git a/dev-python/tox/tox-4.1.1.ebuild b/dev-python/tox/tox-4.1.1.ebuild
127 deleted file mode 100644
128 index 98dc8a8f2545..000000000000
129 --- a/dev-python/tox/tox-4.1.1.ebuild
130 +++ /dev/null
131 @@ -1,91 +0,0 @@
132 -# Copyright 1999-2022 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=8
136 -
137 -DISTUTILS_USE_PEP517=hatchling
138 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
139 -
140 -inherit distutils-r1
141 -
142 -MY_P=${P/_}
143 -DESCRIPTION="virtualenv-based automation of test activities"
144 -HOMEPAGE="
145 - https://tox.readthedocs.io/
146 - https://github.com/tox-dev/tox/
147 - https://pypi.org/project/tox/
148 -"
149 -SRC_URI="
150 - https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
151 - -> ${MY_P}.gh.tar.gz
152 -"
153 -S=${WORKDIR}/${MY_P}
154 -
155 -LICENSE="MIT"
156 -SLOT="0"
157 -KEYWORDS="~amd64 ~ppc"
158 -
159 -RDEPEND="
160 - >=dev-python/cachetools-5.2[${PYTHON_USEDEP}]
161 - >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
162 - >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
163 - >=dev-python/filelock-3.8.2[${PYTHON_USEDEP}]
164 - >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
165 - >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
166 - >=dev-python/pluggy-1[${PYTHON_USEDEP}]
167 - >=dev-python/pyproject-api-1.2.1[${PYTHON_USEDEP}]
168 - $(python_gen_cond_dep '
169 - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
170 - ' 3.8 3.9 3.10)
171 - >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
172 -"
173 -BDEPEND="
174 - >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
175 - test? (
176 - dev-python/build[${PYTHON_USEDEP}]
177 - >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
178 - >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
179 - >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
180 - dev-python/pytest-mock[${PYTHON_USEDEP}]
181 - >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
182 - >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
183 - $(python_gen_cond_dep '
184 - >=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
185 - ' 'python*')
186 - )
187 -"
188 -
189 -distutils_enable_tests pytest
190 -
191 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
192 -
193 -src_prepare() {
194 - # the minimal bounds in tox are entirely meaningless and new packaging
195 - # breaks setuptools
196 - sed -i -e '/packaging/s:>=22::' pyproject.toml || die
197 - distutils-r1_src_prepare
198 -}
199 -
200 -python_test() {
201 - # devpi_process is not packaged, and has lots of dependencies
202 - cat > "${T}"/devpi_process.py <<-EOF || die
203 - def IndexServer(*args, **kwargs): raise NotImplementedError()
204 - EOF
205 -
206 - local -x PYTHONPATH=${T}:${PYTHONPATH}
207 - local EPYTEST_DESELECT=(
208 - # Internet
209 - tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
210 - )
211 - local EPYTEST_IGNORE=(
212 - # requires devpi*
213 - tests/test_provision.py
214 - )
215 - if ! has_version "dev-python/time_machine[${PYTHON_USEDEP}]"; then
216 - EPYTEST_IGNORE+=(
217 - tests/util/test_spinner.py
218 - )
219 - fi
220 -
221 - epytest
222 -}