repo/gentoo:master commit in: dev-python/cucumber-tag-expressions/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785987980.22def72e18f432887f45eacedd7fa3322d11be43.mgorny@gentoo> |
commit: 22def72e18f432887f45eacedd7fa3322d11be43
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 03:46:20 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 03:46:20 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22def72e
dev-python/cucumber-tag-expressions: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cucumber-tag-expressions/Manifest | 1 -
.../cucumber-tag-expressions-10.0.0.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-python/cucumber-tag-expressions/Manifest b/dev-python/cucumber-tag-expressions/Manifest
index 8c904a6ba740..3918b8e73f73 100644
--- a/dev-python/cucumber-tag-expressions/Manifest
+++ b/dev-python/cucumber-tag-expressions/Manifest
@@ -1,2 +1 @@
-DIST cucumber-tag-expressions-10.0.0.gh.tar.gz 151228 BLAKE2B 73b572ea424ed6d0dfebb4609f2340e032245a11910e149fe8677dc872f2072aae3a4f6ff123b1f210430a4646c654cd33a1b2954e143547c826683953ca837f SHA512 93b15f847c91dfff3987de765a29d2548f11bf4a9184d049453db67f85082375edf99b19304ac6ebb1c2a90eeae0474ee6a2025200cd23429775d98771304079
DIST cucumber-tag-expressions-11.0.0.gh.tar.gz 151104 BLAKE2B b5690e57888a26ded87e990e384228c38290439963eda323dacdb6ebe564cba60ca4d74870d39fd6f1005f0d1a6b1b8c58976f52e3af779730839c6c1307f6a7 SHA512 1ef4dd8bc1f00d8d84f944aff3f9b2aeb1257c57ad8ef96ef097892e2849091a67107800450ba75e27512c58e79e3598d48788ff7e15aa26335de3b70f3bf62d
diff --git a/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-10.0.0.ebuild b/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-10.0.0.ebuild
deleted file mode 100644
index 5a7cc0728406..000000000000
--- a/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-10.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=uv-build
-PYTHON_COMPAT=( python3_{12..15} )
-
-inherit distutils-r1
-
-DESCRIPTION="Cucumber tag expression parser"
-HOMEPAGE="
- https://github.com/cucumber/tag-expressions/
- https://pypi.org/project/cucumber-tag-expressions/
-"
-# no tests in sdist
-SRC_URI="
- https://github.com/cucumber/tag-expressions/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/tag-expressions-${PV}/python"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="
- test? (
- >=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest