From efd529305c50dffd3a132c9794a86ebd0b09b84e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 15 Nov 2024 09:35:59 -0500 Subject: [PATCH] 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 --- dev-python/gherkin-official/Manifest | 2 +- ...al-30.0.3.ebuild => gherkin-official-30.0.4.ebuild} | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) rename dev-python/gherkin-official/{gherkin-official-30.0.3.ebuild => gherkin-official-30.0.4.ebuild} (70%) diff --git a/dev-python/gherkin-official/Manifest b/dev-python/gherkin-official/Manifest index d1b4b52516306..1df49f8ea542c 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 similarity index 70% rename from dev-python/gherkin-official/gherkin-official-30.0.3.ebuild rename to dev-python/gherkin-official/gherkin-official-30.0.4.ebuild index 15bbf39eb7121..6b0586eb35a8b 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 -}