commit: ffeb7fd38c2821cac710f1308cf8715cd5dad171
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 07:13:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 07:40:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeb7fd3
dev-python/pytest-check: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-check/Manifest | 2 --
dev-python/pytest-check/pytest-check-2.5.3.ebuild | 25 ---------------------
dev-python/pytest-check/pytest-check-2.5.4.ebuild | 27 -----------------------
3 files changed, 54 deletions(-)
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index ba243c603f8c..77314797af2d 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1,3 +1 @@
-DIST pytest_check-2.5.3.tar.gz 27422 BLAKE2B
74f34c31beccdee3afa6f04dd26bbd167935df20ca106698eb29630dab5aa7f75f36bd2f333d72e339985e8123b0d2f2a5033bee1239a8b42825175fd781e50f
SHA512
42012648272299272ced14f314a3e9d0ac634b3e65da8dcd4f7c3287d7416066ca07ad908d36eb353fba75f3f47dab58cf59d0aa7bc94e6b59ead4f71f62339b
-DIST pytest_check-2.5.4.tar.gz 27602 BLAKE2B
b8c0572fdd0203ad0b262a85364d2f1dbd46d6ab00a70528a2a55232896796f2c3a9aa512cc3c16f74e027974d0ce25342409d674ceb9e4b75a832fe18a507bf
SHA512
35dda873b9b4fe1023592d4a400fd5e2ed8c5c16456d7b2c0148ffbac089a47dbfeb203e343860b316d441c277f5b28e61e8ae5e53a5a25e88057d4cbb53d40b
DIST pytest_check-2.6.0.tar.gz 27882 BLAKE2B
3ce0e52f0951c1d49f73729dcd138be0854a0454ca0739e9ebca8973cb13c56a65890b41e25f0e839426ab16068888b41ab70030b73a028bf8d21a8242b1230e
SHA512
387cdb8692fd14a4bafafb0ee0f320a8a18e78250e26448b04b7787ec3f3a7786b2d08eb7fa6beeb13768e9ab5f69adca7066babdb7481cc88e0940f1e9dc618
diff --git a/dev-python/pytest-check/pytest-check-2.5.3.ebuild
b/dev-python/pytest-check/pytest-check-2.5.3.ebuild
deleted file mode 100644
index 52ac58fb3032..000000000000
--- a/dev-python/pytest-check/pytest-check-2.5.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="pytest plugin that allows multiple failures per test"
-HOMEPAGE="
- https://github.com/okken/pytest-check/
- https://pypi.org/project/pytest-check/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytest-check/pytest-check-2.5.4.ebuild
b/dev-python/pytest-check/pytest-check-2.5.4.ebuild
deleted file mode 100644
index 1848db7cccab..000000000000
--- a/dev-python/pytest-check/pytest-check-2.5.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="pytest plugin that allows multiple failures per test"
-HOMEPAGE="
- https://github.com/okken/pytest-check/
- https://pypi.org/project/pytest-check/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest