Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/
Date: Tue, 07 Jan 2020 17:47:39
Message-Id: 1578419227.1c60b5721ac273f695bd1320f2afeb9f57eefe5c.juippis@gentoo
1 commit: 1c60b5721ac273f695bd1320f2afeb9f57eefe5c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 17:45:52 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 17:47:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c60b572
7
8 dev-python/texttable: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/texttable/Manifest | 1 -
13 dev-python/texttable/texttable-0.9.1.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest
17 index 46d279ad87a..41708b83179 100644
18 --- a/dev-python/texttable/Manifest
19 +++ b/dev-python/texttable/Manifest
20 @@ -1,2 +1 @@
21 -DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5 SHA512 7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50
22 DIST texttable-1.6.2.tar.gz 11450 BLAKE2B 8090914b20a93283ea3d533a8120d4d2c5f058a0e79550b29d4b9fa740db5e309d84a7983fb6665149e3624ba7039b67ff6a553b180b915a348e5b53e793d5cd SHA512 e59275c64813bd00fa5172c43491820122b6045e1a416c917576cbf595c1ec24d146e571708379f4b32775bda904f16ced0e9e15ab7b2dde78a214f26a1c4de6
23
24 diff --git a/dev-python/texttable/texttable-0.9.1.ebuild b/dev-python/texttable/texttable-0.9.1.ebuild
25 deleted file mode 100644
26 index 1f344b96d71..00000000000
27 --- a/dev-python/texttable/texttable-0.9.1.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{2_7,3_6} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="module for creating simple ASCII tables"
39 -HOMEPAGE="https://github.com/foutaise/texttable"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="0"
44 -KEYWORDS="amd64"
45 -IUSE=""
46 -
47 -python_test() {
48 - py.test tests.py || die
49 -}