commit: 7808cc4f02b87c0c54ea8c9b191cffdea10375ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 22:50:31 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 09:11:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7808cc4f
dev-python/ddt: Clean old up
dev-python/ddt/Manifest | 1 -
dev-python/ddt/ddt-1.1.0.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index 98e8cb2ca62..54f13c20f36 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1,2 +1 @@
-DIST ddt-1.1.0.tar.gz 6155 BLAKE2B
f9629e6d69e520552c7ce69f74b0f71c063a6c773da4a7ff30e3e476778f8ccd95422d00641a0537aa65cd7de6d888050c5b174184d0deae2c562927ae28ca08
SHA512
86e8ffa8fa3a4d2c550898bd64201c3ea26de7692063e3076f5339d5731b9fdeb2d0aea772ff0702c2c359a291836e6486d97e8faa8874e1ebdb7ac9ac3b0385
DIST ddt-1.1.1.tar.gz 10021 BLAKE2B
b2024bb214bbc13b585ebfedecec32e3e53072a9c82ac2355625ba0e8a77159cc8e3c3d86788b5da4319f9ba6afddd61086b1b305ae7e2b9bd71edde139b7185
SHA512
3839ac0448292bde07d676456640cd9466353e8c4481e60cb51e33704c21f92fdf840901430aa7f5276ccf579a7cd70b277fa2ceae03bce183e2422d514897a9
diff --git a/dev-python/ddt/ddt-1.1.0.ebuild b/dev-python/ddt/ddt-1.1.0.ebuild
deleted file mode 100644
index 8195ce682ad..00000000000
--- a/dev-python/ddt/ddt-1.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to multiply test cases"
-HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt"
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"