commit:     9bef68f9e74783e79508649d4bd5215ee9f5a099
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 00:31:43 2026 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 00:31:43 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bef68f9

dev-python/gherkin-official: add 39.0.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/gherkin-official/Manifest               |  1 +
 .../gherkin-official-39.0.0.ebuild                 | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index 04141b7e8c1e..b46bd3f12c63 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1 +1,2 @@
 DIST gherkin-38.0.0.gh.tar.gz 3885203 BLAKE2B 
48951a0ef8f3aab3cfee7e83a9cb9a494a220f79ee53ce4b194b06d2ff85efeb94479187bbe5bdd25aab2d10a681d1c9ec78533a1ac880c01549320e80268cf9
 SHA512 
73bd1e147ee540f8855e3a75b9b403aaf653191af23237793ffed473cc8c2c130886c9f72adbe64eebbedc04c2ca0812045a96df727d5cf33e38b0fb9fcee850
+DIST gherkin-39.0.0.gh.tar.gz 3885357 BLAKE2B 
209acde06c105b64850812d06045aff6f458800cfe67a9a403ab6698c85f3fa0f66e78942348249aed3f037f065b754d56502832b59f7d61f97c54c144995423
 SHA512 
dcb42b7b4dcdad5584d0de15a7e1381ae67a4e15f0970a46e726af39c5c1a3c19be7b6bbb0332b96bb7c0d95a1c6b03b02916e5b9c73002989b85f6ec7612e30

diff --git a/dev-python/gherkin-official/gherkin-official-39.0.0.ebuild 
b/dev-python/gherkin-official/gherkin-official-39.0.0.ebuild
new file mode 100644
index 000000000000..f83201d7a6e5
--- /dev/null
+++ b/dev-python/gherkin-official/gherkin-official-39.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=uv-build
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Gherkin parser/compiler for Python"
+HOMEPAGE="
+       https://github.com/cucumber/gherkin/
+       https://pypi.org/project/gherkin-official/
+"
+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"
+
+RDEPEND="
+       dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       >=dev-python/uv-build-0.10[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to