commit:     0ce6c22699716add080c3bab0d30a5a9f18fa2b2
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 09:40:20 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 09:47:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce6c226

dev-python/gherkin-official: drop broken 32.0.0

>=31 was already masked for a while.

Hadn't retried because upstream hadn't closed the bug until
now, but this actually been fixed since 32.0.1 and in-tree
32.1.1 seems to work fine.

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

 dev-python/gherkin-official/Manifest               |  1 -
 .../gherkin-official-32.0.0.ebuild                 | 29 ----------------------
 profiles/package.mask                              |  6 -----
 3 files changed, 36 deletions(-)

diff --git a/dev-python/gherkin-official/Manifest 
b/dev-python/gherkin-official/Manifest
index baceb807c61f..3ecc0d7251fb 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,3 +1,2 @@
 DIST gherkin-30.0.4.gh.tar.gz 3858403 BLAKE2B 
bdf5cf80f1e06c9e8464d3fbc5a56a594b75f3d8ae6ff13dafcd583aa6571e1a6ba4aa4dd344f7c532174b09829bdaf9aae1e1e02339521e2836dbf9b3014108
 SHA512 
52cd5bab779e46d5d2c451558b545fb8ac408d1d5d11558e1dace94d77472ca271589eb183c412093fcbdef2574a495fdd11c98ce97d8146077a54b3369a9a6e
-DIST gherkin-32.0.0.gh.tar.gz 3842521 BLAKE2B 
b0afbf2638bd85817a141e2f89bd81e9ba564c96ddcbfa56f803d7239736864e1047bed6d0fa1a48edb0dac88553b8777e530b6fd06a82d71e4e971105f68020
 SHA512 
2ce444bde2d1e4ed3f1214205e4dd43cfa21c0f31d5194cfa9da6aeabdf2f0ac70966f1d98617b9d8f3633dadae6b773d67a6f050f0e37ae477c594b0e670aa9
 DIST gherkin-32.1.1.gh.tar.gz 3846876 BLAKE2B 
7962e2784e7f70a996ee4952185323f3a9a6d580c574d2153bd1ccd6b8fb450a73902bb001d62f38dd70f746225b42889808e1ed3086b5465e2efe44459b1adf
 SHA512 
f7b571d70d50759802a176acd7761363fcae347d591fcc1e1d94fb484ab3edb92cdc6a6474459d41204b593e3241989c6d141a5ec74373bf3599a3127df1f873

diff --git a/dev-python/gherkin-official/gherkin-official-32.0.0.ebuild 
b/dev-python/gherkin-official/gherkin-official-32.0.0.ebuild
deleted file mode 100644
index c70cf4c330a7..000000000000
--- a/dev-python/gherkin-official/gherkin-official-32.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2024-2025 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

diff --git a/profiles/package.mask b/profiles/package.mask
index 221878109a32..e1960ee14443 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -105,12 +105,6 @@ dev-python/ipaddr
 # slot instead. Masked for removal on 2025-05-14.
 dev-ruby/childprocess:2
 
-# Ionen Wolkens <[email protected]> (2025-04-12)
-# >=31 breaks www-client/qutebrowser's tests
-# https://github.com/cucumber/gherkin/issues/373
-# https://github.com/qutebrowser/qutebrowser/commit/12e683826783
->=dev-python/gherkin-official-31
-
 # Michał Górny <[email protected]> (2025-04-09)
 # Still uses legacy distutils-r1 mode, and lacks Python 3.13 target.
 # No reply from the maintainer for a year now.

Reply via email to