commit:     abd14d43e787432339614a663743b5ae31a1d825
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 05:13:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 05:55:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd14d43

dev-python/gherkin-official: Bump to 33.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gherkin-official/Manifest               |  1 +
 .../gherkin-official-33.1.0.ebuild                 | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index c00d896d09cd..fde9861052fc 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1 +1,2 @@
 DIST gherkin-33.0.0.gh.tar.gz 3852030 BLAKE2B 
aae19a7c6971b1c33d9ed5aa645f8776b65b7c33f593308f30d7301af818651f0f081589e29a924972dc4eaa97131fe84ce4ceda509885f94e2f13c24f750bd1
 SHA512 
2597d1b71b7df50e18ecaead10994b14370d7fda949f14c01dcbac3af5ffe32c9a12e394b4c2c9ac93fd08f07c5557b202c45ae768c5a0ff1977b3b91f2fc8cc
+DIST gherkin-33.1.0.gh.tar.gz 3855072 BLAKE2B 
026dc11c4451e5243dc4ede0108c19162cb29784507095642d4a2599c52143f8a594b6dba21552a4c061f62fccfe71f3ed4bb574453d68e35231f99340876e90
 SHA512 
176a9e8bf448f07da54a0e35095e40d82ff4a842132ef58052e4451d3ccd3a551d493319c6f44c0148ae2e6dec950e4a0baaffea5aea77c161bafc0970c18f48

diff --git a/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild 
b/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild
new file mode 100644
index 000000000000..6b00e24ae09a
--- /dev/null
+++ b/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+inherit distutils-r1
+
+DESCRIPTION="Gherkin parser/compiler for Python"
+HOMEPAGE="https://github.com/cucumber/gherkin/";
+SRC_URI="
+       https://github.com/cucumber/gherkin/archive/refs/tags/v${PV}.tar.gz
+               -> gherkin-${PV}.gh.tar.gz
+"
+S=${WORKDIR}/gherkin-${PV}/python
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to