commit:     e97f37e80a682aa868842469252616f804d2f948
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  6 05:57:40 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  6 05:57:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97f37e8

dev-python/gherkin-official: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index 7ec91cd80986..6a893ce9214a 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1 @@
-DIST gherkin-33.1.0.gh.tar.gz 3855072 BLAKE2B 
026dc11c4451e5243dc4ede0108c19162cb29784507095642d4a2599c52143f8a594b6dba21552a4c061f62fccfe71f3ed4bb574453d68e35231f99340876e90
 SHA512 
176a9e8bf448f07da54a0e35095e40d82ff4a842132ef58052e4451d3ccd3a551d493319c6f44c0148ae2e6dec950e4a0baaffea5aea77c161bafc0970c18f48
 DIST gherkin-36.0.0.gh.tar.gz 3881581 BLAKE2B 
27cd1a0b792f4382da88d01fd4bc11956bdbefc8898947dfc9199555f4a35e0d73a06f034c1c74218530dc7b3883e6409eaa6f42936c22b177726be9a8cb3ba5
 SHA512 
f96bcc8beb06b529b6614c96f11a251a0938776b9d616d16ac9bb08a72366eebca0def3ea50be8f4bad52d91a26517500a856073fadf47b675f9a00b62e55a6b

diff --git a/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild 
b/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild
deleted file mode 100644
index bee2bd53e350..000000000000
--- a/dev-python/gherkin-official/gherkin-official-33.1.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"
-
-RDEPEND="
-       dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

Reply via email to