diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/cucumber-expressions | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cucumber-expressions')
4 files changed, 79 insertions, 0 deletions
diff --git a/dev-python/cucumber-expressions/Manifest b/dev-python/cucumber-expressions/Manifest new file mode 100644 index 000000000000..52cf83c6ba63 --- /dev/null +++ b/dev-python/cucumber-expressions/Manifest @@ -0,0 +1,2 @@ +DIST cucumber-expressions-19.0.0.gh.tar.gz 309977 BLAKE2B 89d297402e78081843d8319dee500c2be4e43493e74f04413e970bd1ddbba44136fc63afafc4c609a5c41254c65e338a3e6f2e988f09d81a40782a1907804ad9 SHA512 8743abd54c9c4e7538f21c7c2033f1410dbfb18815714add222024d013e91ed4f775b83f989981ee5d840af7e02aaf3b42d134563be484b8ffc7c1d839828d93 +DIST cucumber-expressions-19.0.1.gh.tar.gz 270820 BLAKE2B f5787440882f60244d47403c7dd74dd0c41483dcdf1a67ed115b1fd07b68035329c5c742b662c01ba3c4c146729b4c90e3c3361bc9b93bf7440b39e0ff000f54 SHA512 23c525007959f9fc52f03aa815fa8cd5277063688b670129a8e49d6f439dedc5608782a41b209709d20ccff970f7d4302da9a1c25a36337ee6c301215c9601d0 diff --git a/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild b/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild new file mode 100644 index 000000000000..8bb5b1ca1cd3 --- /dev/null +++ b/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild @@ -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_{13..14} ) + +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 diff --git a/dev-python/cucumber-expressions/cucumber-expressions-19.0.1.ebuild b/dev-python/cucumber-expressions/cucumber-expressions-19.0.1.ebuild new file mode 100644 index 000000000000..8bb5b1ca1cd3 --- /dev/null +++ b/dev-python/cucumber-expressions/cucumber-expressions-19.0.1.ebuild @@ -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_{13..14} ) + +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 diff --git a/dev-python/cucumber-expressions/metadata.xml b/dev-python/cucumber-expressions/metadata.xml new file mode 100644 index 000000000000..d34971a915e9 --- /dev/null +++ b/dev-python/cucumber-expressions/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
