commit:     11c8543d52d242244bb300814cc9c63caf274cbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 07:04:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 07:04:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c8543d

dev-python/tox: drop 3.27.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/tox/Manifest          |  1 -
 dev-python/tox/tox-3.27.1.ebuild | 71 ----------------------------------------
 2 files changed, 72 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 69a12c6f347e..0eb33319479f 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,4 +1,3 @@
-DIST tox-3.27.1.gh.tar.gz 309006 BLAKE2B 
fa8aaa9cd5b03e54c166bb6b748290420b91498b26d2d124d9f88a64806b9ac0578c1886845b25aa024907f6a782c45609fa6c7657d9e1f538b59c2d9f0f4e14
 SHA512 
5f568bc6c53f871aae91928681dd6f2419b876a8e6ca925e65abae845b548ee3d00513741882875bbbacb78bf64935228d98213f940d3da8c3f788b73f177b79
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.3.4.gh.tar.gz 298487 BLAKE2B 
d1b36e537cdc8309c550b664e8543ae06329d713fe2267ce2c7082c57c597155b4d1764baedf58c2ce762570a4988bb293ec5e74829e722163dd0d00ed13f558
 SHA512 
288d7867131009229acfcd3fb78fdc60e0f4de933a64c1a91600cbcee496eb5787e24b43705815705b7d1fe6a4d19f4987571d9a237292d6e7216bd63c235444
 DIST tox-4.3.5.gh.tar.gz 298866 BLAKE2B 
86f6d76d2600f6acc3ac02f0998e818acf053991b3a2e89c3c206d36a32f1427f14ba2e5524124172a353c51d4fab8dfd7161b0d2d437f80cfc7b554befcc91c
 SHA512 
18347306857c616801fc0975dff94fcd5097dc16741a0fdd0c885d4f43bbc8620a419b53fd8a5c97b8f80220ba6a2d3911e42b42c767233260337152784b732b

diff --git a/dev-python/tox/tox-3.27.1.ebuild b/dev-python/tox/tox-3.27.1.ebuild
deleted file mode 100644
index 5df435fb9f9d..000000000000
--- a/dev-python/tox/tox-3.27.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="
-       https://tox.readthedocs.io/
-       https://github.com/tox-dev/tox/
-       https://pypi.org/project/tox/
-"
-SRC_URI="
-       https://github.com/tox-dev/tox/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-       dev-python/filelock[${PYTHON_USEDEP}]
-       dev-python/packaging[${PYTHON_USEDEP}]
-       >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
-       dev-python/py[${PYTHON_USEDEP}]
-       >=dev-python/six-1.14[${PYTHON_USEDEP}]
-       >=dev-python/virtualenv-20.1.0[${PYTHON_USEDEP}]
-       dev-python/pip[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
-"
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
-               >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # broken without Internet
-               
tests/unit/session/test_provision.py::test_provision_non_canonical_dep
-               
tests/integration/test_provision_int.py::test_provision_interrupt_child
-
-               # expects python2 to exist
-               
tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
-       )
-
-       [[ ${EPYTHON} != pypy3 ]] && EPYTEST_DESELECT+=(
-               # capfd doesn't seem to work for some non-obvious reason
-               tests/unit/test_z_cmdline.py::TestSession::test_summary_status
-               
tests/unit/session/test_provision.py::test_provision_bad_requires
-
-               # TODO?
-               
tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
-       )
-
-       epytest --no-network
-}

Reply via email to