commit: d77ca45f5c25741699056421f5483a2dd08a4cc9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 04:56:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 26 06:52:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77ca45f
dev-python/gherkin-official: Bump to 32.1.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gherkin-official/Manifest | 1 +
.../gherkin-official-32.1.2.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/gherkin-official/Manifest
b/dev-python/gherkin-official/Manifest
index c7f12767e9e0..db3751c7172c 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1 +1,2 @@
DIST gherkin-32.1.1.gh.tar.gz 3846876 BLAKE2B
7962e2784e7f70a996ee4952185323f3a9a6d580c574d2153bd1ccd6b8fb450a73902bb001d62f38dd70f746225b42889808e1ed3086b5465e2efe44459b1adf
SHA512
f7b571d70d50759802a176acd7761363fcae347d591fcc1e1d94fb484ab3edb92cdc6a6474459d41204b593e3241989c6d141a5ec74373bf3599a3127df1f873
+DIST gherkin-32.1.2.gh.tar.gz 3848597 BLAKE2B
e6912b18410ac6017a740d72021c05aa80aa6b2868b6eaa27c055b4b65ca732242cd3288c5e519868085c310b734cf8a9a6a39d4d4a689735fb0c9cea432602a
SHA512
57bc9658c4c0be29526f05e84c1d9a3940737cd4fb63deacf8ee4f8e646acb46a68e66ffce26d4a17cc9e63ac4cee54080fb1402f6aab3a097b74342a9c06bd7
diff --git a/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild
b/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild
new file mode 100644
index 000000000000..5648dac20d7b
--- /dev/null
+++ b/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild
@@ -0,0 +1,26 @@
+# 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}]
+"
+
+distutils_enable_tests pytest