commit: 830351240aae9caf4de1f5d59d3f1b99999f978d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 27 10:03:23 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 10:49:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83035124
dev-python/gherkin-official: drop 30.0.4
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/gherkin-official/Manifest | 1 -
.../gherkin-official-30.0.4.ebuild | 29 ----------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/gherkin-official/Manifest
b/dev-python/gherkin-official/Manifest
index 3ecc0d7251fb..c7f12767e9e0 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1 @@
-DIST gherkin-30.0.4.gh.tar.gz 3858403 BLAKE2B
bdf5cf80f1e06c9e8464d3fbc5a56a594b75f3d8ae6ff13dafcd583aa6571e1a6ba4aa4dd344f7c532174b09829bdaf9aae1e1e02339521e2836dbf9b3014108
SHA512
52cd5bab779e46d5d2c451558b545fb8ac408d1d5d11558e1dace94d77472ca271589eb183c412093fcbdef2574a495fdd11c98ce97d8146077a54b3369a9a6e
DIST gherkin-32.1.1.gh.tar.gz 3846876 BLAKE2B
7962e2784e7f70a996ee4952185323f3a9a6d580c574d2153bd1ccd6b8fb450a73902bb001d62f38dd70f746225b42889808e1ed3086b5465e2efe44459b1adf
SHA512
f7b571d70d50759802a176acd7761363fcae347d591fcc1e1d94fb484ab3edb92cdc6a6474459d41204b593e3241989c6d141a5ec74373bf3599a3127df1f873
diff --git a/dev-python/gherkin-official/gherkin-official-30.0.4.ebuild
b/dev-python/gherkin-official/gherkin-official-30.0.4.ebuild
deleted file mode 100644
index 996f2461ddec..000000000000
--- a/dev-python/gherkin-official/gherkin-official-30.0.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# note: only bump when there is a release on pypi, GH tags (which include
-# tests) are for the whole package and may have no changes to python/
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-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}]
-"
-
-distutils_enable_tests pytest