dev-python/gherkin-official: Bump to 38.0.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-01-22 03:21:23 +01:00
parent 1fe32fbfb3
commit a461370ca1
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gherkin-37.0.1.gh.tar.gz 3885169 BLAKE2B 0ae0594cc73c135417f95f1f0896427f46428ce5b0bb13b5524c9d32470c7226def0b72b949d221f6dc6fe97da8364de38d51cb0d4a3bea78fbadec7240d380c SHA512 49204fdc22767ed1de1bc155be550b6b9e1636658cbbc014af958da7f800f21d4c83341b21bbbf88a83618f7dce03e4a5ca967a74121389f5dde62f190ddc7dc
DIST gherkin-38.0.0.gh.tar.gz 3885203 BLAKE2B 48951a0ef8f3aab3cfee7e83a9cb9a494a220f79ee53ce4b194b06d2ff85efeb94479187bbe5bdd25aab2d10a681d1c9ec78533a1ac880c01549320e80268cf9 SHA512 73bd1e147ee540f8855e3a75b9b403aaf653191af23237793ffed473cc8c2c130886c9f72adbe64eebbedc04c2ca0812045a96df727d5cf33e38b0fb9fcee850

View File

@@ -0,0 +1,31 @@
# 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}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest