From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D2EC138350 for ; Sat, 28 Mar 2020 12:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD2DE0D34; Sat, 28 Mar 2020 12:42:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69A4BE0CE9 for ; Sat, 28 Mar 2020 12:42:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E56934FA01 for ; Sat, 28 Mar 2020 12:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0DCA1A9 for ; Sat, 28 Mar 2020 12:42:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585399316.91cd68c24f3981d1a79f1c149dfcae36301c7e49.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prettytable/Manifest dev-python/prettytable/prettytable-0.7.1-r1.ebuild dev-python/prettytable/prettytable-0.7.2.ebuild X-VCS-Directories: dev-python/prettytable/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91cd68c24f3981d1a79f1c149dfcae36301c7e49 X-VCS-Branch: master Date: Sat, 28 Mar 2020 12:42:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dbd9763-9e0c-4a21-b375-759f7ce778c2 X-Archives-Hash: 53375117a658be558efe249499fe001a commit: 91cd68c24f3981d1a79f1c149dfcae36301c7e49 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 12:33:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 12:41:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cd68c2 dev-python/prettytable: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/prettytable/Manifest | 1 - dev-python/prettytable/prettytable-0.7.1-r1.ebuild | 25 ---------------------- dev-python/prettytable/prettytable-0.7.2.ebuild | 25 ---------------------- 3 files changed, 51 deletions(-) diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest index dc40385004e..aba68b89708 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 e5413fb68ea..00000000000 --- 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 e7f7440c1c5..00000000000 --- 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}" -}