dev-python/gherkin-official: drop 36.1.0

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-12-22 21:11:57 -05:00
parent 32e3279587
commit 8222152735
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST gherkin-36.1.0.gh.tar.gz 3881996 BLAKE2B 6311d6bb57e801ef176198607e2f4301005ca2e82605a98fbd4550feb4816471b2427679a7b908f5d8aad83c8d251d3fdbe1f39a98c4cef668460001f815b448 SHA512 298002497b35e289813b62bff88ac40d5a4d4e0469aa3f96d9e799519d77241fb7bf0d0f9464d3c7431b48face38dd8cc04dd15d477fd2d569dd450f912af56f
DIST gherkin-37.0.0.gh.tar.gz 3884589 BLAKE2B 9c6834cfbf17a88fb08c55d72bd89c34c184c5b6e0fe3cfc67beb5f2e039c11103a2c5e3e3d529369fe7c351903fae0072554ae9913c28c80e0f73a0834c0389 SHA512 5ff6ffb6e6621b6fa89eaeb283d4dea400d623b56aaaf282b59e6bc5ec1a9fec0d97cf3bf0a74d7aeeb8bb8e232c89829af73c58eeecf458e6c00a18979c1e59

View File

@@ -1,31 +0,0 @@
# Copyright 2024-2025 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