mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 04:19:06 -07:00
dev-python/gherkin-official: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST gherkin-41.0.0.gh.tar.gz 3818622 BLAKE2B 86ec1cd4098dba0b3c67d346fcf0b63891aa09788124817c6735f24e9fee6bb398b7e30120a073fadbf41edc45f35358cbc13249f2b65ec9d0231b97c184ef70 SHA512 9368dd974c04de6223320c3d18b078c72531ac12a1ecddba95c70cd875539d90e86bf432ad4d40039a473dc03b09ff6d497284394d93a36ad12afeab16282133
|
||||
DIST gherkin-42.0.0.gh.tar.gz 3746511 BLAKE2B 38d4e72b3b74adb9637eddaf9852db9632435cd9f0d094878366f2cdfbe6784d1c9d6765242d18cb0da59602b317f0016f0e5503aedaa79690855bcff330daa4 SHA512 aa06d4f383afd4a0b59571952512738ab78d00c162d1b37f3fda6d7cff5580e983510e3cade0cb6ca30c87da6c0669fdeac0e32a196d3b25a458569abb1cf7c6
|
||||
DIST gherkin-42.0.1.gh.tar.gz 3749998 BLAKE2B 69c399cf3873946eb7bb432a2f8689bcf74adfdcff3cfccb2f7d235b003c7279b4751b5fb75dba8bcdd78c372b897ef96b288dd8c731d33a963d3867ec1134a3 SHA512 b07f66d458ab28dc0954defb6bcb6db9b3585ea2ef7aca2816ae8075ea5da308ba8a92478073483f25d4d520ce82062bccea81c20a1a59dc8f91c8aa31f4e4df
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2024-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="Gherkin parser/compiler for Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/cucumber/gherkin/
|
||||
https://pypi.org/project/gherkin-official/
|
||||
"
|
||||
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"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/uv-build-0.11[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user