From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/testscenarios/Manifest | 4 +-- dev-python/testscenarios/metadata.xml | 1 + .../testscenarios/testscenarios-0.5.0-r1.ebuild | 28 ---------------- .../testscenarios/testscenarios-0.5.0-r3.ebuild | 37 ++++++++++++++++++++++ 4 files changed, 40 insertions(+), 30 deletions(-) delete mode 100644 dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild create mode 100644 dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild (limited to 'dev-python/testscenarios') diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest index 5a0f60ea5242..8a9dc229cf90 100644 --- a/dev-python/testscenarios/Manifest +++ b/dev-python/testscenarios/Manifest @@ -1,3 +1,3 @@ DIST testscenarios-0.5.0.tar.gz 20951 BLAKE2B 154915281456aad3353e144ffec8404514622fdeb8d2129ba530d3d5a02814599c2fead9dc25ab4904bad68b2892a435f9cbbcde92503d71477624bbec154f53 SHA512 f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521 -EBUILD testscenarios-0.5.0-r1.ebuild 765 BLAKE2B e55ea9b94767db3614a172f49b10746adaabfdb74dc1114e31cd8e9fa51a7496cb1594401ce17f2fca03a47b5d8f4199b025ff7572c8855aa531e8d7624721b6 SHA512 a5a732ca6d62fbc4fbc5dffbbb94b1e1530d9072c3ed6676d2dbef0d30fed4bcba91275e036365eb4d87a0107cdf9d5554e94c64e111d8741389f2c4d3d6ad31 -MISC metadata.xml 980 BLAKE2B 2cc14564ee68d2ae042db7ec07616d1b7dc2b8355183c81111c965e73be351cfd49f8c23e1d60828b714d308297134e712be0cc0e5b1bb6b98eacd35ac753bdc SHA512 6de28a56b63cf6d191c6875cfc1e3cea247bb3ebfa7fc4b8bc19283317bf01f9451b08f175d30eb3e07f225932a3eebae7dd4f85d319472b77e85666e4940f24 +EBUILD testscenarios-0.5.0-r3.ebuild 919 BLAKE2B 42cd66967e984387cc358fb3331f748fd73721d2aa9e308eb2835e87e98609d55d88538701838e7756d5b738baa3c3bdbdd64273ff004664b4130fcfd1f483bf SHA512 53dbb18dbc673bd5ea4d4623bed96ad9440c98c0ce7a519fae1be0fa11ad1a39bc6163daaf6d8100734fa96db91c6eb3497068fb10637d7a9727c0110f330367 +MISC metadata.xml 1004 BLAKE2B 0c59a0b59cfd0cdca9e8460cb677511978561762c224c0583ad02e21b88d0a1aa0a1973273e71f6dfc7de372155a4e6eca9c14747e8c0749cd513ec921ec0b1b SHA512 23f6bb47cd7ed020626309ff41c94929c4cc136ed68be7ff8c45db7f28901bd575e5585a2c5aa0c06c04134edeb184f8034cea5756c4919635f76c744f9d0235 diff --git a/dev-python/testscenarios/metadata.xml b/dev-python/testscenarios/metadata.xml index c9c0112cc913..97c52ec91adf 100644 --- a/dev-python/testscenarios/metadata.xml +++ b/dev-python/testscenarios/metadata.xml @@ -20,6 +20,7 @@ dependency injection (provide tests with dependencies externally to the test code itself, allowing easy testing in different situations). + testscenarios testscenarios diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild deleted file mode 100644 index db9786403f7e..000000000000 --- a/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A pyunit extension for dependency injection" -HOMEPAGE="https://launchpad.net/testscenarios" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND=" - dev-python/testtools[${PYTHON_USEDEP}]" - -# using pytest for tests since unittest loader fails with py3.5+ -BDEPEND=" - >=dev-python/pbr-0.11[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_test() { - epytest --deselect testscenarios/tests/test_testcase.py -} diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild new file mode 100644 index 000000000000..c443176e7cab --- /dev/null +++ b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A pyunit extension for dependency injection" +HOMEPAGE=" + https://launchpad.net/testscenarios/ + https://github.com/testing-cabal/testscenarios/ + https://pypi.org/project/testscenarios/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" + +RDEPEND=" + dev-python/testtools[${PYTHON_USEDEP}] + >=dev-python/pbr-0.11[${PYTHON_USEDEP}] +" + +# using pytest for tests since unittest loader fails with py3.5+ +BDEPEND=" + >=dev-python/pbr-0.11[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + testscenarios/tests/test_testcase.py +) -- cgit v1.2.3