diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:33:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:41:56 +0100 |
commit | 91cd68c24f3981d1a79f1c149dfcae36301c7e49 (patch) | |
tree | 29f40d849ac35c0f80ecfee22c3873feee2cf807 /dev-python/prettytable | |
parent | dev-python/pretend: Stabilize 1.0.9 ALLARCHES (diff) | |
download | gentoo-91cd68c24f3981d1a79f1c149dfcae36301c7e49.tar.gz gentoo-91cd68c24f3981d1a79f1c149dfcae36301c7e49.tar.bz2 gentoo-91cd68c24f3981d1a79f1c149dfcae36301c7e49.zip |
dev-python/prettytable: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/Manifest | 1 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.1-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2.ebuild | 25 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest index dc40385004ee..aba68b89708b 100644 --- a/dev-python/prettytable/Manifest +++ b/dev-python/prettytable/Manifest @@ -1,2 +1 @@ -DIST prettytable-0.7.1.tar.bz2 21499 BLAKE2B 6f8e3306fd26e134dbcfed18cbb641f6b167cc9b91846fd14ee9402c5f7384d71b00d120dfe32cc6948ff6cf78c613c8f4317cae0ae5b3eb028e16f1054cac12 SHA512 1a7aa604f608483b107401ddca9721ddea673ea1415d2a514948f7399835784e0a9025f0e5236f4109890e5924da345bd111893200730501b496c136465c204f DIST prettytable-0.7.2.tar.bz2 21755 BLAKE2B 385d5bd6d4ab75a8c7ae96abc9d9e98a66a196265853113e7fb59073876e9f5e9c6c4fba9a30d80cc726a5184e78fb6451ff9a553909704fcc5022b6a08413f4 SHA512 f3a3fe6fa29f4ef090ff6cac06549ebd9db8b387e7b25fc64c4e37c8444586f50355c5573f38caabc72360aa68054aa189a67aa37f0bd13b872862ecd9151e71 diff --git a/dev-python/prettytable/prettytable-0.7.1-r1.ebuild b/dev-python/prettytable/prettytable-0.7.1-r1.ebuild deleted file mode 100644 index e5413fb68eae..000000000000 --- a/dev-python/prettytable/prettytable-0.7.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" -HOMEPAGE="https://code.google.com/p/prettytable/" -SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -python_test() { - "${PYTHON}" prettytable_test.py || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild deleted file mode 100644 index e7f7440c1c53..000000000000 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" -HOMEPAGE="https://code.google.com/p/prettytable/" -SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -python_test() { - "${PYTHON}" prettytable_test.py || die "tests failed under ${EPYTHON}" -} |