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>
This commit is contained in:
Ionen Wolkens
2024-11-15 09:35:59 -05:00
parent 5234ec1826
commit efd529305c
2 changed files with 1 additions and 11 deletions

View File

@@ -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

View File

@@ -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
}