repo/gentoo:master commit in: dev-python/cucumber-expressions/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785988045.02282256c5a7abcd07b664aa7750429fd584101a.mgorny@gentoo> |
commit: 02282256c5a7abcd07b664aa7750429fd584101a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 03:47:25 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 03:47:25 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02282256
dev-python/cucumber-expressions: Bump to 20.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cucumber-expressions/Manifest | 1 +
.../cucumber-expressions-20.1.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/cucumber-expressions/Manifest b/dev-python/cucumber-expressions/Manifest
index 247efa804bbe..83c7d70a480d 100644
--- a/dev-python/cucumber-expressions/Manifest
+++ b/dev-python/cucumber-expressions/Manifest
@@ -1 +1,2 @@
DIST cucumber-expressions-20.0.0.gh.tar.gz 270736 BLAKE2B 6e1b84cf2b92eb72c5fba3dc92615c33865bcac75a3ea9690e69e517c5e8eab39a6e22819491178f238c110a0bf0d4edb372b5e01935cdd234cca7c4e6e27c6f SHA512 016198a2f354f3207412eb386d3a0e3a09916b5b8d77340e59f94b78b818b3fa326baf9a7121ecd9fcfa89455525188a3b3604a47b5aa8e89f9229c9fa2a99a4
+DIST cucumber-expressions-20.1.0.gh.tar.gz 271588 BLAKE2B a7a6361650f90538cd40724cda40cb7565f6680a753fec9a769a37676377181b7ffb0e0460506a127ce241332dfce4df13a76fc0e8afe2ae64870f2441864251 SHA512 3f7b21cfb8fa4c88592444bd084a2ff018d6b157b99963877d9aadbd8700b7f77144765b429a6fa35b26ff778abc196287a41becc405c6c56a5e6fe4aabb32c2
diff --git a/dev-python/cucumber-expressions/cucumber-expressions-20.1.0.ebuild b/dev-python/cucumber-expressions/cucumber-expressions-20.1.0.ebuild
new file mode 100644
index 000000000000..fe532dfea388
--- /dev/null
+++ b/dev-python/cucumber-expressions/cucumber-expressions-20.1.0.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="Human friendly alternative to Regular Expressions"
+HOMEPAGE="
+ https://github.com/cucumber/cucumber-expressions/
+ https://pypi.org/project/cucumber-expressions/
+"
+# no tests in sdist
+SRC_URI="
+ https://github.com/cucumber/cucumber-expressions/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${P}/python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+BDEPEND="
+ test? (
+ >=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest