repo/gentoo:master commit in: dev-python/cucumber-tag-expressions/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785988020.5f859458e0872705cffd56b5d090f605a5f7ab18.mgorny@gentoo> |
commit: 5f859458e0872705cffd56b5d090f605a5f7ab18
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 03:47:00 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 03:47:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f859458
dev-python/cucumber-tag-expressions: Bump to 11.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cucumber-tag-expressions/Manifest | 1 +
.../cucumber-tag-expressions-11.0.1.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/cucumber-tag-expressions/Manifest b/dev-python/cucumber-tag-expressions/Manifest
index 3918b8e73f73..9319d612d684 100644
--- a/dev-python/cucumber-tag-expressions/Manifest
+++ b/dev-python/cucumber-tag-expressions/Manifest
@@ -1 +1,2 @@
DIST cucumber-tag-expressions-11.0.0.gh.tar.gz 151104 BLAKE2B b5690e57888a26ded87e990e384228c38290439963eda323dacdb6ebe564cba60ca4d74870d39fd6f1005f0d1a6b1b8c58976f52e3af779730839c6c1307f6a7 SHA512 1ef4dd8bc1f00d8d84f944aff3f9b2aeb1257c57ad8ef96ef097892e2849091a67107800450ba75e27512c58e79e3598d48788ff7e15aa26335de3b70f3bf62d
+DIST cucumber-tag-expressions-11.0.1.gh.tar.gz 151229 BLAKE2B 50e120024ccf665aa0e3889e4385bae0c172eca3d12346f2d5793c3f3e329b0ddebdc19906114e2d6f000a6d9e4c95b2f6dacfc2b10d4ec96058a7b4e17cf499 SHA512 a0b97a3b22a13c7d7965d75a14abadba7dc61a92104b9ec9c7e68d7062557164adc9d3c201c704635fc04b294d0148be93e5f749b2baae4bab7cde69299d3cce
diff --git a/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-11.0.1.ebuild b/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-11.0.1.ebuild
new file mode 100644
index 000000000000..5a7cc0728406
--- /dev/null
+++ b/dev-python/cucumber-tag-expressions/cucumber-tag-expressions-11.0.1.ebuild
@@ -0,0 +1,34 @@
+# 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