diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 07:11:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 07:11:38 +0000 |
| commit | 6377d9ae9eeb85de4ce4fec4e8544101640035e9 (patch) | |
| tree | 800a70acccf720fa2f0499d72c4907cc23684f99 /dev-python/testscenarios | |
| parent | f6bcc45ab811bbc6c133a87192de845240fdfd9c (diff) | |
| download | baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.tar.gz baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.tar.xz baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.zip | |
Adding metadata
Diffstat (limited to 'dev-python/testscenarios')
| -rw-r--r-- | dev-python/testscenarios/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/testscenarios/testscenarios-0.6.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest index 9f65f8169e07..415f90a00ddd 100644 --- a/dev-python/testscenarios/Manifest +++ b/dev-python/testscenarios/Manifest @@ -1 +1,2 @@ DIST testscenarios-0.5.0.tar.gz 20951 BLAKE2B 154915281456aad3353e144ffec8404514622fdeb8d2129ba530d3d5a02814599c2fead9dc25ab4904bad68b2892a435f9cbbcde92503d71477624bbec154f53 SHA512 f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521 +DIST testscenarios-0.6.tar.gz 14970 BLAKE2B 01e0ee8160ed56da1ef6f00870aff2ac414bb3c7492773656936c9e7c8a0ae5be2bea21fe62fb7cc18809b0177a0d1e60a0fe5c6a4399eed1f08174339e518b7 SHA512 fd83ed0fae6a1d39d829db5616bc54e86b960cf5f049fb472e416e6a49bdbba676bdea543f4396471debe990ba5c6bbf8574964111eea9bc7afed4355c1191c6 diff --git a/dev-python/testscenarios/testscenarios-0.6.ebuild b/dev-python/testscenarios/testscenarios-0.6.ebuild new file mode 100644 index 000000000000..6095968db5c1 --- /dev/null +++ b/dev-python/testscenarios/testscenarios-0.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A pyunit extension for dependency injection" +HOMEPAGE=" + https://launchpad.net/testscenarios/ + https://github.com/testing-cabal/testscenarios/ + https://pypi.org/project/testscenarios/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/testtools[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + ) +" + +python_test() { + "${EPYTHON}" -m testtools.run -v testscenarios.tests.test_suite || + die "Tests failed with ${EPYTHON}" +} |
