commit:     38d20d802483b8985b7bcd4d814b3d68e423502c
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Feb  9 23:47:08 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 02:25:10 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d20d80

dev-python/cucumber-expressions: new package, add 19.0.0

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45349
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/cucumber-expressions/Manifest           |  1 +
 .../cucumber-expressions-19.0.0.ebuild             | 34 ++++++++++++++++++++++
 dev-python/cucumber-expressions/metadata.xml       | 12 ++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/cucumber-expressions/Manifest 
b/dev-python/cucumber-expressions/Manifest
new file mode 100644
index 000000000000..c18ac6a781e2
--- /dev/null
+++ b/dev-python/cucumber-expressions/Manifest
@@ -0,0 +1 @@
+DIST cucumber-expressions-19.0.0.gh.tar.gz 309977 BLAKE2B 
89d297402e78081843d8319dee500c2be4e43493e74f04413e970bd1ddbba44136fc63afafc4c609a5c41254c65e338a3e6f2e988f09d81a40782a1907804ad9
 SHA512 
8743abd54c9c4e7538f21c7c2033f1410dbfb18815714add222024d013e91ed4f775b83f989981ee5d840af7e02aaf3b42d134563be484b8ffc7c1d839828d93

diff --git a/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild 
b/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild
new file mode 100644
index 000000000000..9e1ee8f00efd
--- /dev/null
+++ b/dev-python/cucumber-expressions/cucumber-expressions-19.0.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..14} )
+
+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"
+
+BDEPEND="
+       test? (
+               >=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

diff --git a/dev-python/cucumber-expressions/metadata.xml 
b/dev-python/cucumber-expressions/metadata.xml
new file mode 100644
index 000000000000..4190727607ae
--- /dev/null
+++ b/dev-python/cucumber-expressions/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id 
type="github">cucumber/cucumber-expressions</remote-id>
+               <remote-id type="pypi">cucumber-expressions</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to