diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 10:45:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 14:39:07 +0100 |
commit | 2a465743c7cdbf91396b579057073abf8691a98b (patch) | |
tree | 411cf09f34d5e31e5b3f0571400df68971439a0c /dev-python/tabulate | |
parent | dev-python/stevedore: Clean old up (diff) | |
download | gentoo-2a465743c7cdbf91396b579057073abf8691a98b.tar.gz gentoo-2a465743c7cdbf91396b579057073abf8691a98b.tar.bz2 gentoo-2a465743c7cdbf91396b579057073abf8691a98b.zip |
dev-python/tabulate: Clean old up
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.7.7.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/tabulate/Manifest b/dev-python/tabulate/Manifest index 491c12285453..929131811ac7 100644 --- a/dev-python/tabulate/Manifest +++ b/dev-python/tabulate/Manifest @@ -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 index aafb6b10a1d1..000000000000 --- a/dev-python/tabulate/tabulate-0.7.7.ebuild +++ /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 -} |