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 767D21396D9 for ; Tue, 7 Nov 2017 19:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F027E0BF3; Tue, 7 Nov 2017 19:03:15 +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 81576E0BF3 for ; Tue, 7 Nov 2017 19:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F043433BF01 for ; Tue, 7 Nov 2017 19:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BB2F985C for ; Tue, 7 Nov 2017 19:03:12 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1510081382.faf200a2246623dbba5eb2d805df8c03818a719c.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tabulate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tabulate/Manifest dev-python/tabulate/tabulate-0.8.1.ebuild X-VCS-Directories: dev-python/tabulate/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: faf200a2246623dbba5eb2d805df8c03818a719c X-VCS-Branch: master Date: Tue, 7 Nov 2017 19:03:12 +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: e3fd7499-9d3c-45fd-a7ca-a33c5f06e918 X-Archives-Hash: 9e432425353ede3a7bda7b7aad5b2822 commit: faf200a2246623dbba5eb2d805df8c03818a719c Author: Zac Medico gentoo org> AuthorDate: Tue Nov 7 18:49:46 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 7 19:03:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf200a2 dev-python/tabulate: version bump to 0.8.1 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/tabulate/Manifest | 1 + dev-python/tabulate/tabulate-0.8.1.ebuild | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/tabulate/Manifest b/dev-python/tabulate/Manifest index af0bd3f5225..cf55c561b07 100644 --- a/dev-python/tabulate/Manifest +++ b/dev-python/tabulate/Manifest @@ -1 +1,2 @@ DIST tabulate-0.7.7.tar.gz 39140 SHA256 83a0b8e17c09f012090a50e1e97ae897300a72b35e0c86c0b53d3bd2ae86d8c6 SHA512 36ea77577e36fad28efa9b1c10686a4a795acdea77be4f8b442b38f45d70993245b4b473b0ce146f3d24eb49f186ec47ada332a9a3973ac2786d5a46b7358213 WHIRLPOOL 7d64e01b9a2d4ed41733b67e4108e233ba97ca95029f4f82c1b73f489dd0e17589cfbe071fd83969422779e73eb7fc1e5b7d48c891b3dcd647a9d4266900a462 +DIST tabulate-0.8.1.tar.gz 45666 SHA256 b9b4d2fc712c1e3b8f2970edf6d83fd8a329d0148de78bbe2755a79a96c190fa SHA512 f724fbabee53c738c846a5cf645470f5f97074e2b33eb030b4859478931661dac53e5446d77a656553e2dec323230bb116d350997e1407d794382f537e6dfdf5 WHIRLPOOL 53f1324078a4971720a27d66d97ffef96a514a0ae229007c1d9893b0b4cb8424a1256e3cae23ed3ee41bb8f6dd58115d50b8e24de0d351f89306b967002afe99 diff --git a/dev-python/tabulate/tabulate-0.8.1.ebuild b/dev-python/tabulate/tabulate-0.8.1.ebuild new file mode 100644 index 00000000000..a9180017960 --- /dev/null +++ b/dev-python/tabulate/tabulate-0.8.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Pretty-print tabular data" +HOMEPAGE="https://pypi.python.org/pypi/tabulate" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) +" + +# Missing something in tarball +# +# from common import assert_equal +RESTRICT=test + +python_test() { + local testcase + for testcase in test/*py; do + ${PYTHON} ${testcase} || die + done +}