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.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST cucumber-expressions-20.0.0.gh.tar.gz 270736 BLAKE2B 6e1b84cf2b92eb72c5fba3dc92615c33865bcac75a3ea9690e69e517c5e8eab39a6e22819491178f238c110a0bf0d4edb372b5e01935cdd234cca7c4e6e27c6f SHA512 016198a2f354f3207412eb386d3a0e3a09916b5b8d77340e59f94b78b818b3fa326baf9a7121ecd9fcfa89455525188a3b3604a47b5aa8e89f9229c9fa2a99a4
|
||||
DIST cucumber-expressions-20.1.0.gh.tar.gz 271588 BLAKE2B a7a6361650f90538cd40724cda40cb7565f6680a753fec9a769a37676377181b7ffb0e0460506a127ce241332dfce4df13a76fc0e8afe2ae64870f2441864251 SHA512 3f7b21cfb8fa4c88592444bd084a2ff018d6b157b99963877d9aadbd8700b7f77144765b429a6fa35b26ff778abc196287a41becc405c6c56a5e6fe4aabb32c2
|
||||
|
||||
@@ -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