diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-13 10:31:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-13 10:33:40 +0100 |
commit | c8077c14437a9c903888c342d2de743f2c332440 (patch) | |
tree | aff4cfc2863ab40471532d4c9f8f2bed0e0268bf /dev-python/prettytable | |
parent | dev-python/GitPython: Remove old (diff) | |
download | gentoo-c8077c14437a9c903888c342d2de743f2c332440.tar.gz gentoo-c8077c14437a9c903888c342d2de743f2c332440.tar.bz2 gentoo-c8077c14437a9c903888c342d2de743f2c332440.zip |
dev-python/prettytable: Remove old
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-2.5.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest index 6ea211773e6c..38327f8c32b8 100644 --- a/dev-python/prettytable/Manifest +++ b/dev-python/prettytable/Manifest @@ -1,2 +1 @@ -DIST prettytable-2.5.0.tar.gz 50015 BLAKE2B 75bf06625ee8aaa495ce86f69d751bf89edb8fd0c530009cd4eec9f44b6155d0168d2f4b9f55bef6c3c591a3be17bd87eefc447315f9ed867f6a7edd8c0225c5 SHA512 e4f07e842668b3874ecb329b5e9d6b61433c6ef78f3df6b9872bd7edd1d7266bf61e80b8aab641d42eb7dce1f2fc3463e1598128763ca4998618ea835cd74fef DIST prettytable-3.0.0.tar.gz 50012 BLAKE2B 9a1c57abf46fd00fa74022ad9a8bd19c5f501610ac4dcd806511f5cd9e0ab17cbf24ce90b8f1c3f98db5601e1df75cf57c7709c84e0c3b703ebe2d69f57294d3 SHA512 f7b03ee1c1371187708b1cd7724f1afead1249a796928d2abdce42fa834ee128e930f20aef1df579426c65f1fb574b1a831e521ade6e9e65977d5dd88bafc5af diff --git a/dev-python/prettytable/prettytable-2.5.0.ebuild b/dev-python/prettytable/prettytable-2.5.0.ebuild deleted file mode 100644 index 86a80f491d7b..000000000000 --- a/dev-python/prettytable/prettytable-2.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" -HOMEPAGE=" - https://github.com/jazzband/prettytable/ - https://pypi.org/project/prettytable/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/wcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - $(python_gen_impl_dep sqlite) - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] - )" - -distutils_enable_tests --install pytest |