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: Sat, 27 Aug 2022 23:12:57
Message-Id: 1661580101.7bcd4d6eddef7038e85a1540017d72e7daa79150.mgorny@gentoo
1 commit: 7bcd4d6eddef7038e85a1540017d72e7daa79150
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:01:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:01:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcd4d6e
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 | 1 -
13 dev-python/virtualenv/virtualenv-20.15.1.ebuild | 103 ------------------------
14 2 files changed, 104 deletions(-)
15
16 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
17 index 5d2a022c4b06..b64acae6bb46 100644
18 --- a/dev-python/virtualenv/Manifest
19 +++ b/dev-python/virtualenv/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST virtualenv-20.15.1.tar.gz 13523736 BLAKE2B 4f8d491fae7c0c28ae349845c4c5ddd27e53b9007a427c8a36e66a427269b519829f1c351f028b63fe38b49e934f4e209bd2cf2e07363171f732c6b0a052a3bc SHA512 244e3b091c8b049edbb07d808633fd44b3327200e1d38394814794773d05723ef535721ee163b382d23bc16572d55657b5c2544efd83494753746cc85116696a
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.15.1.ebuild b/dev-python/virtualenv/virtualenv-20.15.1.ebuild
27 deleted file mode 100644
28 index 03c4a89ffb0e..000000000000
29 --- a/dev-python/virtualenv/virtualenv-20.15.1.ebuild
30 +++ /dev/null
31 @@ -1,103 +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 - )
94 - [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
95 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
96 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
97 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
98 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
99 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
100 - 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
101 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
102 - 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
103 - 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
104 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
105 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
106 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
107 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
108 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
109 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
110 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
111 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
112 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
113 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
114 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
115 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
116 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
117 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
118 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
119 - 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
120 - )
121 - [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
122 - # TODO
123 - tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools
124 - tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered
125 - )
126 -
127 - epytest
128 -}
129 -
130 -pkg_postinst() {
131 - elog "Please note that while virtualenv package no longer supports"
132 - elog "Python 2.7, you can still create py2.7 virtualenvs via:"
133 - elog " $ virtualenv -p 2.7 ..."
134 -}