commit: 5bb59c833b1f7f667ca40cc4eca54cb282743211 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Feb 10 00:04:02 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 02:25:11 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb59c83
dev-python/behave: new package, add 1.3.3 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45349 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/behave/Manifest | 1 + dev-python/behave/behave-1.3.3.ebuild | 48 +++++++++++++++++++++++++++++++++++ dev-python/behave/metadata.xml | 13 ++++++++++ 3 files changed, 62 insertions(+) diff --git a/dev-python/behave/Manifest b/dev-python/behave/Manifest new file mode 100644 index 000000000000..54a223da56ac --- /dev/null +++ b/dev-python/behave/Manifest @@ -0,0 +1 @@ +DIST behave-1.3.3.tar.gz 892639 BLAKE2B 3e8438abb796a99a8b6e5d1482754d159e9656a8cf8b68a5b0fe34261809b5677c05ed118146fa1801a9f9b0c51e3c5f38530cd5b70a9ece0d523ecc227cd57c SHA512 fb098b8dbcc9468ac3c9385c03e036baaf5827891bc8f464919ba963df93c5f11f0dcc84dda563e8ce4e5e67c0f0df23b8c128d762a0de26b186b8d77c708396 diff --git a/dev-python/behave/behave-1.3.3.ebuild b/dev-python/behave/behave-1.3.3.ebuild new file mode 100644 index 000000000000..bf69738efa66 --- /dev/null +++ b/dev-python/behave/behave-1.3.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{12..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="BDD, Python style" +HOMEPAGE=" + https://github.com/behave/behave/ + https://pypi.org/project/behave/ +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}] + >=dev-python/cucumber-expressions-17.1.0[${PYTHON_USEDEP}] + >=dev-python/cucumber-tag-expressions-4.1.0[${PYTHON_USEDEP}] + >=dev-python/parse-1.18.0[${PYTHON_USEDEP}] + >=dev-python/parse-type-0.6.0[${PYTHON_USEDEP}] + >=dev-python/six-1.15.0[${PYTHON_USEDEP}] + >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/wheel[${PYTHON_USEDEP}] + test? ( + >=dev-python/assertpy-1.1[${PYTHON_USEDEP}] + dev-python/chardet[${PYTHON_USEDEP}] + >=dev-python/freezegun-1.5.1[${PYTHON_USEDEP}] + >=dev-python/mock-4.0[${PYTHON_USEDEP}] + >=dev-python/path-13.1.0[${PYTHON_USEDEP}] + >=dev-python/pyhamcrest-2.0.2[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + # avoid pytest-html options + epytest -o addopts= +} diff --git a/dev-python/behave/metadata.xml b/dev-python/behave/metadata.xml new file mode 100644 index 000000000000..a9b3e4cb4e88 --- /dev/null +++ b/dev-python/behave/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <doc>https://behave.readthedocs.io/</doc> + <remote-id type="github">behave/behave</remote-id> + <remote-id type="pypi">behave</remote-id> + </upstream> +</pkgmetadata>
