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: Tue, 31 Jan 2023 07:09:34
Message-Id: 1675146932.689f2e6b268b4e50f875d7077c396fa9274dffb1.mgorny@gentoo
1 commit: 689f2e6b268b4e50f875d7077c396fa9274dffb1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 06:35:32 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 06:35:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689f2e6b
7
8 dev-python/tox: Remove old
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.3.5.ebuild | 86 -----------------------------------------
14 2 files changed, 87 deletions(-)
15
16 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
17 index 3e22d1282d06..2a8ddb7cd9fe 100644
18 --- a/dev-python/tox/Manifest
19 +++ b/dev-python/tox/Manifest
20 @@ -1,3 +1,2 @@
21 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f SHA512 64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
22 -DIST tox-4.3.5.gh.tar.gz 298866 BLAKE2B 86f6d76d2600f6acc3ac02f0998e818acf053991b3a2e89c3c206d36a32f1427f14ba2e5524124172a353c51d4fab8dfd7161b0d2d437f80cfc7b554befcc91c SHA512 18347306857c616801fc0975dff94fcd5097dc16741a0fdd0c885d4f43bbc8620a419b53fd8a5c97b8f80220ba6a2d3911e42b42c767233260337152784b732b
23 DIST tox-4.4.2.gh.tar.gz 303341 BLAKE2B 812394e15996b04138e2a8167b3d332b48217c5ecfb807d8ed77ff106d8ad31cfc6b43e07737dec39e1deba7165aa7778471894823b0dbe795b1ccddd2396602 SHA512 1e5b8f025c93bea5b9071d5cfcb4e4e68f1925e7b70c4c838b9f4ba70f8f077ed752176c2a7349b96d125842312c4fa8ccbd23d79665ba46667f4b408bf58f78
24
25 diff --git a/dev-python/tox/tox-4.3.5.ebuild b/dev-python/tox/tox-4.3.5.ebuild
26 deleted file mode 100644
27 index 86ff7b745303..000000000000
28 --- a/dev-python/tox/tox-4.3.5.ebuild
29 +++ /dev/null
30 @@ -1,86 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=hatchling
37 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -MY_P=${P/_}
42 -DESCRIPTION="virtualenv-based automation of test activities"
43 -HOMEPAGE="
44 - https://tox.readthedocs.io/
45 - https://github.com/tox-dev/tox/
46 - https://pypi.org/project/tox/
47 -"
48 -SRC_URI="
49 - https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
50 - -> ${MY_P}.gh.tar.gz
51 -"
52 -S=${WORKDIR}/${MY_P}
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
57 -
58 -RDEPEND="
59 - >=dev-python/cachetools-5.2.1[${PYTHON_USEDEP}]
60 - >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
61 - >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
62 - >=dev-python/filelock-3.8.2[${PYTHON_USEDEP}]
63 - >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
64 - >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
65 - >=dev-python/pluggy-1[${PYTHON_USEDEP}]
66 - >=dev-python/pyproject-api-1.5[${PYTHON_USEDEP}]
67 - $(python_gen_cond_dep '
68 - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
69 - ' 3.8 3.9 3.10)
70 - >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
71 -"
72 -BDEPEND="
73 - >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
74 - test? (
75 - dev-python/build[${PYTHON_USEDEP}]
76 - >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
77 - >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
78 - >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
79 - dev-python/pytest-mock[${PYTHON_USEDEP}]
80 - >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
81 - >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
82 - $(python_gen_cond_dep '
83 - >=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
84 - ' 'python*')
85 - )
86 -"
87 -
88 -distutils_enable_tests pytest
89 -
90 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
91 -
92 -src_prepare() {
93 - # the minimal bounds in tox are entirely meaningless and new packaging
94 - # breaks setuptools
95 - sed -i -e '/packaging/s:>=[0-9]\+::' pyproject.toml || die
96 - distutils-r1_src_prepare
97 -}
98 -
99 -python_test() {
100 - # devpi_process is not packaged, and has lots of dependencies
101 - cat > "${T}"/devpi_process.py <<-EOF || die
102 - def IndexServer(*args, **kwargs): raise NotImplementedError()
103 - EOF
104 -
105 - local -x PYTHONPATH=${T}:${PYTHONPATH}
106 - local EPYTEST_DESELECT=(
107 - # Internet
108 - tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
109 - )
110 - local EPYTEST_IGNORE=(
111 - # requires devpi*
112 - tests/test_provision.py
113 - )
114 -
115 - epytest
116 -}