dev-python/cucumber-tag-expressions: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-06 05:46:20 +02:00
parent 2ec1ec80bc
commit 22def72e18
2 changed files with 0 additions and 35 deletions

View File

@@ -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

View File

@@ -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