dev-python/tabulate: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 09:45:20 +0000 (10:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:39:07 +0000 (14:39 +0100)
dev-python/tabulate/Manifest
dev-python/tabulate/tabulate-0.7.7.ebuild [deleted file]

index 491c12285453f7584fd0239fc7e24f57cc5aa20d..929131811ac7005bb519eda4aed13f7e0e7ded59 100644 (file)
@@ -1,2 +1 @@
-DIST tabulate-0.7.7.tar.gz 39140 BLAKE2B 72f34e184350c86b0ae162ee85fb6cfdc532dac6d20402a16bead766e0c419f1eeecf9384746e5ad7c167fd4b2544d080a4c390dca0864f6f14d03de30791605 SHA512 36ea77577e36fad28efa9b1c10686a4a795acdea77be4f8b442b38f45d70993245b4b473b0ce146f3d24eb49f186ec47ada332a9a3973ac2786d5a46b7358213
 DIST tabulate-0.8.1.tar.gz 45666 BLAKE2B f46a0c8bed50e37a2d536d28fe822fb92fbc124c7ac4c29260b6a7ab9828588f49b7e94ec8925505ef9724b1fb4647e5e9207d29b2f3a2f526641ac7ac229ce0 SHA512 f724fbabee53c738c846a5cf645470f5f97074e2b33eb030b4859478931661dac53e5446d77a656553e2dec323230bb116d350997e1407d794382f537e6dfdf5
diff --git a/dev-python/tabulate/tabulate-0.7.7.ebuild b/dev-python/tabulate/tabulate-0.7.7.ebuild
deleted file mode 100644 (file)
index aafb6b1..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pretty-print tabular data"
-HOMEPAGE="https://pypi.python.org/pypi/tabulate"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] )
-"
-
-# Missing something in tarball
-#
-# from common import assert_equal
-RESTRICT=test
-
-python_test() {
-       local testcase
-       for testcase in test/*py; do
-               ${PYTHON} ${testcase} || die
-       done
-}