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, 29 Jun 2022 06:19:35
Message-Id: 1656483562.0094c07f528695b79f419f154fb761c671a934a1.mgorny@gentoo
1 commit: 0094c07f528695b79f419f154fb761c671a934a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 05:26:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 06:19:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0094c07f
7
8 dev-python/virtualenv: Bump to 20.15.1
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 insertions(+)
15
16 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
17 index 90cf8bb31612..9d2edbf80190 100644
18 --- a/dev-python/virtualenv/Manifest
19 +++ b/dev-python/virtualenv/Manifest
20 @@ -1,2 +1,3 @@
21 DIST virtualenv-20.14.1.tar.gz 12216889 BLAKE2B 7d06b47629dcf4a60299b9b0a192478b20ef820b8a7516569e50b57b2df383781e7e14fd4beda14a3425164997e69c8ed922edb593f86eb3bd85e4ee3a9f2ac1 SHA512 149e78787db23eabd4238baa172bf023ddcf87d59284fdd090269acfa15991aab182f9e168851f88ef810d5c50dd7cdce69d132c46ebedb10080d65a308e63a1
22 DIST virtualenv-20.15.0.tar.gz 13523195 BLAKE2B c5d4b1fd78998ccdc7a041d11e0fcb569bfd00151975170260e245726eee03b4ef1cf758d43175312e69e4b482f9ec17b4e93e6854c3bfeafa2304eef2688a20 SHA512 2e3cddae926f89ef986a85ddf592b38d53401212e974b65243b9f47290b653798ab2405920c28d3a7961aeb726f25ed6401e19661f1e9ce7afd195e87a0524ab
23 +DIST virtualenv-20.15.1.tar.gz 13523736 BLAKE2B 4f8d491fae7c0c28ae349845c4c5ddd27e53b9007a427c8a36e66a427269b519829f1c351f028b63fe38b49e934f4e209bd2cf2e07363171f732c6b0a052a3bc SHA512 244e3b091c8b049edbb07d808633fd44b3327200e1d38394814794773d05723ef535721ee163b382d23bc16572d55657b5c2544efd83494753746cc85116696a
24
25 diff --git a/dev-python/virtualenv/virtualenv-20.15.1.ebuild b/dev-python/virtualenv/virtualenv-20.15.1.ebuild
26 new file mode 100644
27 index 000000000000..f5652cdcd1be
28 --- /dev/null
29 +++ b/dev-python/virtualenv/virtualenv-20.15.1.ebuild
30 @@ -0,0 +1,103 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Virtual Python Environment builder"
42 +HOMEPAGE="
43 + https://virtualenv.pypa.io/en/stable/
44 + https://pypi.org/project/virtualenv/
45 + https://github.com/pypa/virtualenv/
46 +"
47 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
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-0.3.1[${PYTHON_USEDEP}]
55 + >=dev-python/filelock-3[${PYTHON_USEDEP}]
56 + >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
57 + >=dev-python/setuptools-41[${PYTHON_USEDEP}]
58 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
59 +"
60 +# coverage is used somehow magically in virtualenv, maybe it actually
61 +# tests something useful
62 +BDEPEND="
63 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
64 + test? (
65 + dev-python/coverage[${PYTHON_USEDEP}]
66 + dev-python/flaky[${PYTHON_USEDEP}]
67 + >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
68 + >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
69 + >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
70 + >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
71 + dev-python/wheel[${PYTHON_USEDEP}]
72 + >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
73 + )
74 +"
75 +
76 +# (unpackaged deps)
77 +#distutils_enable_sphinx docs \
78 +# dev-python/sphinx-argparse \
79 +# dev-python/sphinx_rtd_theme \
80 +# dev-python/towncrier
81 +distutils_enable_tests pytest
82 +
83 +src_configure() {
84 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
85 +}
86 +
87 +python_test() {
88 + local EPYTEST_DESELECT=(
89 + tests/unit/activation/test_xonsh.py
90 + tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
91 + tests/unit/create/test_creator.py::test_cross_major
92 + )
93 + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
94 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
95 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
96 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
97 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
98 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
99 + 'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
100 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
101 + 'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
102 + 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
103 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
104 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
105 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
106 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
107 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
108 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
109 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
110 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
111 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
112 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
113 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
114 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
115 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
116 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
117 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
118 + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
119 + )
120 + [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
121 + # TODO
122 + tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools
123 + tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered
124 + )
125 +
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 +}