commit:     0662d3812a7260395129339463290d0b46261fa1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 08:29:46 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 08:35:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0662d381

dev-python/gherkin-official: drop 33.0.0

Identical to 33.1.0 except for the version number, no reason to keep.

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

 dev-python/gherkin-official/Manifest               |  1 -
 .../gherkin-official-33.0.0.ebuild                 | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index fde9861052fc..afe901e8e49d 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1 @@
-DIST gherkin-33.0.0.gh.tar.gz 3852030 BLAKE2B 
aae19a7c6971b1c33d9ed5aa645f8776b65b7c33f593308f30d7301af818651f0f081589e29a924972dc4eaa97131fe84ce4ceda509885f94e2f13c24f750bd1
 SHA512 
2597d1b71b7df50e18ecaead10994b14370d7fda949f14c01dcbac3af5ffe32c9a12e394b4c2c9ac93fd08f07c5557b202c45ae768c5a0ff1977b3b91f2fc8cc
 DIST gherkin-33.1.0.gh.tar.gz 3855072 BLAKE2B 
026dc11c4451e5243dc4ede0108c19162cb29784507095642d4a2599c52143f8a594b6dba21552a4c061f62fccfe71f3ed4bb574453d68e35231f99340876e90
 SHA512 
176a9e8bf448f07da54a0e35095e40d82ff4a842132ef58052e4451d3ccd3a551d493319c6f44c0148ae2e6dec950e4a0baaffea5aea77c161bafc0970c18f48

diff --git a/dev-python/gherkin-official/gherkin-official-33.0.0.ebuild 
b/dev-python/gherkin-official/gherkin-official-33.0.0.ebuild
deleted file mode 100644
index 9b0479d9aaca..000000000000
--- a/dev-python/gherkin-official/gherkin-official-33.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to