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 C79BA138239 for ; Sat, 3 Nov 2018 22:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2094E0AA6; Sat, 3 Nov 2018 22:59:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 91F5BE0AA6 for ; Sat, 3 Nov 2018 22:59:22 +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 1C1FF335C39 for ; Sat, 3 Nov 2018 22:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7A444A for ; Sat, 3 Nov 2018 22:59:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1541285949.80281a7a92a9ee3c1e8a3b61adec524108d535c9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/texttable/Manifest dev-python/texttable/texttable-1.4.0.ebuild X-VCS-Directories: dev-python/texttable/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 80281a7a92a9ee3c1e8a3b61adec524108d535c9 X-VCS-Branch: master Date: Sat, 3 Nov 2018 22:59:18 +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-Archives-Salt: 240b126f-8bde-416f-a044-749e40e95d33 X-Archives-Hash: f1fd4ebf9379a5c1a682f361f8b38ca7 commit: 80281a7a92a9ee3c1e8a3b61adec524108d535c9 Author: Joonas Niilola gmail com> AuthorDate: Sat Nov 3 15:47:11 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Nov 3 22:59:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80281a7a dev-python/texttable: remove old 1.4.0. Signed-off-by: Joonas Niilola gmail.com> Package-Manager: Portage[mgorny]-2.3.49.1 Signed-off-by: Patrice Clement gentoo.org> dev-python/texttable/Manifest | 1 - dev-python/texttable/texttable-1.4.0.ebuild | 31 ----------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest index eed565888b1..bc9454b3346 100644 --- a/dev-python/texttable/Manifest +++ b/dev-python/texttable/Manifest @@ -1,3 +1,2 @@ DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5 SHA512 7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50 -DIST texttable-1.4.0.tar.gz 12274 BLAKE2B 558d905a65a340843a18b9c0987a34b45a53335478bc29275b4150642e8902f77830a63654a177e0017e3c729ea1bcd63d8f2296866773dfbf31cda6bc785ef7 SHA512 41d1b429ee32cd717d273152da0263cfff13d79aae7ecc69bda455c1391ea1e6cf74b412e6043bf3d32d62932b4498a2484deb997ef545fdd6195fd5ebd58fc5 DIST texttable-1.5.0.tar.gz 10640 BLAKE2B 54bc7f1ac1860e2b88de092528134f8ba63b4f31f621a32e64a242b5f2d3132294818cff6bfdb848d4fa002d515069448dd077a95fa70bdf4e9266e162bb9355 SHA512 f4727947a302c8e1bf09ba08d73f79f083304b42f86f2f181a98f44602961e0b280aedd4e38660630671eac17e6eb92403b89c1ae6ea3cdd3cf861c122b904a3 diff --git a/dev-python/texttable/texttable-1.4.0.ebuild b/dev-python/texttable/texttable-1.4.0.ebuild deleted file mode 100644 index a885a2a6c89..00000000000 --- a/dev-python/texttable/texttable-1.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5..7}} ) - -inherit distutils-r1 - -DESCRIPTION="Module for creating simple ASCII tables" -HOMEPAGE="https://github.com/foutaise/texttable" -SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cjk test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] ) - ) -" -RDEPEND=" - cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] ) -" - -python_test() { - py.test -v tests.py || die -}