commit: 1c60b5721ac273f695bd1320f2afeb9f57eefe5c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 17:45:52 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 17:47:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c60b572
dev-python/texttable: remove old
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/texttable/Manifest | 1 -
dev-python/texttable/texttable-0.9.1.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest
index 46d279ad87a..41708b83179 100644
--- a/dev-python/texttable/Manifest
+++ b/dev-python/texttable/Manifest
@@ -1,2 +1 @@
-DIST texttable-0.9.1.tar.gz 11074 BLAKE2B
465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5
SHA512
7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50
DIST texttable-1.6.2.tar.gz 11450 BLAKE2B
8090914b20a93283ea3d533a8120d4d2c5f058a0e79550b29d4b9fa740db5e309d84a7983fb6665149e3624ba7039b67ff6a553b180b915a348e5b53e793d5cd
SHA512
e59275c64813bd00fa5172c43491820122b6045e1a416c917576cbf595c1ec24d146e571708379f4b32775bda904f16ced0e9e15ab7b2dde78a214f26a1c4de6
diff --git a/dev-python/texttable/texttable-0.9.1.ebuild
b/dev-python/texttable/texttable-0.9.1.ebuild
deleted file mode 100644
index 1f344b96d71..00000000000
--- a/dev-python/texttable/texttable-0.9.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="module for creating simple ASCII tables"
-HOMEPAGE="https://github.com/foutaise/texttable"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-python_test() {
- py.test tests.py || die
-}