summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-15 09:35:59 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-15 09:43:11 -0500
commitefd529305c50dffd3a132c9794a86ebd0b09b84e (patch)
treeea604920574c51fab0636b5bcfebb1e54cd14b0e /dev-python/gherkin-official
parentdev-qt/qtdeclarative: backport 6.8 branch fix for QTBUG-130767 (diff)
downloadgentoo-efd529305c50dffd3a132c9794a86ebd0b09b84e.tar.gz
gentoo-efd529305c50dffd3a132c9794a86ebd0b09b84e.tar.bz2
gentoo-efd529305c50dffd3a132c9794a86ebd0b09b84e.zip
dev-python/gherkin-official: add 30.0.4, drop 30.0.3
Identical other than the version given we were fixing the issue with 30.0.3. And on closer look, don't even need to do the copy- thing, the file is already there so it was just a pyproject.toml issue. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/gherkin-official')
-rw-r--r--dev-python/gherkin-official/Manifest2
-rw-r--r--dev-python/gherkin-official/gherkin-official-30.0.4.ebuild (renamed from dev-python/gherkin-official/gherkin-official-30.0.3.ebuild)10
2 files changed, 1 insertions, 11 deletions
diff --git a/dev-python/gherkin-official/Manifest b/dev-python/gherkin-official/Manifest
index d1b4b5251630..1df49f8ea542 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1 +1 @@
-DIST gherkin-30.0.3.gh.tar.gz 3858361 BLAKE2B 9955a2d48dfdbfda942c60d18108fa9abc7bc7e748f5296afb802fb05b5a3b4904b74d3cff364a0fad0b9b3d378799764c2620ccb0a84af689bc8d95c7d4fbc8 SHA512 c9d722982fe926eec57cc185043983cd2380bf6ce58e5743b53cb2b98127d3b3f8b6689c39c51c2d3697e5f40bc6f98beb4c239d601b1d7685e09f5dcaa07e00
+DIST gherkin-30.0.4.gh.tar.gz 3858403 BLAKE2B bdf5cf80f1e06c9e8464d3fbc5a56a594b75f3d8ae6ff13dafcd583aa6571e1a6ba4aa4dd344f7c532174b09829bdaf9aae1e1e02339521e2836dbf9b3014108 SHA512 52cd5bab779e46d5d2c451558b545fb8ac408d1d5d11558e1dace94d77472ca271589eb183c412093fcbdef2574a495fdd11c98ce97d8146077a54b3369a9a6e
diff --git a/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild b/dev-python/gherkin-official/gherkin-official-30.0.4.ebuild
index 15bbf39eb712..6b0586eb35a8 100644
--- a/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
+++ b/dev-python/gherkin-official/gherkin-official-30.0.4.ebuild
@@ -27,13 +27,3 @@ RDEPEND="
"
distutils_enable_tests pytest
-
-python_install() {
- distutils-r1_python_install
-
- # dev-python/pytest-bdd tests currently fail without this
- # https://github.com/cucumber/gherkin/pull/316
- # TODO: drop this and run `make copy-gherkin-languages` after above PR
- python_moduleinto gherkin
- python_domodule ../gherkin-languages.json
-}