diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/prettytable | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/Manifest | 5 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.1-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2.ebuild | 25 |
4 files changed, 2 insertions, 55 deletions
diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest index a8e50ab414bb..31c8a733c7f9 100644 --- a/dev-python/prettytable/Manifest +++ b/dev-python/prettytable/Manifest @@ -1,6 +1,3 @@ -DIST prettytable-0.7.1.tar.bz2 21499 BLAKE2B 6f8e3306fd26e134dbcfed18cbb641f6b167cc9b91846fd14ee9402c5f7384d71b00d120dfe32cc6948ff6cf78c613c8f4317cae0ae5b3eb028e16f1054cac12 SHA512 1a7aa604f608483b107401ddca9721ddea673ea1415d2a514948f7399835784e0a9025f0e5236f4109890e5924da345bd111893200730501b496c136465c204f DIST prettytable-0.7.2.tar.bz2 21755 BLAKE2B 385d5bd6d4ab75a8c7ae96abc9d9e98a66a196265853113e7fb59073876e9f5e9c6c4fba9a30d80cc726a5184e78fb6451ff9a553909704fcc5022b6a08413f4 SHA512 f3a3fe6fa29f4ef090ff6cac06549ebd9db8b387e7b25fc64c4e37c8444586f50355c5573f38caabc72360aa68054aa189a67aa37f0bd13b872862ecd9151e71 -EBUILD prettytable-0.7.1-r1.ebuild 613 BLAKE2B 50952c33aa0692b22aa9557676188190165c8efd965664dd579a537254cf8661d07d2bc401577c99edd3cd6055282fe69c5606ccee0dc4deb495d8b39b001508 SHA512 4104a0a385082b7c7144cd653535187bf862c79e81f91b00af80a04f88479203f95317d9206cc1652daa6822a6f50b7f7d5a7e5660f19792733cdea47a217d59 -EBUILD prettytable-0.7.2-r1.ebuild 641 BLAKE2B ed6c5104f0d4c38d176ee9ef1d76d545cc204bf9c079bc9c8550725e7d026f03a13708d34f53dcd45f1e446d20f07aab34513698a980a6e4bff9251cca97ef01 SHA512 4bceb86a2943496bd3f363a48247f24de8ed17e808acdc39658d6509983dbf47b3636c52e07236397a95958fe3e7c8615f7eb6abf59808d40689f394618e74a9 -EBUILD prettytable-0.7.2.ebuild 635 BLAKE2B 8e1498de088ade323ef168e93abdc848711e771968921038d19f3834fce0d6a95e513719569add64da680ccc290aadd0f02add29d9d8b6b2224179f14078f425 SHA512 5b75c572b5e56c833859f51e2e89bf5d75ea9824c06f106e6d3ff0531bc94e0897e5c95dfd9c08491fd2f3ec18ae7f4bde2218de7133bfe3fa81da51253f31dc +EBUILD prettytable-0.7.2-r1.ebuild 654 BLAKE2B 056550b66f2b8cb0b2aa89403686ef589962a44a6a19d7a2341f13f072e8f34d878c5508f6b62a19c0e160bfdd78ce66b5e17ed2e7b7b8619c6ddbbc86b4219e SHA512 5965c2cf0aaafe743da151055e6dafa417653b3efa720ac0ef88e908105189ab37fe342e5a26e54d7b0af29ac4b8ca906c618efc1f08a3b7169c3c1cd05c59e2 MISC metadata.xml 388 BLAKE2B c19229c631dbaafafe2f8b2bcb0650052b4827bd6d0901d51d7c16fcf2456fca33efbcd21ee3ea1012a1b28c7cfc67042661b02bcc23af6d5768bf180304efd5 SHA512 7ac1cfd03216f171bf432f35b21bd6b43d297e77f41dffe5c5c5c4d85614c799252182a06bd5a116b5b831c06df115dcb933f1b2fd051eca8676f0aca7997d58 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-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild index 908cb7400486..b3e8e9460e76 100644 --- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 ~hppa ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" 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}" -} |