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: Mon, 12 Oct 2020 19:42:51
Message-Id: 1602531506.696eb7407185b7c713f79ac6afadf19d3a93c3a7.mgorny@gentoo
1 commit: 696eb7407185b7c713f79ac6afadf19d3a93c3a7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 19:38:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 19:38:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696eb740
7
8 dev-python/virtualenv: Bump to 20.0.34
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.0.34.ebuild | 93 +++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
17 index 120a2252fad..82f5e1fb9c5 100644
18 --- a/dev-python/virtualenv/Manifest
19 +++ b/dev-python/virtualenv/Manifest
20 @@ -2,3 +2,4 @@ DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 42f0a4b4330850b504f8febd991ef6ecd
21 DIST virtualenv-20.0.31.tar.gz 8300305 BLAKE2B 1574b553b2bc8e05bf00584379f80c1e5c0ee9798595255830059eedea62f02f02d216c421aa2cb312bc9e60694f6a409d0c2495858a89fc1ad7aaddea7965ff SHA512 46220bda37b3b860e44c4d0775a89c22a7ba775287f05438d1d3698201cc213a05b2718ef40be302627005ae349dc59a3141c7a30cc1dab6dc81f7692c7f16a5
22 DIST virtualenv-20.0.32.tar.gz 8282189 BLAKE2B 91cfece89079cf05bab406e86a7b4d89ff65b058682f989c1a87ed63ffd9a06447983935a05409e1f8116c45434fe5b4040ed713ae01c17887050709af26a422 SHA512 6080a395df16cc4d38a3afa90337fe0f60ce1d6906c4d62f461c90c67df2967a27144def0891407a96405d7b1ca8b838a0daeed4ccc775ffee35f7dc14f54598
23 DIST virtualenv-20.0.33.tar.gz 8282602 BLAKE2B 702432c39fb4e6802e9d456f2c1c10872e45c616dba72e52397d10328d310a920b1b475fcb0543ba05f7adc5d780adf9d6a9c850f5844b833c9bd66b7bb0fbc9 SHA512 3bb68734884fa88343070c19e5d931a36fb90f1351bbc24c0db7bea26172e9118fa088310d2667b568e268dc33141c62cad372e2ad03106eda72751a0c1895ea
24 +DIST virtualenv-20.0.34.tar.gz 8282838 BLAKE2B 73352c278bac6d2bc548beee738bf5f9972430681edca242f2945d8301373094a378fe3ecf2a72bae11e2bf9c28b8bf0a8526ee5e52a9a5344ac4f46c3af7a9a SHA512 4ea4b9a13771984dc5e9922ee79f3577dabcb8f49afa0e4a138114e20fb81e136b8c140a3dce471a01beefbff495dc3eb29bf9cf389bdb856e55838a53a49658
25
26 diff --git a/dev-python/virtualenv/virtualenv-20.0.34.ebuild b/dev-python/virtualenv/virtualenv-20.0.34.ebuild
27 new file mode 100644
28 index 00000000000..a734981f18b
29 --- /dev/null
30 +++ b/dev-python/virtualenv/virtualenv-20.0.34.ebuild
31 @@ -0,0 +1,93 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
38 +DISTUTILS_USE_SETUPTOOLS=manual
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 ~ppc ~ppc64 ~sparc ~x86"
52 +SLOT="0"
53 +IUSE="test"
54 +RESTRICT="!test? ( test )"
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 + ${RDEPEND}
74 + $(python_gen_cond_dep '
75 + dev-python/coverage[${PYTHON_USEDEP}]
76 + dev-python/flaky[${PYTHON_USEDEP}]
77 + >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
78 + >=dev-python/pytest-5[${PYTHON_USEDEP}]
79 + >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
80 + >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
81 + >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
82 + dev-python/wheel[${PYTHON_USEDEP}]
83 + >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
84 + ' 'python3*')
85 + )"
86 +
87 +distutils_enable_sphinx docs \
88 + dev-python/sphinx_rtd_theme \
89 + dev-python/towncrier
90 +
91 +src_prepare() {
92 + # we don't have xonsh
93 + rm tests/unit/activation/test_xonsh.py || die
94 + # require internet
95 + sed -e 's:test_seed_link_via_app_data:_&:' \
96 + -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || die
97 + # TODO: investigate
98 + sed -e 's:test_cross_major:_&:' \
99 + -i tests/unit/create/test_creator.py || die
100 +
101 + distutils-r1_src_prepare
102 +}
103 +
104 +src_configure() {
105 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
106 +}
107 +
108 +python_test() {
109 + if [[ ${EPYTHON} == pypy3 ]]; then
110 + # TODO: skip with better granularity
111 + ewarn "Skipping broken tests on pypy3"
112 + return
113 + fi
114 +
115 + distutils_install_for_testing
116 +
117 + pytest -vv || die "Tests fail with ${EPYTHON}"
118 +}
119 +
120 +pkg_postinst() {
121 + elog "Please note that while virtualenv package no longer supports"
122 + elog "Python 2.7, you can still create py2.7 virtualenvs via:"
123 + elog " $ virtualenv -p 2.7 ..."
124 +}