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/virtualenv/
Date: Tue, 30 Aug 2022 19:01:47
Message-Id: 1661885901.b7d7d9dc5bc735791ccc1e69f0fcb705eb53f1f4.mgorny@gentoo
1 commit: b7d7d9dc5bc735791ccc1e69f0fcb705eb53f1f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:58:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 18:58:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d7d9dc
7
8 dev-python/virtualenv: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/virtualenv/Manifest | 2 -
13 dev-python/virtualenv/virtualenv-20.16.0.ebuild | 106 ------------------------
14 dev-python/virtualenv/virtualenv-20.16.2.ebuild | 106 ------------------------
15 3 files changed, 214 deletions(-)
16
17 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
18 index b64acae6bb46..6dd1c1fbff34 100644
19 --- a/dev-python/virtualenv/Manifest
20 +++ b/dev-python/virtualenv/Manifest
21 @@ -1,3 +1 @@
22 -DIST virtualenv-20.16.0.tar.gz 12217565 BLAKE2B 534d665b56191c2e804306677b6771d3d0fa6104c476f8f17fbf40c2f8a3b7ccf6ffa9f8dec4d8de515f610f2ffc7b5d67bc99d82be4c0cc73990e5664a1d1e3 SHA512 f34827ec0e1b7325ee23b53b5fa2c36c1377d3fe7265b7187cf43592f74b37d66747abf69f0f33850212bf3aa69c98147cfffc37b311b98a1127f7ac5d9c69e4
23 -DIST virtualenv-20.16.2.tar.gz 12217706 BLAKE2B 1dff9c8697eb80cf590819c451790599977d52dcfe2935c7d9e355aeb34c9b3bd4f6d97bb051c7a02ba95878717fac82766a0370124d21a4c89fee42a31bbb31 SHA512 3998ea1e70a56d859be808059249251ca944216998a48af70db731cf5655624c12078d94caa5827ab41326cfd702319d3a486fbc0fe424369e07df39c9cd8ce9
24 DIST virtualenv-20.16.3.tar.gz 12219368 BLAKE2B 00a7d38db3e9d929e5f01eb020436cf5b917a10bca876ef4abe7a07f5e86a1b1930ed42acbac96d80375a78b660a70872ba6048c673a4ad4d51cafb7824d8f6d SHA512 d3a90bab9862ea2a70e1dc429dff98a729425858a2153281cba4ecaf13107e6c3a43781e8c96b1f2a6c1ddd797de86bcfee8129a698e45d20eed76432efba5a6
25
26 diff --git a/dev-python/virtualenv/virtualenv-20.16.0.ebuild b/dev-python/virtualenv/virtualenv-20.16.0.ebuild
27 deleted file mode 100644
28 index ecf092aab2ba..000000000000
29 --- a/dev-python/virtualenv/virtualenv-20.16.0.ebuild
30 +++ /dev/null
31 @@ -1,106 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Virtual Python Environment builder"
43 -HOMEPAGE="
44 - https://virtualenv.pypa.io/en/stable/
45 - https://pypi.org/project/virtualenv/
46 - https://github.com/pypa/virtualenv/
47 -"
48 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
52 -SLOT="0"
53 -
54 -RDEPEND="
55 - >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
56 - >=dev-python/filelock-3[${PYTHON_USEDEP}]
57 - >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
58 - >=dev-python/setuptools-41[${PYTHON_USEDEP}]
59 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
60 -"
61 -# coverage is used somehow magically in virtualenv, maybe it actually
62 -# tests something useful
63 -BDEPEND="
64 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
65 - test? (
66 - dev-python/coverage[${PYTHON_USEDEP}]
67 - dev-python/flaky[${PYTHON_USEDEP}]
68 - >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
69 - >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
70 - >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
71 - >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
72 - dev-python/wheel[${PYTHON_USEDEP}]
73 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
74 - )
75 -"
76 -
77 -# (unpackaged deps)
78 -#distutils_enable_sphinx docs \
79 -# dev-python/sphinx-argparse \
80 -# dev-python/sphinx_rtd_theme \
81 -# dev-python/towncrier
82 -distutils_enable_tests pytest
83 -
84 -src_configure() {
85 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
86 -}
87 -
88 -python_test() {
89 - local EPYTEST_DESELECT=(
90 - tests/unit/activation/test_xonsh.py
91 - tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
92 - tests/unit/create/test_creator.py::test_cross_major
93 - # tests failing without python2 installed
94 - "tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
95 - "tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
96 - )
97 - [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
98 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
99 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
100 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
101 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
102 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
103 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
104 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
105 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
106 - 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
107 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
108 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
109 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
110 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
111 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
112 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
113 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
114 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
115 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
116 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
117 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
118 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
119 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
120 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
121 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
122 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
123 - )
124 - [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
125 - # TODO
126 - tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools
127 - tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered
128 - )
129 -
130 - epytest
131 -}
132 -
133 -pkg_postinst() {
134 - elog "Please note that while virtualenv package no longer supports"
135 - elog "Python 2.7, you can still create py2.7 virtualenvs via:"
136 - elog " $ virtualenv -p 2.7 ..."
137 -}
138
139 diff --git a/dev-python/virtualenv/virtualenv-20.16.2.ebuild b/dev-python/virtualenv/virtualenv-20.16.2.ebuild
140 deleted file mode 100644
141 index 8018e0d0a409..000000000000
142 --- a/dev-python/virtualenv/virtualenv-20.16.2.ebuild
143 +++ /dev/null
144 @@ -1,106 +0,0 @@
145 -# Copyright 1999-2022 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=8
149 -
150 -DISTUTILS_USE_PEP517=setuptools
151 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
152 -
153 -inherit distutils-r1
154 -
155 -DESCRIPTION="Virtual Python Environment builder"
156 -HOMEPAGE="
157 - https://virtualenv.pypa.io/en/stable/
158 - https://pypi.org/project/virtualenv/
159 - https://github.com/pypa/virtualenv/
160 -"
161 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
162 -
163 -LICENSE="MIT"
164 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
165 -SLOT="0"
166 -
167 -RDEPEND="
168 - >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
169 - >=dev-python/filelock-3[${PYTHON_USEDEP}]
170 - >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
171 - >=dev-python/setuptools-41[${PYTHON_USEDEP}]
172 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
173 -"
174 -# coverage is used somehow magically in virtualenv, maybe it actually
175 -# tests something useful
176 -BDEPEND="
177 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
178 - test? (
179 - dev-python/coverage[${PYTHON_USEDEP}]
180 - dev-python/flaky[${PYTHON_USEDEP}]
181 - >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
182 - >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
183 - >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
184 - >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
185 - dev-python/wheel[${PYTHON_USEDEP}]
186 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
187 - )
188 -"
189 -
190 -# (unpackaged deps)
191 -#distutils_enable_sphinx docs \
192 -# dev-python/sphinx-argparse \
193 -# dev-python/sphinx_rtd_theme \
194 -# dev-python/towncrier
195 -distutils_enable_tests pytest
196 -
197 -src_configure() {
198 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
199 -}
200 -
201 -python_test() {
202 - local EPYTEST_DESELECT=(
203 - tests/unit/activation/test_xonsh.py
204 - tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
205 - tests/unit/create/test_creator.py::test_cross_major
206 - # tests failing without python2 installed
207 - "tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
208 - "tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
209 - )
210 - [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
211 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
212 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
213 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
214 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
215 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
216 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
217 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
218 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
219 - 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
220 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
221 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
222 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
223 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
224 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
225 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
226 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
227 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
228 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
229 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
230 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
231 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
232 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
233 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
234 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
235 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
236 - )
237 - [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
238 - # TODO
239 - tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools
240 - tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered
241 - )
242 -
243 - epytest
244 -}
245 -
246 -pkg_postinst() {
247 - elog "Please note that while virtualenv package no longer supports"
248 - elog "Python 2.7, you can still create py2.7 virtualenvs via:"
249 - elog " $ virtualenv -p 2.7 ..."
250 -}