summaryrefslogtreecommitdiff
path: root/dev-python/cucumber-expressions
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/cucumber-expressions
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/cucumber-expressions')
-rw-r--r--dev-python/cucumber-expressions/Manifest2
-rw-r--r--dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild34
-rw-r--r--dev-python/cucumber-expressions/cucumber-expressions-19.0.1.ebuild34
-rw-r--r--dev-python/cucumber-expressions/metadata.xml12
4 files changed, 0 insertions, 82 deletions
diff --git a/dev-python/cucumber-expressions/Manifest b/dev-python/cucumber-expressions/Manifest
deleted file mode 100644
index 52cf83c6ba63..000000000000
--- a/dev-python/cucumber-expressions/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 8bb5b1ca1cd3..000000000000
--- a/dev-python/cucumber-expressions/cucumber-expressions-19.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
deleted file mode 100644
index 8bb5b1ca1cd3..000000000000
--- a/dev-python/cucumber-expressions/cucumber-expressions-19.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
deleted file mode 100644
index 4190727607ae..000000000000
--- a/dev-python/cucumber-expressions/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">cucumber/cucumber-expressions</remote-id>
- <remote-id type="pypi">cucumber-expressions</remote-id>
- </upstream>
-</pkgmetadata>