diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 10:45:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 14:39:08 +0100 |
commit | c8c8cf7d7d133a0d3f9409ce272259729fea1348 (patch) | |
tree | e249196c3876fa8287db1737d0350f1bfcb96c74 /dev-python/testscenarios | |
parent | dev-python/tblib: Clean old up (diff) | |
download | gentoo-c8c8cf7d7d133a0d3f9409ce272259729fea1348.tar.gz gentoo-c8c8cf7d7d133a0d3f9409ce272259729fea1348.tar.bz2 gentoo-c8c8cf7d7d133a0d3f9409ce272259729fea1348.zip |
dev-python/testscenarios: Clean old up
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/Manifest | 1 | ||||
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.4-r5.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/testscenarios/Manifest b/dev-python/testscenarios/Manifest index 3c642fc4754e..9f65f8169e07 100644 --- a/dev-python/testscenarios/Manifest +++ b/dev-python/testscenarios/Manifest @@ -1,2 +1 @@ -DIST testscenarios-0.4.tar.gz 22768 BLAKE2B 1e3828d8f2722d2837b6d0cea96e44f8d903ba464a68d2dab8f1fac3936a8a45cb6dc54de71f91aa78f7c42ad2546614286b7d24a870a8921052295d2f2633b5 SHA512 1b3fbc11b0a6a9cdd4afd569374cde92c291d925f76295e191b91285e88c17a9e693e10972538d146f97c889c5c1fa4545c79b0e6b9d71265abc82cf2700a3f9 DIST testscenarios-0.5.0.tar.gz 20951 BLAKE2B 154915281456aad3353e144ffec8404514622fdeb8d2129ba530d3d5a02814599c2fead9dc25ab4904bad68b2892a435f9cbbcde92503d71477624bbec154f53 SHA512 f08b868babf504482369c5cb945d3e95bca1cc00f92d5013f6898c488051be0c26dc49aaabcef362aea45450a8d041d9826fb6b5c848beec013fb102d6935521 diff --git a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild b/dev-python/testscenarios/testscenarios-0.4-r5.ebuild deleted file mode 100644 index 58a853b74501..000000000000 --- a/dev-python/testscenarios/testscenarios-0.4-r5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Testscenarios, 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 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - PYTHONPATH=./lib ${EPYTHON} -m testtools.run testscenarios.test_suite -} |