diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-12 18:09:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-12 18:17:11 +0200 |
commit | f67151decab66689803d994320aaf862631e6ba3 (patch) | |
tree | b6299b5870cb3b92bd98fdd55821ee8ed9918a49 /dev-python/ddt | |
parent | dev-python/cssutils: Remove old (diff) | |
download | gentoo-f67151decab66689803d994320aaf862631e6ba3.tar.gz gentoo-f67151decab66689803d994320aaf862631e6ba3.tar.bz2 gentoo-f67151decab66689803d994320aaf862631e6ba3.zip |
dev-python/ddt: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ddt')
-rw-r--r-- | dev-python/ddt/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ddt/ddt-1.2.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest index b078bdb86513..5ae63a494f6e 100644 --- a/dev-python/ddt/Manifest +++ b/dev-python/ddt/Manifest @@ -1,2 +1 @@ -DIST ddt-1.2.2.tar.gz 15170 BLAKE2B 4fb4a4493b96b7d45e060146212d6f2b4b31ecfa8ad5650da34cedb53725b20cbecafc765f3208cffbb3bb3c4f92579e94f369c9b8216e9693eb0fcddff96af9 SHA512 9b45c4b422cab9e6858235b413b622f077bf4e5254214165c50afdea767dda7d9f39e7be7b0d583b87849a078271f4fba34ac5fe0f35bd196eb7f396bd308fe7 DIST ddt-1.4.2.tar.gz 17802 BLAKE2B c6ee061c48f5954f22bce20c255fa4c52aed9b756a22ec3678108abd78e66294c3f1e0316c4fcf2cc4fd6337915efbadf7bd123a2144ea38151079b85f2905a5 SHA512 f494c266af0f018d0c354309674cbf8c98bd8ba31ceb1820243ec1d92449ce712a21d22340fbfb4b1d850f4496a4cfcb4c24b346e88587c3dc025e2ef9496ad2 diff --git a/dev-python/ddt/ddt-1.2.2.ebuild b/dev-python/ddt/ddt-1.2.2.ebuild deleted file mode 100644 index 7019eb433a5e..000000000000 --- a/dev-python/ddt/ddt-1.2.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A library to multiply test cases" -HOMEPAGE="https://pypi.org/project/ddt/ https://github.com/txels/ddt" -SRC_URI="https://github.com/datadriventests/ddt/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="test" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/six[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - )" - -distutils_enable_tests nose |