commit: ae033138fbcfa8069eaf96ee65d4b180621f6545
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:16:22 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 09:30:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae033138
dev-python/gherkin-official: update comments
wrt PR, upstream may possibly be planning to yank this release
from pypi and do another one soon. Albeit everything is fine for
us given been adding the missing file already.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/gherkin-official/gherkin-official-30.0.3.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
b/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
index 35939ffec844..15bbf39eb712 100644
--- a/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
+++ b/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
@@ -3,6 +3,9 @@
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
@@ -29,6 +32,8 @@ 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
}