public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tabulate/
Date: Tue,  7 Nov 2017 19:03:12 +0000 (UTC)	[thread overview]
Message-ID: <1510081382.faf200a2246623dbba5eb2d805df8c03818a719c.zmedico@gentoo> (raw)

commit:     faf200a2246623dbba5eb2d805df8c03818a719c
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 18:49:46 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2017-11-07 19:03 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 19:03 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  9:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/tabulate/ Arthur Zamarin
2024-05-19 11:47 Michał Górny
2024-05-19 11:47 Michał Górny
2023-11-10  5:47 Viorel Munteanu
2023-10-28 15:23 Michał Górny
2023-09-28  4:43 Michał Górny
2023-09-28  4:43 Michał Górny
2023-05-06  9:58 Arthur Zamarin
2023-05-01  7:16 Arthur Zamarin
2023-05-01  7:16 Arthur Zamarin
2023-04-23 22:12 Sam James
2023-04-22 19:44 Sam James
2023-04-22 16:44 Arthur Zamarin
2023-04-14 22:30 Sam James
2023-04-14 21:02 Sam James
2023-04-14 20:43 Sam James
2023-04-14 20:25 Sam James
2023-04-14 20:07 Sam James
2023-03-11  6:37 Yixun Lan
2023-02-28 19:09 Sam James
2022-11-09  6:12 Michał Górny
2022-11-08 23:16 Sam James
2022-10-07  7:03 Michał Górny
2022-07-24 20:29 Michał Górny
2022-07-24 19:13 Sam James
2022-06-23  8:17 Michał Górny
2022-06-22 18:37 Sam James
2022-06-22  8:05 Michał Górny
2022-05-23  9:20 Michał Górny
2022-05-23  9:20 Michał Górny
2021-05-23  9:29 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-02-22  7:55 Michał Górny
2020-09-18 15:53 Michał Górny
2020-09-08 19:11 Michał Górny
2020-07-30  6:03 Michał Górny
2020-07-30  6:03 Michał Górny
2020-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-29 10:13 Michał Górny
2020-03-16 18:55 Michał Górny
2020-01-16  6:05 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 11:49 Michał Górny
2017-05-11 13:28 Manuel Rüger
2016-12-05 22:57 Patrice Clement
2016-10-08 16:09 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510081382.faf200a2246623dbba5eb2d805df8c03818a719c.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox