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: Wed, 01 Mar 2023 06:16:34
Message-Id: 1677651378.b5e5ccb524d91678ae77fd6f3d36297b165f7a66.mgorny@gentoo
1 commit: b5e5ccb524d91678ae77fd6f3d36297b165f7a66
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 05:47:34 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 06:16:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e5ccb5
7
8 dev-python/virtualenv: Bump to 20.20.0
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.20.0.ebuild | 102 ++++++++++++++++++++++++
14 2 files changed, 103 insertions(+)
15
16 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
17 index 60d94bc4806b..9a28b501c371 100644
18 --- a/dev-python/virtualenv/Manifest
19 +++ b/dev-python/virtualenv/Manifest
20 @@ -1,3 +1,4 @@
21 DIST virtualenv-20.17.1.tar.gz 12269737 BLAKE2B 5caa223d549ecb69de3a17dec84a608f34f01c5abd39ab478c27438f71e36e6878a719f9002464dbf0f335bc90a2f4552e201d59e0e757fabef6f3caaaf857fb SHA512 6b32145f431f6b1f4c2a2ed888e8b9e5cb941e04ea1e68830053dceac80ee8bbf2286c1f353951d50d4b8417b8d81ee4b30dae597c94f2a3baf50f174f7ef4d4
22 DIST virtualenv-20.18.0.tar.gz 12063086 BLAKE2B 272957077dd0a5868e8979c7c34bda1ae28af857d1d5bbafeef6955bcf44a7c5d38f4f131b57a2593180ffdc5a034b18998ba3e4307b7191ebafccc80ef46278 SHA512 b02533878b8d8859f10b51dbdb9fecddf9b49aa2cf1437ddc10cadba82e5361fdeb8b8c94efcc3c8268ddecef31651c28c213e87588aa917479e8d0e2e823493
23 DIST virtualenv-20.19.0.tar.gz 12063084 BLAKE2B 6a6d94c7099aa841523909173b04821697c7fc8b284325dbf191f6b2184bce19802924e0a001267448a785c35f8bbd7cee74f7514a375e4e47a9d3275404f756 SHA512 75c63fea11ad070985cb2ba17adfcb7e1739e8798b80919cc17a527d7180f68a04197436b44146cd07423d8d2e4982d1716b0e18159add5ce6a748b31f6b2776
24 +DIST virtualenv-20.20.0.tar.gz 12069625 BLAKE2B 3db53d2859c542953be233af0d195d992eecef345700ad7c229b88519f7042189907263d312d3613b45c5c069bec2440a8639bcc58b2c6894ed79301735e65b2 SHA512 6710efcbead1358479961c84ec3f6b9c3a1fc59c2f6b33fa13e2609554f7072aee7ef8cc07b4aa2fbc27ac950a78e447529fb8ceb2e4ee0881a4356a67d26641
25
26 diff --git a/dev-python/virtualenv/virtualenv-20.20.0.ebuild b/dev-python/virtualenv/virtualenv-20.20.0.ebuild
27 new file mode 100644
28 index 000000000000..d32afc1e8df6
29 --- /dev/null
30 +++ b/dev-python/virtualenv/virtualenv-20.20.0.ebuild
31 @@ -0,0 +1,102 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=hatchling
38 +PYTHON_COMPAT=( python3_{9..11} pypy3 )
39 +
40 +inherit distutils-r1 pypi
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 +
49 +LICENSE="MIT"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
51 +SLOT="0"
52 +
53 +RDEPEND="
54 + <dev-python/distlib-1[${PYTHON_USEDEP}]
55 + >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
56 + <dev-python/filelock-4[${PYTHON_USEDEP}]
57 + >=dev-python/filelock-3.4.1[${PYTHON_USEDEP}]
58 + <dev-python/platformdirs-4[${PYTHON_USEDEP}]
59 + >=dev-python/platformdirs-2.4[${PYTHON_USEDEP}]
60 +"
61 +# coverage is used somehow magically in virtualenv, maybe it actually
62 +# tests something useful
63 +BDEPEND="
64 + dev-python/hatch-vcs[${PYTHON_USEDEP}]
65 + test? (
66 + dev-python/coverage[${PYTHON_USEDEP}]
67 + dev-python/flaky[${PYTHON_USEDEP}]
68 + >=dev-python/pip-22.2.1[${PYTHON_USEDEP}]
69 + >=dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
70 + >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
71 + >=dev-python/pytest-timeout-2.1[${PYTHON_USEDEP}]
72 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
73 + dev-python/wheel[${PYTHON_USEDEP}]
74 + >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
75 + )
76 +"
77 +
78 +# (unpackaged deps)
79 +#distutils_enable_sphinx docs \
80 +# dev-python/sphinx-argparse \
81 +# dev-python/sphinx-rtd-theme \
82 +# dev-python/towncrier
83 +distutils_enable_tests pytest
84 +
85 +src_configure() {
86 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
87 +}
88 +
89 +python_test() {
90 + local EPYTEST_DESELECT=(
91 + tests/unit/activation/test_xonsh.py
92 + tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
93 + tests/unit/create/test_creator.py::test_cross_major
94 + # tests failing without python2 installed
95 + "tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
96 + "tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
97 + )
98 + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
99 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
100 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
101 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
102 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
103 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
104 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
105 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
106 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
107 + 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
108 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
109 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
110 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
111 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
112 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
113 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
114 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
115 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
116 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
117 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
118 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
119 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
120 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
121 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
122 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
123 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
124 + )
125 + [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
126 + # TODO
127 + tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools
128 + tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered
129 + tests/unit/discovery/py_info/test_py_info.py::test_fallback_existent_system_executable
130 + )
131 +
132 + epytest
133 +}