summaryrefslogtreecommitdiff
path: root/dev-python/behave
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/behave')
-rw-r--r--dev-python/behave/Manifest2
-rw-r--r--dev-python/behave/behave-1.3.3.ebuild49
-rw-r--r--dev-python/behave/metadata.xml12
3 files changed, 63 insertions, 0 deletions
diff --git a/dev-python/behave/Manifest b/dev-python/behave/Manifest
new file mode 100644
index 000000000000..98dd061fc8ff
--- /dev/null
+++ b/dev-python/behave/Manifest
@@ -0,0 +1,2 @@
+DIST behave-1.3.3.tar.gz 892639 BLAKE2B 3e8438abb796a99a8b6e5d1482754d159e9656a8cf8b68a5b0fe34261809b5677c05ed118146fa1801a9f9b0c51e3c5f38530cd5b70a9ece0d523ecc227cd57c SHA512 fb098b8dbcc9468ac3c9385c03e036baaf5827891bc8f464919ba963df93c5f11f0dcc84dda563e8ce4e5e67c0f0df23b8c128d762a0de26b186b8d77c708396
+DIST behave-1.3.3.tar.gz.provenance 9423 BLAKE2B a05723f4b29fdeae4451a66762c21f5ddd6a6aada4739ac57e756395a41b2b54cc85b656aec1f64152a815390cd25c8a2e962d65a14119a61f3d2f30188e08b6 SHA512 06e285c4c08f13955c660d27c324e29f094103fc21fff75a1747001cd3f193176e672384325960a17edb094cb5a0ff60a23ea72250d70022d7541f4c3e7ef8f3
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..324ec35e102a
--- /dev/null
+++ b/dev-python/behave/behave-1.3.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/behave/behave
+PYTHON_COMPAT=( python3_{13..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 ~arm64"
+
+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..b1261dfaf899
--- /dev/null
+++ b/dev-python/behave/metadata.xml
@@ -0,0 +1,12 @@
+<?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 />
+ <upstream>
+ <doc>https://behave.readthedocs.io/</doc>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>