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, 25 May 2021 18:42:14
Message-Id: 1621968125.30416e7a7c6d1f2fa3604c954ea905cd87ff805a.mgorny@gentoo
1 commit: 30416e7a7c6d1f2fa3604c954ea905cd87ff805a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:36:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 18:42:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30416e7a
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.4.3.ebuild | 99 --------------------------
14 dev-python/virtualenv/virtualenv-20.4.6.ebuild | 96 -------------------------
15 3 files changed, 197 deletions(-)
16
17 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
18 index 0465a4c2590..33a5d2a2571 100644
19 --- a/dev-python/virtualenv/Manifest
20 +++ b/dev-python/virtualenv/Manifest
21 @@ -1,5 +1,3 @@
22 DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 42f0a4b4330850b504f8febd991ef6ecdcbb0821efdd94ca324a8cc34a68a760a8a98de97f0cb2384d8e6cbb0ce8f261995c6433886444e29b75ba0ce09ca12c SHA512 f06d7c354ce1910f04dbcbe1a77e60392653bbe4f638bafbe9284454db2c0e5d63cf9159201d0916fc01aaba91d45fb733b63096c38517fcd83fd00ed8b26d28
23 -DIST virtualenv-20.4.3.tar.gz 10579193 BLAKE2B 02102579eb72b7e4ea8fa182b3c7ef5d8b9d95992b5f73b0f24737522dfae988a91953c49df5aa17541f3f0b1c54557ece7feba173a9cce3bb65964bddbd6edb SHA512 d79479d73fc87f34462e775629306bd20ff5d25eb1829c6719f08c800df6a5db03254b04773766a703d903d577cf74b8409a026196ba98d0f5f94f70604ed576
24 DIST virtualenv-20.4.4.tar.gz 10579531 BLAKE2B 9e10c07bd191d745d6904f304787a3913c0c574bb4453549796052f27329cbc2e3700fbc6f40ff02f4e94b8f1c21458c8fbd706b05ae458c033722d3eaf04f2e SHA512 acc528cccfc80aeed2fcd7209cab7ff0f1a7d1dc01a59fdb6a07703c7905904ab68d3f4ff312e108c687d03495e82ed8d26ecc15c2b17b9e771605a46164b4bd
25 -DIST virtualenv-20.4.6.tar.gz 10588254 BLAKE2B 90537a694940063d74513ac74eb5e771c97cb7413b98ef9628ad71eecfd7bf1f604d920b94fc31b87ec2884aa1988aae8917085c4561cd9902eec83994197073 SHA512 4ed0b1e333215f2a9cc91082b4bbbe9ba6c1da928e5c19a2245966041213d771e02f84538c2a2a34c7aab539419ff14013150fc4b70884941fe48aa4786e90c0
26 DIST virtualenv-20.4.7.tar.gz 10625204 BLAKE2B 1233ea45f771fb425b99c966904e2c5444e5fcb617b1d7cd34cdac097ee15566b7f4c841d444393723ed369193f33bef90ea7caa5b3c20aaf65fbde2f865abf7 SHA512 a554fb32cc46cb1cef2a2655bdae598efb52a4e71223eb10d9a36b124390546250aa11cf7da991a41ef4697523ec4562a31e35b5ab7ee8aba748ea4ff28e088b
27
28 diff --git a/dev-python/virtualenv/virtualenv-20.4.3.ebuild b/dev-python/virtualenv/virtualenv-20.4.3.ebuild
29 deleted file mode 100644
30 index 5de5c2f6118..00000000000
31 --- a/dev-python/virtualenv/virtualenv-20.4.3.ebuild
32 +++ /dev/null
33 @@ -1,99 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
40 -DISTUTILS_USE_SETUPTOOLS=manual
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Virtual Python Environment builder"
45 -HOMEPAGE="
46 - https://virtualenv.pypa.io/en/stable/
47 - https://pypi.org/project/virtualenv/
48 - https://github.com/pypa/virtualenv/
49 -"
50 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
54 -SLOT="0"
55 -
56 -RDEPEND="
57 - >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
58 - >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
59 - >=dev-python/filelock-3[${PYTHON_USEDEP}]
60 - >=dev-python/setuptools-41[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
62 - $(python_gen_cond_dep '
63 - >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
64 - ' python3_{6,7} pypy3)
65 - $(python_gen_cond_dep '
66 - >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
67 - ' python3_6 pypy3)"
68 -# coverage is used somehow magically in virtualenv, maybe it actually
69 -# tests something useful
70 -BDEPEND="
71 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
72 - test? (
73 - $(python_gen_cond_dep '
74 - dev-python/coverage[${PYTHON_USEDEP}]
75 - dev-python/flaky[${PYTHON_USEDEP}]
76 - >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
77 - >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
78 - >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
79 - >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
80 - dev-python/wheel[${PYTHON_USEDEP}]
81 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
82 - ' 'python3*')
83 - )"
84 -
85 -distutils_enable_sphinx docs \
86 - dev-python/sphinx_rtd_theme \
87 - dev-python/towncrier
88 -distutils_enable_tests pytest
89 -
90 -src_configure() {
91 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
92 -}
93 -
94 -python_test() {
95 - local deselect=(
96 - tests/unit/activation/test_xonsh.py
97 - tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
98 - tests/unit/create/test_creator.py::test_cross_major
99 - )
100 - [[ ${EPYTHON} == pypy3 ]] && deselect+=(
101 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
102 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
103 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
104 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
105 - 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
106 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
107 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
108 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
109 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
110 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
111 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
112 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
113 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
114 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
115 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
116 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
117 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
118 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
119 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
120 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
121 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
122 - )
123 -
124 - distutils_install_for_testing
125 - epytest ${deselect[@]/#/--deselect }
126 -}
127 -
128 -pkg_postinst() {
129 - elog "Please note that while virtualenv package no longer supports"
130 - elog "Python 2.7, you can still create py2.7 virtualenvs via:"
131 - elog " $ virtualenv -p 2.7 ..."
132 -}
133
134 diff --git a/dev-python/virtualenv/virtualenv-20.4.6.ebuild b/dev-python/virtualenv/virtualenv-20.4.6.ebuild
135 deleted file mode 100644
136 index b4dd5456eec..00000000000
137 --- a/dev-python/virtualenv/virtualenv-20.4.6.ebuild
138 +++ /dev/null
139 @@ -1,96 +0,0 @@
140 -# Copyright 1999-2021 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=7
144 -
145 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
146 -DISTUTILS_USE_SETUPTOOLS=manual
147 -
148 -inherit distutils-r1
149 -
150 -DESCRIPTION="Virtual Python Environment builder"
151 -HOMEPAGE="
152 - https://virtualenv.pypa.io/en/stable/
153 - https://pypi.org/project/virtualenv/
154 - https://github.com/pypa/virtualenv/
155 -"
156 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
157 -
158 -LICENSE="MIT"
159 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
160 -SLOT="0"
161 -
162 -RDEPEND="
163 - >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
164 - >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
165 - >=dev-python/filelock-3[${PYTHON_USEDEP}]
166 - >=dev-python/setuptools-41[${PYTHON_USEDEP}]
167 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
168 - $(python_gen_cond_dep '
169 - >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
170 - ' python3_7 pypy3)"
171 -# coverage is used somehow magically in virtualenv, maybe it actually
172 -# tests something useful
173 -BDEPEND="
174 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
175 - test? (
176 - $(python_gen_cond_dep '
177 - dev-python/coverage[${PYTHON_USEDEP}]
178 - dev-python/flaky[${PYTHON_USEDEP}]
179 - >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
180 - >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
181 - >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
182 - >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
183 - dev-python/wheel[${PYTHON_USEDEP}]
184 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
185 - ' 'python3*')
186 - )"
187 -
188 -distutils_enable_sphinx docs \
189 - dev-python/sphinx_rtd_theme \
190 - dev-python/towncrier
191 -distutils_enable_tests pytest
192 -
193 -src_configure() {
194 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
195 -}
196 -
197 -python_test() {
198 - local deselect=(
199 - tests/unit/activation/test_xonsh.py
200 - tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
201 - tests/unit/create/test_creator.py::test_cross_major
202 - )
203 - [[ ${EPYTHON} == pypy3 ]] && deselect+=(
204 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
205 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
206 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
207 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
208 - 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
209 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
210 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
211 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
212 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
213 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
214 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
215 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
216 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
217 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
218 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
219 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
220 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
221 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
222 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
223 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
224 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
225 - )
226 -
227 - distutils_install_for_testing
228 - epytest ${deselect[@]/#/--deselect }
229 -}
230 -
231 -pkg_postinst() {
232 - elog "Please note that while virtualenv package no longer supports"
233 - elog "Python 2.7, you can still create py2.7 virtualenvs via:"
234 - elog " $ virtualenv -p 2.7 ..."
235 -}