summaryrefslogtreecommitdiff
path: root/dev-python/prettytable
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /dev-python/prettytable
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r--dev-python/prettytable/Manifest4
-rw-r--r--dev-python/prettytable/prettytable-3.1.1.ebuild31
-rw-r--r--dev-python/prettytable/prettytable-3.2.0.ebuild2
3 files changed, 2 insertions, 35 deletions
diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index 25b83181fac1..599b350653b3 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1,5 +1,3 @@
-DIST prettytable-3.1.1.tar.gz 52705 BLAKE2B 4a52892763777045abbf1d74cbb3dc8b1fdf9dfed006723b3f47a6af44dd8c5a09204e3ead1e586b0bc78255dec93691805f634027f9502a5d97f649ada88449 SHA512 2abfe1039161fc7c1d25b0d053776e842c1413e70ce209324fd9b2f1885949513238ca362f93b1adf405461c978760bc7d635e3321b94352ac2aa9fea94450d5
DIST prettytable-3.2.0.tar.gz 52976 BLAKE2B ec41ffe9c752f530128d641a3341cc5c2dc4fd26ae8cf795fd526144ae8c82d359d022a9d52aebcea3217251c7d9513ef2df0f50c3a4f31ec0c2ef6b9c7e6189 SHA512 8f2a0945159727741a52ffdaa5602b862841cb8e0c33d3f755699f4376d2c0bfa539a270e56242503f94cb4fc469cbfd27348abfd740ec8f1cd3f1970053e5db
-EBUILD prettytable-3.1.1.ebuild 774 BLAKE2B 32e7c0837f0a81192f9f7d8c0e35dc9b9af73419406a5523cd2b0de1431de98324a90e54d560e2a4fbe6d2fdcd76fb0071cbc29d9ae0961f1e8251750dcf3282 SHA512 dc22f077cad2fdb014613769eb1f5200b7f58e470de463ad3f877f719d9b3e5f315d930fe50181ae2ac0c7d968d9bf5e0db396d77450692bbaa9654f30fc8573
-EBUILD prettytable-3.2.0.ebuild 779 BLAKE2B 81a36f6869ec38c0cbdd0f98f59c0f58c34d9a5406bff2999c99df6b4506505b1c9ee6b12f4fa6e1b709e247fa9db2e0ff3392d9e6166098e3793d235854f31c SHA512 3a493f2608761ac58c33f9ccf8f63522e08a624116803bdfa14c3ee4af7012e8ac57027cb48dc03fc6179d062f25a777cc30265b88dd049443cedbcac04e0ffc
+EBUILD prettytable-3.2.0.ebuild 774 BLAKE2B 32e7c0837f0a81192f9f7d8c0e35dc9b9af73419406a5523cd2b0de1431de98324a90e54d560e2a4fbe6d2fdcd76fb0071cbc29d9ae0961f1e8251750dcf3282 SHA512 dc22f077cad2fdb014613769eb1f5200b7f58e470de463ad3f877f719d9b3e5f315d930fe50181ae2ac0c7d968d9bf5e0db396d77450692bbaa9654f30fc8573
MISC metadata.xml 583 BLAKE2B b82fa13dd76ee47e012c03499081072c737cb63f2d23190dc3622dae1bc50ba054c7cf492a1feda7147c3a8710bd8ad509bc653e5b40f89b93ffd63da69c3f65 SHA512 e7d331df0ec72f98acc9abfc70424a619e67e559e4b02b357658e9e48efd080440a0d890ce5df2cb8cbffc53640b2068f39f803aa180bf2607d02a9df1acb5b3
diff --git a/dev-python/prettytable/prettytable-3.1.1.ebuild b/dev-python/prettytable/prettytable-3.1.1.ebuild
deleted file mode 100644
index b1fb8aed347a..000000000000
--- a/dev-python/prettytable/prettytable-3.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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 ~mips 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 pytest
diff --git a/dev-python/prettytable/prettytable-3.2.0.ebuild b/dev-python/prettytable/prettytable-3.2.0.ebuild
index 1396cbe52707..b1fb8aed347a 100644
--- a/dev-python/prettytable/prettytable-3.2.0.ebuild
+++ b/dev-python/prettytable/prettytable-3.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv sparc x86"
RDEPEND="
dev-python/wcwidth[${PYTHON_USEDEP}]