mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/cucumber-expressions: Bump to 20.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST cucumber-expressions-19.0.1.gh.tar.gz 270820 BLAKE2B f5787440882f60244d47403c7dd74dd0c41483dcdf1a67ed115b1fd07b68035329c5c742b662c01ba3c4c146729b4c90e3c3361bc9b93bf7440b39e0ff000f54 SHA512 23c525007959f9fc52f03aa815fa8cd5277063688b670129a8e49d6f439dedc5608782a41b209709d20ccff970f7d4302da9a1c25a36337ee6c301215c9601d0
|
||||
DIST cucumber-expressions-20.0.0.gh.tar.gz 270736 BLAKE2B 6e1b84cf2b92eb72c5fba3dc92615c33865bcac75a3ea9690e69e517c5e8eab39a6e22819491178f238c110a0bf0d4edb372b5e01935cdd234cca7c4e6e27c6f SHA512 016198a2f354f3207412eb386d3a0e3a09916b5b8d77340e59f94b78b818b3fa326baf9a7121ecd9fcfa89455525188a3b3604a47b5aa8e89f9229c9fa2a99a4
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=uv-build
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Human friendly alternative to Regular Expressions"
|
||||
HOMEPAGE="
|
||||
https://github.com/cucumber/cucumber-expressions/
|
||||
https://pypi.org/project/cucumber-expressions/
|
||||
"
|
||||
# no tests in sdist
|
||||
SRC_URI="
|
||||
https://github.com/cucumber/cucumber-expressions/archive/refs/tags/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${P}/python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user