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, 02 Aug 2022 19:05:17
Message-Id: 1659467107.0ee077a1bd3ff9d0fb7980229fd7e56100cd6fa3.mgorny@gentoo
1 commit: 0ee077a1bd3ff9d0fb7980229fd7e56100cd6fa3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 19:03:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 19:05:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee077a1
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-3.25.0.ebuild | 74 ----------------------------------------
14 2 files changed, 75 deletions(-)
15
16 diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
17 index b25fb7c20311..83a317b278a1 100644
18 --- a/dev-python/tox/Manifest
19 +++ b/dev-python/tox/Manifest
20 @@ -1,2 +1 @@
21 -DIST tox-3.25.0.tar.gz 307073 BLAKE2B 2dda34fc6d6518897bdc587ca6a31b92f2add463c3bcce9df3f4e511d2588dc75265b60809195c2d78a9c1b0d08d79c32811aab1e2c01934faf40019a1882042 SHA512 9c10524c5a67b32a01cb0dd4d25cc01d0641e46ca4e0c03a4c76eb8913f6038075aeb21e647a94d6b8d99c80edb7701b1c62893ebd6a20584121fdf33b9d9010
22 DIST tox-3.25.1.gh.tar.gz 307697 BLAKE2B 2c778df22388b101e6e68423636c9753f0e6faac2360184fd6b9022dc3bbb5662840cf24e7907dd4c652f6401723be3be35bcdeb0f290f9839325babf5ec776d SHA512 e0443cb72378fc18c9bc001413261d9bac2d6f89bb0ebff618a3848ffd5b02c80902cefbd90f7b0d0e3119f1df3cd22b46be23077db0ee90c03a9780ba4b248b
23
24 diff --git a/dev-python/tox/tox-3.25.0.ebuild b/dev-python/tox/tox-3.25.0.ebuild
25 deleted file mode 100644
26 index 469205b08b07..000000000000
27 --- a/dev-python/tox/tox-3.25.0.ebuild
28 +++ /dev/null
29 @@ -1,74 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="virtualenv-based automation of test activities"
41 -HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.org/project/tox/"
42 -SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
47 -# doc disabled because of missing deps in tree
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - dev-python/filelock[${PYTHON_USEDEP}]
53 - dev-python/packaging[${PYTHON_USEDEP}]
54 - >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
55 - dev-python/pip[${PYTHON_USEDEP}]
56 - dev-python/py[${PYTHON_USEDEP}]
57 - >=dev-python/six-1.14[${PYTHON_USEDEP}]
58 - dev-python/toml[${PYTHON_USEDEP}]
59 - >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
63 - test? (
64 - ${RDEPEND}
65 - >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
67 - >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
68 - dev-python/pytest-mock[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -src_configure() {
73 - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
74 -}
75 -
76 -python_test() {
77 - local EPYTEST_DESELECT=(
78 - # broken without Internet
79 - tests/unit/session/test_provision.py::test_provision_non_canonical_dep
80 - tests/integration/test_provision_int.py::test_provision_interrupt_child
81 -
82 - # expects python2 to exist
83 - tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
84 -
85 - # fragile and relies on checking stdout
86 - tests/unit/util/test_spinner.py::test_spinner_progress
87 -
88 - # TODO
89 - tests/unit/test_z_cmdline.py::TestSession::test_summary_status
90 - tests/unit/session/test_provision.py::test_provision_bad_requires
91 - )
92 -
93 - [[ ${EPYTHON} != pypy3 ]] && EPYTEST_DESELECT+=(
94 - # TODO?
95 - tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
96 -
97 - # broken without tox installed first
98 - # TODO: why it can't import itself?
99 - tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
100 - )
101 -
102 - epytest --no-network
103 -}