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

dev-python/gherkin-official: drop 37.0.1

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

 dev-python/gherkin-official/Manifest               |  1 -
 .../gherkin-official-37.0.1.ebuild                 | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index ec9c6c5924de..04141b7e8c1e 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1 @@
-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

diff --git a/dev-python/gherkin-official/gherkin-official-37.0.1.ebuild 
b/dev-python/gherkin-official/gherkin-official-37.0.1.ebuild
deleted file mode 100644
index 81da4db7e358..000000000000
--- a/dev-python/gherkin-official/gherkin-official-37.0.1.ebuild
+++ /dev/null
@@ -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

Reply via email to