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, 15 Nov 2024 02:23:09 +0000 (UTC) [thread overview]
Message-ID: <1731637321.7284e197dde1fae0e2c3bdf6515e5c056236d1e5.ionen@gentoo> (raw)
commit: 7284e197dde1fae0e2c3bdf6515e5c056236d1e5
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 01:49:09 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 02:22:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7284e197
dev-python/gherkin-official: new package, add 30.0.3
Needed by pytest-bdd-8.0.0.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/gherkin-official/Manifest | 1 +
.../gherkin-official-30.0.3.ebuild | 34 ++++++++++++++++++++++
dev-python/gherkin-official/metadata.xml | 13 +++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-python/gherkin-official/Manifest b/dev-python/gherkin-official/Manifest
new file mode 100644
index 000000000000..d1b4b5251630
--- /dev/null
+++ b/dev-python/gherkin-official/Manifest
@@ -0,0 +1 @@
+DIST gherkin-30.0.3.gh.tar.gz 3858361 BLAKE2B 9955a2d48dfdbfda942c60d18108fa9abc7bc7e748f5296afb802fb05b5a3b4904b74d3cff364a0fad0b9b3d378799764c2620ccb0a84af689bc8d95c7d4fbc8 SHA512 c9d722982fe926eec57cc185043983cd2380bf6ce58e5743b53cb2b98127d3b3f8b6689c39c51c2d3697e5f40bc6f98beb4c239d601b1d7685e09f5dcaa07e00
diff --git a/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild b/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
new file mode 100644
index 000000000000..4a0f1cca107a
--- /dev/null
+++ b/dev-python/gherkin-official/gherkin-official-30.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~x86"
+
+RDEPEND="
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install() {
+ distutils-r1_python_install
+
+ # dev-python/pytest-bdd tests currently fail without this
+ python_moduleinto gherkin
+ python_domodule ../gherkin-languages.json
+}
diff --git a/dev-python/gherkin-official/metadata.xml b/dev-python/gherkin-official/metadata.xml
new file mode 100644
index 000000000000..8adb581ac5ef
--- /dev/null
+++ b/dev-python/gherkin-official/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ionen@gentoo.org</email>
+ <name>Ionen Wolkens</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">cucumber/gherkin</remote-id>
+ <remote-id type="pypi">gherkin-official</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2024-11-15 2:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 2:23 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 9:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/gherkin-official/ Arthur Zamarin
2024-11-15 9:30 Ionen Wolkens
2024-11-15 14:44 Ionen Wolkens
2024-11-30 11:40 Michał Górny
2025-01-30 4:10 Michał Górny
2025-02-17 12:32 Ionen Wolkens
2025-03-08 12:42 Jakov Smolić
2025-03-28 1:13 Ionen Wolkens
2025-04-05 0:15 Ionen Wolkens
2025-04-11 13:45 Ionen Wolkens
2025-04-26 11:31 Sam James
2025-04-27 10:52 Ionen Wolkens
2025-05-12 1:46 Ionen Wolkens
2025-05-26 6:52 Michał Górny
2025-06-14 13:54 Sam James
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=1731637321.7284e197dde1fae0e2c3bdf6515e5c056236d1e5.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