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/tox/
Date: Wed, 01 Feb 2023 04:57:22
Message-Id: 1675227423.d9dbd9a45c0bf90f5096d557db47b2f5001e71d5.mgorny@gentoo
1 commit: d9dbd9a45c0bf90f5096d557db47b2f5001e71d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 04:19:22 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 04:57:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dbd9a4
7
8 dev-python/tox: Bump to 4.4.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tox/Manifest | 1 +
13 dev-python/tox/tox-4.4.4.ebuild | 95 +++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 96 insertions(+)
15
16 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
17 index 4e821ad42181..644a4bd4395e 100644
18 --- a/dev-python/tox/Manifest
19 +++ b/dev-python/tox/Manifest
20 @@ -1,3 +1,4 @@
21 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f SHA512 64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
22 DIST tox-4.4.2.gh.tar.gz 303341 BLAKE2B 812394e15996b04138e2a8167b3d332b48217c5ecfb807d8ed77ff106d8ad31cfc6b43e07737dec39e1deba7165aa7778471894823b0dbe795b1ccddd2396602 SHA512 1e5b8f025c93bea5b9071d5cfcb4e4e68f1925e7b70c4c838b9f4ba70f8f077ed752176c2a7349b96d125842312c4fa8ccbd23d79665ba46667f4b408bf58f78
23 DIST tox-4.4.3.gh.tar.gz 303758 BLAKE2B 2182ee88ea3fcc1792304c3a0e064f5f6c790f1305c195084b942e8181986c68faa48ad7a85eb52097de5e822351ee0f0e0f076adfa57276e822405927a0d0f1 SHA512 438ce96a6751363f37bfe7ffc42ab3a2349d6b22fa4259642f3a7cbadd4183d7bc065b6b93298b85dd174700a222cde149657e9203f70cbe747e8a84d9adf35a
24 +DIST tox-4.4.4.gh.tar.gz 303823 BLAKE2B 3386f00343035dd1d3fe58cb15cd666a55e7d77b84d93c87b5e3add24753255657591d0019a7a2349c081796e1bf096fc29b6451f0d5286e3b5b3ef18e5539c5 SHA512 d37fe82c685db238ab36929d5bfd1dece73ec36b533e027700c35cfe7c3bdff21639212dcb504c499739a17bc9cd600effe4e911a3572375912c4912bf4c5f45
25
26 diff --git a/dev-python/tox/tox-4.4.4.ebuild b/dev-python/tox/tox-4.4.4.ebuild
27 new file mode 100644
28 index 000000000000..3f569fd7734b
29 --- /dev/null
30 +++ b/dev-python/tox/tox-4.4.4.ebuild
31 @@ -0,0 +1,95 @@
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
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 ~ppc64 ~riscv"
58 +
59 +RDEPEND="
60 + >=dev-python/cachetools-5.2.1[${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.5[${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:>=[0-9]\+::' 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 +
116 + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
117 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit-True-True]'
118 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements-True-True]'
119 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[constraints-True-True]'
120 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit+requirements-True-True]'
121 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements_indirect-True-True]'
122 + 'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements_constraints_indirect-True-True]'
123 + )
124 +
125 + epytest
126 +}