From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gherkin-official/
Date: Fri, 28 Mar 2025 01:13:23 +0000 (UTC) [thread overview]
Message-ID: <1743124381.dddb7cf2baa7a4089955a55310bf8b45fd18def2.ionen@gentoo> (raw)
commit: dddb7cf2baa7a4089955a55310bf8b45fd18def2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 01:11:15 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 01:13:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb7cf2
dev-python/gherkin-official: add 32.0.1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/gherkin-official/Manifest | 1 +
.../gherkin-official-32.0.1.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/gherkin-official/Manifest b/dev-python/gherkin-official/Manifest
index f281d3ecfa4c..69feb54bbbe2 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1,3 @@
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.0.1.gh.tar.gz 3842698 BLAKE2B 8da8b41b08eb25df8ec55fb6c46f78d3d985a3ebded0cd0be2073f6c8a08f6e662ee53834830ed7e3f658cec86ae28f2e9f15777d39e4355e387b3b12ebccfbf SHA512 f1154a237f727aeea5c64363607d61bbf75338b4173134a58d6155749f1f555b05d3017cd247161c93fbc7952a933c9904d1a607de9a5251fe1e8318b3a4ca1b
diff --git a/dev-python/gherkin-official/gherkin-official-32.0.1.ebuild b/dev-python/gherkin-official/gherkin-official-32.0.1.ebuild
new file mode 100644
index 000000000000..8e18424acfc2
--- /dev/null
+++ b/dev-python/gherkin-official/gherkin-official-32.0.1.ebuild
@@ -0,0 +1,29 @@
+# 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
next reply other threads:[~2025-03-28 1:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-28 1:13 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-26 6:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/gherkin-official/ Michał Górny
2025-05-12 1:46 Ionen Wolkens
2025-04-27 10:52 Ionen Wolkens
2025-04-26 11:31 Sam James
2025-04-11 13:45 Ionen Wolkens
2025-04-05 0:15 Ionen Wolkens
2025-03-08 12:42 Jakov Smolić
2025-02-17 12:32 Ionen Wolkens
2025-01-30 4:10 Michał Górny
2024-11-30 11:40 Michał Górny
2024-11-15 14:44 Ionen Wolkens
2024-11-15 9:30 Ionen Wolkens
2024-11-15 9:19 Arthur Zamarin
2024-11-15 2:23 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743124381.dddb7cf2baa7a4089955a55310bf8b45fd18def2.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox