summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2026-03-02 00:45:50 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2026-03-02 00:45:50 +0000
commit3e32031be2944c64b8085b6801d149e8bc5ca209 (patch)
treec09a7bc0f167da0bbb7aeaf409722cb32a14f30b /dev-python
parentabc66ede07ab3ff595ca4cc20d3b13d5f5eb421b (diff)
parent9bef68f9e74783e79508649d4bd5215ee9f5a099 (diff)
downloadgentoo-3e32031be2944c64b8085b6801d149e8bc5ca209.tar.gz
gentoo-3e32031be2944c64b8085b6801d149e8bc5ca209.tar.bz2
gentoo-3e32031be2944c64b8085b6801d149e8bc5ca209.zip
Merge updates from master
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gherkin-official/Manifest2
-rw-r--r--dev-python/gherkin-official/gherkin-official-39.0.0.ebuild (renamed from dev-python/gherkin-official/gherkin-official-37.0.1.ebuild)7
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gherkin-official/Manifest b/dev-python/gherkin-official/Manifest
index ec9c6c5924de..b46bd3f12c63 100644
--- a/dev-python/gherkin-official/Manifest
+++ b/dev-python/gherkin-official/Manifest
@@ -1,2 +1,2 @@
-DIST gherkin-37.0.1.gh.tar.gz 3885169 BLAKE2B 0ae0594cc73c135417f95f1f0896427f46428ce5b0bb13b5524c9d32470c7226def0b72b949d221f6dc6fe97da8364de38d51cb0d4a3bea78fbadec7240d380c SHA512 49204fdc22767ed1de1bc155be550b6b9e1636658cbbc014af958da7f800f21d4c83341b21bbbf88a83618f7dce03e4a5ca967a74121389f5dde62f190ddc7dc
DIST gherkin-38.0.0.gh.tar.gz 3885203 BLAKE2B 48951a0ef8f3aab3cfee7e83a9cb9a494a220f79ee53ce4b194b06d2ff85efeb94479187bbe5bdd25aab2d10a681d1c9ec78533a1ac880c01549320e80268cf9 SHA512 73bd1e147ee540f8855e3a75b9b403aaf653191af23237793ffed473cc8c2c130886c9f72adbe64eebbedc04c2ca0812045a96df727d5cf33e38b0fb9fcee850
+DIST gherkin-39.0.0.gh.tar.gz 3885357 BLAKE2B 209acde06c105b64850812d06045aff6f458800cfe67a9a403ab6698c85f3fa0f66e78942348249aed3f037f065b754d56502832b59f7d61f97c54c144995423 SHA512 dcb42b7b4dcdad5584d0de15a7e1381ae67a4e15f0970a46e726af39c5c1a3c19be7b6bbb0332b96bb7c0d95a1c6b03b02916e5b9c73002989b85f6ec7612e30
diff --git a/dev-python/gherkin-official/gherkin-official-37.0.1.ebuild b/dev-python/gherkin-official/gherkin-official-39.0.0.ebuild
index 81da4db7e358..f83201d7a6e5 100644
--- a/dev-python/gherkin-official/gherkin-official-37.0.1.ebuild
+++ b/dev-python/gherkin-official/gherkin-official-39.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,11 +21,14 @@ S=${WORKDIR}/gherkin-${PV}/python
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm64"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
+BDEPEND="
+ >=dev-python/uv-build-0.10[${PYTHON_USEDEP}]
+"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest