Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/
Date: Wed, 28 Dec 2022 19:11:41
Message-Id: 1672254686.ee54c4a385f5d4bbfedffb9d8ff5a85206d38727.arthurzam@gentoo
1 commit: ee54c4a385f5d4bbfedffb9d8ff5a85206d38727
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 18:58:00 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 19:11:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee54c4a3
7
8 dev-python/tox: add 4.0.19
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/tox/Manifest | 1 +
13 dev-python/tox/tox-4.0.19.ebuild | 91 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 92 insertions(+)
15
16 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
17 index a86b2bc96599..ee227995b6d7 100644
18 --- a/dev-python/tox/Manifest
19 +++ b/dev-python/tox/Manifest
20 @@ -3,3 +3,4 @@ DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 9896411426f6aebb3efa468c01696ecc5f17ec3
21 DIST tox-4.0.16.gh.tar.gz 283676 BLAKE2B b9b8149dcfa141518cb18a0ac3263c65f4928fc068357d7a513971d7037cc60cb4b3627d61d3e3479622b9fcbdc235356ca97cde993ab47db7abf4755854b17d SHA512 db4428b576dd3b669969b2390203ba6a0efa85f60073374b32c7ff1273745dde59ef0ffd404a7db98ca9056c5d5b5bd1811b51af7b475c116816c150c4d88c4c
22 DIST tox-4.0.17.gh.tar.gz 284062 BLAKE2B 65055fd793fa5d4006d0082a89d7f42452cc5b3d1507a87875175db334bf177efeefa8b3e671d9042b795d8f21898ea1b1650cb1337bb9581a3b83ce8b42fec7 SHA512 065f4b91c32902fc8a65b5529e615af428a5ee8f8ad5cebee6c4ba14ceea315844cda8c6d2a882ba34baf7369d5676f210752d89d1cb3f9e2c7d7af790481193
23 DIST tox-4.0.18.gh.tar.gz 284137 BLAKE2B b507b0a15664656f381bc06356adb04c5fdfbe52deeef673e4ccc3d7a45d8cec10de80f6fe141a35bf529b020d5d8579c4dd6e4e3aa323bad320c7fcc6c34d18 SHA512 cd10cd4194002644d57fc63295099fccf6ffdaa2eeaf7bfe2f47c85d76dc115f9faa78ce0cfc43603b11ec04abaf4d41fe653fa48bff71e71ab7d102356ec5b8
24 +DIST tox-4.0.19.gh.tar.gz 284319 BLAKE2B f0ed3d300e0fadfaa5725589cea91511ed0c37937dc3761b203cfd1f0a5cf4033b6006e693521c932d3af64feb150951c046f5853a8b9bb9e37dcf3c5db4de95 SHA512 27d01b96acf4f7650b5a4a3ad80293ea884ee6791ff2e734cb64c94551943af1fb91804944f7ae82937fe4172522c0d5e4f24e84d35012d11657adc49702fc88
25
26 diff --git a/dev-python/tox/tox-4.0.19.ebuild b/dev-python/tox/tox-4.0.19.ebuild
27 new file mode 100644
28 index 000000000000..98dc8a8f2545
29 --- /dev/null
30 +++ b/dev-python/tox/tox-4.0.19.ebuild
31 @@ -0,0 +1,91 @@
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=hatchling
38 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 +
40 +inherit distutils-r1
41 +
42 +MY_P=${P/_}
43 +DESCRIPTION="virtualenv-based automation of test activities"
44 +HOMEPAGE="
45 + https://tox.readthedocs.io/
46 + https://github.com/tox-dev/tox/
47 + https://pypi.org/project/tox/
48 +"
49 +SRC_URI="
50 + https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
51 + -> ${MY_P}.gh.tar.gz
52 +"
53 +S=${WORKDIR}/${MY_P}
54 +
55 +LICENSE="MIT"
56 +SLOT="0"
57 +KEYWORDS="~amd64 ~ppc"
58 +
59 +RDEPEND="
60 + >=dev-python/cachetools-5.2[${PYTHON_USEDEP}]
61 + >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
62 + >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
63 + >=dev-python/filelock-3.8.2[${PYTHON_USEDEP}]
64 + >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
65 + >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
66 + >=dev-python/pluggy-1[${PYTHON_USEDEP}]
67 + >=dev-python/pyproject-api-1.2.1[${PYTHON_USEDEP}]
68 + $(python_gen_cond_dep '
69 + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
70 + ' 3.8 3.9 3.10)
71 + >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
72 +"
73 +BDEPEND="
74 + >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
75 + test? (
76 + dev-python/build[${PYTHON_USEDEP}]
77 + >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
78 + >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
79 + >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
80 + dev-python/pytest-mock[${PYTHON_USEDEP}]
81 + >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
82 + >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
83 + $(python_gen_cond_dep '
84 + >=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
85 + ' 'python*')
86 + )
87 +"
88 +
89 +distutils_enable_tests pytest
90 +
91 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
92 +
93 +src_prepare() {
94 + # the minimal bounds in tox are entirely meaningless and new packaging
95 + # breaks setuptools
96 + sed -i -e '/packaging/s:>=22::' pyproject.toml || die
97 + distutils-r1_src_prepare
98 +}
99 +
100 +python_test() {
101 + # devpi_process is not packaged, and has lots of dependencies
102 + cat > "${T}"/devpi_process.py <<-EOF || die
103 + def IndexServer(*args, **kwargs): raise NotImplementedError()
104 + EOF
105 +
106 + local -x PYTHONPATH=${T}:${PYTHONPATH}
107 + local EPYTEST_DESELECT=(
108 + # Internet
109 + tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
110 + )
111 + local EPYTEST_IGNORE=(
112 + # requires devpi*
113 + tests/test_provision.py
114 + )
115 + if ! has_version "dev-python/time_machine[${PYTHON_USEDEP}]"; then
116 + EPYTEST_IGNORE+=(
117 + tests/util/test_spinner.py
118 + )
119 + fi
120 +
121 + epytest
122 +}