1 |
commit: 39e13c1eb0fc3ec47c49fe94ec3bf015cc06eb01 |
2 |
Author: Michał Górny <mgorny <AT> gentoo <DOT> org> |
3 |
AuthorDate: Sat Jan 29 07:04:27 2022 +0000 |
4 |
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> |
5 |
CommitDate: Sat Jan 29 07:22:58 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e13c1e |
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 | 3 - |
13 |
dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild | 98 ---------------------- |
14 |
dev-python/virtualenv/virtualenv-20.11.1.ebuild | 98 ---------------------- |
15 |
dev-python/virtualenv/virtualenv-20.12.0.ebuild | 98 ---------------------- |
16 |
4 files changed, 297 deletions(-) |
17 |
|
18 |
diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest |
19 |
index f441729ef6e2..9d18ee457082 100644 |
20 |
--- a/dev-python/virtualenv/Manifest |
21 |
+++ b/dev-python/virtualenv/Manifest |
22 |
@@ -1,6 +1,3 @@ |
23 |
-DIST virtualenv-20.10.0.tar.gz 9007218 BLAKE2B 1fd37b38679b7375c1eb6e9644418b1653cb6a8dab194c8553fa113cf4a801a7c1d5e6490067767cfb198a0ef2b5ab9cf166783b9c6fac0b2c8b538949c11804 SHA512 df940aa29801a39d39be46d3518a99e93efb2113650abf81d00b4545183ec6806823ce8b754c5a3c951cb64e941944421046c709ed3de6a925489e5ac1988d48 |
24 |
-DIST virtualenv-20.11.1.tar.gz 9952979 BLAKE2B d8e44f5a8fedfca4eed79798be74ccfca86af2cacc076d797832028363c2d5269194e711d4511a415420285bc408373a641248a5a96cfaea326f60e023129d65 SHA512 c378bd088d9f2f6a07128d6d04b71554ad7c4de6227baea68ea486c8e10c99c40818eb9bf98cb4c950e64d0aeed4d2be40c101fbd6005d48d2eccaea0382d581 |
25 |
DIST virtualenv-20.11.2.tar.gz 9953645 BLAKE2B 8bd0e5bee4fad2cdb13b1ce3e018191ef69993c9d1c66332c74908483802b2d1aff1ea1ef9acd4d94b17cacc9ae4c4014ded6ac0e7df4ea807d050d1243d5464 SHA512 18f9c6e50aa6d7b7060163b23332d7e9140199e525f7fb4efe99e84dfb298413889f4516b6e942d3e05a667774093ed521cc757a67a1698138cb793b9798a46f |
26 |
-DIST virtualenv-20.12.0.tar.gz 9955140 BLAKE2B 3d01e6b08ce9002310b3659b1773bec850d23bf5bd79d414e8b8a36d7f675cfe5b16f8522758c64911d596a8c1e8994fe126037e38cfe59d42e62d4b9adad8f0 SHA512 235074d6f1edae7f350991d3774eb5b567d5fb53c86d3ec7f86b237fccd71256d0700d7ecaa6a82bc1b7611af743cc1fde2f083c43beadac5f317af69c7d1a14 |
27 |
DIST virtualenv-20.12.1.tar.gz 9956052 BLAKE2B 1507e45de7d1383062b18a2796baf91befec576200560e3a07a5b78e563d6c93cd8f1b3aea327d2edf4d9e582a9a4a9c62f03e9f8cf023318ea4a6cd1fdc6c79 SHA512 1f1a721f1b03cab72330827bca68741cc7f3d4c713a44eb50028ce7b72101cf7530f12cb1fbbff1c94ce9ce621601484845069f34d0c36250f80d8186b2501f9 |
28 |
DIST virtualenv-20.13.0.tar.gz 9957090 BLAKE2B 7ff73c458b319c2a4545e6ad468cfdf3b4d48eec02f2d82843fd5276a0f97b72a953079849295ab2467fc78d6fb304774cac800b8744cbf7a295cc3fc4dbb433 SHA512 72aa8cffe92551479ad4ec93395597cd9f77ddaf2063e36d5836277199a96ab2d57236d94b99b7038a60ada103a2d8a37ae4b13ffaaa6ed8e786245d9fbbf6d6 |
29 |
|
30 |
diff --git a/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild b/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild |
31 |
deleted file mode 100644 |
32 |
index 0411b6f14587..000000000000 |
33 |
--- a/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild |
34 |
+++ /dev/null |
35 |
@@ -1,98 +0,0 @@ |
36 |
-# Copyright 1999-2021 Gentoo Authors |
37 |
-# Distributed under the terms of the GNU General Public License v2 |
38 |
- |
39 |
-EAPI=8 |
40 |
- |
41 |
-PYTHON_COMPAT=( python3_{8..10} pypy3 ) |
42 |
-DISTUTILS_USE_SETUPTOOLS=manual |
43 |
- |
44 |
-inherit distutils-r1 |
45 |
- |
46 |
-DESCRIPTION="Virtual Python Environment builder" |
47 |
-HOMEPAGE=" |
48 |
- https://virtualenv.pypa.io/en/stable/ |
49 |
- https://pypi.org/project/virtualenv/ |
50 |
- https://github.com/pypa/virtualenv/ |
51 |
-" |
52 |
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" |
53 |
- |
54 |
-LICENSE="MIT" |
55 |
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
56 |
-SLOT="0" |
57 |
- |
58 |
-RDEPEND=" |
59 |
- >=dev-python/backports-entry_points_selectable-1.0.4[${PYTHON_USEDEP}] |
60 |
- >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}] |
61 |
- >=dev-python/filelock-3[${PYTHON_USEDEP}] |
62 |
- >=dev-python/platformdirs-2[${PYTHON_USEDEP}] |
63 |
- >=dev-python/setuptools-41[${PYTHON_USEDEP}] |
64 |
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" |
65 |
-# coverage is used somehow magically in virtualenv, maybe it actually |
66 |
-# tests something useful |
67 |
-BDEPEND=" |
68 |
- dev-python/setuptools_scm[${PYTHON_USEDEP}] |
69 |
- test? ( |
70 |
- dev-python/coverage[${PYTHON_USEDEP}] |
71 |
- dev-python/flaky[${PYTHON_USEDEP}] |
72 |
- >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] |
73 |
- >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}] |
74 |
- >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] |
75 |
- >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}] |
76 |
- dev-python/wheel[${PYTHON_USEDEP}] |
77 |
- >=dev-python/packaging-20.0[${PYTHON_USEDEP}] |
78 |
- )" |
79 |
- |
80 |
-# (unpackaged deps) |
81 |
-#distutils_enable_sphinx docs \ |
82 |
-# dev-python/sphinx-argparse \ |
83 |
-# dev-python/sphinx_rtd_theme \ |
84 |
-# dev-python/towncrier |
85 |
-distutils_enable_tests pytest |
86 |
- |
87 |
-src_configure() { |
88 |
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
89 |
-} |
90 |
- |
91 |
-python_test() { |
92 |
- local EPYTEST_DESELECT=( |
93 |
- tests/unit/activation/test_xonsh.py |
94 |
- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data |
95 |
- tests/unit/create/test_creator.py::test_cross_major |
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 |
- |
125 |
- distutils_install_for_testing |
126 |
- epytest |
127 |
-} |
128 |
- |
129 |
-pkg_postinst() { |
130 |
- elog "Please note that while virtualenv package no longer supports" |
131 |
- elog "Python 2.7, you can still create py2.7 virtualenvs via:" |
132 |
- elog " $ virtualenv -p 2.7 ..." |
133 |
-} |
134 |
|
135 |
diff --git a/dev-python/virtualenv/virtualenv-20.11.1.ebuild b/dev-python/virtualenv/virtualenv-20.11.1.ebuild |
136 |
deleted file mode 100644 |
137 |
index dc6456e35f41..000000000000 |
138 |
--- a/dev-python/virtualenv/virtualenv-20.11.1.ebuild |
139 |
+++ /dev/null |
140 |
@@ -1,98 +0,0 @@ |
141 |
-# Copyright 1999-2021 Gentoo Authors |
142 |
-# Distributed under the terms of the GNU General Public License v2 |
143 |
- |
144 |
-EAPI=8 |
145 |
- |
146 |
-PYTHON_COMPAT=( python3_{8..10} pypy3 ) |
147 |
-DISTUTILS_USE_SETUPTOOLS=manual |
148 |
- |
149 |
-inherit distutils-r1 |
150 |
- |
151 |
-DESCRIPTION="Virtual Python Environment builder" |
152 |
-HOMEPAGE=" |
153 |
- https://virtualenv.pypa.io/en/stable/ |
154 |
- https://pypi.org/project/virtualenv/ |
155 |
- https://github.com/pypa/virtualenv/ |
156 |
-" |
157 |
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" |
158 |
- |
159 |
-LICENSE="MIT" |
160 |
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
161 |
-SLOT="0" |
162 |
- |
163 |
-RDEPEND=" |
164 |
- >=dev-python/backports-entry_points_selectable-1.0.4[${PYTHON_USEDEP}] |
165 |
- >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}] |
166 |
- >=dev-python/filelock-3[${PYTHON_USEDEP}] |
167 |
- >=dev-python/platformdirs-2[${PYTHON_USEDEP}] |
168 |
- >=dev-python/setuptools-41[${PYTHON_USEDEP}] |
169 |
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" |
170 |
-# coverage is used somehow magically in virtualenv, maybe it actually |
171 |
-# tests something useful |
172 |
-BDEPEND=" |
173 |
- dev-python/setuptools_scm[${PYTHON_USEDEP}] |
174 |
- test? ( |
175 |
- dev-python/coverage[${PYTHON_USEDEP}] |
176 |
- dev-python/flaky[${PYTHON_USEDEP}] |
177 |
- >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] |
178 |
- >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}] |
179 |
- >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] |
180 |
- >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}] |
181 |
- dev-python/wheel[${PYTHON_USEDEP}] |
182 |
- >=dev-python/packaging-20.0[${PYTHON_USEDEP}] |
183 |
- )" |
184 |
- |
185 |
-# (unpackaged deps) |
186 |
-#distutils_enable_sphinx docs \ |
187 |
-# dev-python/sphinx-argparse \ |
188 |
-# dev-python/sphinx_rtd_theme \ |
189 |
-# dev-python/towncrier |
190 |
-distutils_enable_tests pytest |
191 |
- |
192 |
-src_configure() { |
193 |
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
194 |
-} |
195 |
- |
196 |
-python_test() { |
197 |
- local EPYTEST_DESELECT=( |
198 |
- tests/unit/activation/test_xonsh.py |
199 |
- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data |
200 |
- tests/unit/create/test_creator.py::test_cross_major |
201 |
- ) |
202 |
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( |
203 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]' |
204 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]' |
205 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]' |
206 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]' |
207 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]' |
208 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]' |
209 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]' |
210 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]' |
211 |
- 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools' |
212 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]' |
213 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]' |
214 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]' |
215 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]' |
216 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]' |
217 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]' |
218 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]' |
219 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]' |
220 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]' |
221 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]' |
222 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]' |
223 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]' |
224 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]' |
225 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]' |
226 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]' |
227 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]' |
228 |
- ) |
229 |
- |
230 |
- distutils_install_for_testing |
231 |
- epytest |
232 |
-} |
233 |
- |
234 |
-pkg_postinst() { |
235 |
- elog "Please note that while virtualenv package no longer supports" |
236 |
- elog "Python 2.7, you can still create py2.7 virtualenvs via:" |
237 |
- elog " $ virtualenv -p 2.7 ..." |
238 |
-} |
239 |
|
240 |
diff --git a/dev-python/virtualenv/virtualenv-20.12.0.ebuild b/dev-python/virtualenv/virtualenv-20.12.0.ebuild |
241 |
deleted file mode 100644 |
242 |
index 2d81da1735a3..000000000000 |
243 |
--- a/dev-python/virtualenv/virtualenv-20.12.0.ebuild |
244 |
+++ /dev/null |
245 |
@@ -1,98 +0,0 @@ |
246 |
-# Copyright 1999-2022 Gentoo Authors |
247 |
-# Distributed under the terms of the GNU General Public License v2 |
248 |
- |
249 |
-EAPI=8 |
250 |
- |
251 |
-PYTHON_COMPAT=( python3_{8..10} pypy3 ) |
252 |
-DISTUTILS_USE_SETUPTOOLS=manual |
253 |
- |
254 |
-inherit distutils-r1 |
255 |
- |
256 |
-DESCRIPTION="Virtual Python Environment builder" |
257 |
-HOMEPAGE=" |
258 |
- https://virtualenv.pypa.io/en/stable/ |
259 |
- https://pypi.org/project/virtualenv/ |
260 |
- https://github.com/pypa/virtualenv/ |
261 |
-" |
262 |
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" |
263 |
- |
264 |
-LICENSE="MIT" |
265 |
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
266 |
-SLOT="0" |
267 |
- |
268 |
-RDEPEND=" |
269 |
- >=dev-python/backports-entry_points_selectable-1.0.4[${PYTHON_USEDEP}] |
270 |
- >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}] |
271 |
- >=dev-python/filelock-3[${PYTHON_USEDEP}] |
272 |
- >=dev-python/platformdirs-2[${PYTHON_USEDEP}] |
273 |
- >=dev-python/setuptools-41[${PYTHON_USEDEP}] |
274 |
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" |
275 |
-# coverage is used somehow magically in virtualenv, maybe it actually |
276 |
-# tests something useful |
277 |
-BDEPEND=" |
278 |
- dev-python/setuptools_scm[${PYTHON_USEDEP}] |
279 |
- test? ( |
280 |
- dev-python/coverage[${PYTHON_USEDEP}] |
281 |
- dev-python/flaky[${PYTHON_USEDEP}] |
282 |
- >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] |
283 |
- >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}] |
284 |
- >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] |
285 |
- >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}] |
286 |
- dev-python/wheel[${PYTHON_USEDEP}] |
287 |
- >=dev-python/packaging-20.0[${PYTHON_USEDEP}] |
288 |
- )" |
289 |
- |
290 |
-# (unpackaged deps) |
291 |
-#distutils_enable_sphinx docs \ |
292 |
-# dev-python/sphinx-argparse \ |
293 |
-# dev-python/sphinx_rtd_theme \ |
294 |
-# dev-python/towncrier |
295 |
-distutils_enable_tests pytest |
296 |
- |
297 |
-src_configure() { |
298 |
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
299 |
-} |
300 |
- |
301 |
-python_test() { |
302 |
- local EPYTEST_DESELECT=( |
303 |
- tests/unit/activation/test_xonsh.py |
304 |
- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data |
305 |
- tests/unit/create/test_creator.py::test_cross_major |
306 |
- ) |
307 |
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( |
308 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]' |
309 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]' |
310 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]' |
311 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]' |
312 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]' |
313 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]' |
314 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]' |
315 |
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]' |
316 |
- 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools' |
317 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]' |
318 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]' |
319 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]' |
320 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]' |
321 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]' |
322 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]' |
323 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]' |
324 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]' |
325 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]' |
326 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]' |
327 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]' |
328 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]' |
329 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]' |
330 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]' |
331 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]' |
332 |
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]' |
333 |
- ) |
334 |
- |
335 |
- distutils_install_for_testing |
336 |
- epytest |
337 |
-} |
338 |
- |
339 |
-pkg_postinst() { |
340 |
- elog "Please note that while virtualenv package no longer supports" |
341 |
- elog "Python 2.7, you can still create py2.7 virtualenvs via:" |
342 |
- elog " $ virtualenv -p 2.7 ..." |
343 |
-} |