public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/
Date: Wed, 18 Nov 2020 09:35:06 +0000 (UTC)	[thread overview]
Message-ID: <1605691868.4ab9c0022d2a5dcc25b57edea80e86773bb9c57e.mgorny@gentoo> (raw)

commit:     4ab9c0022d2a5dcc25b57edea80e86773bb9c57e
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Oct 31 07:28:55 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 09:31:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab9c002

dev-python/prettytable: version bump to 2.0.0, add pypy3 PYTHON_COMPAT

and update metadata

Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18087
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prettytable/Manifest                 |  1 +
 dev-python/prettytable/metadata.xml             |  3 ++-
 dev-python/prettytable/prettytable-2.0.0.ebuild | 33 +++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index aba68b89708..2c9448eed92 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1 +1,2 @@
 DIST prettytable-0.7.2.tar.bz2 21755 BLAKE2B 385d5bd6d4ab75a8c7ae96abc9d9e98a66a196265853113e7fb59073876e9f5e9c6c4fba9a30d80cc726a5184e78fb6451ff9a553909704fcc5022b6a08413f4 SHA512 f3a3fe6fa29f4ef090ff6cac06549ebd9db8b387e7b25fc64c4e37c8444586f50355c5573f38caabc72360aa68054aa189a67aa37f0bd13b872862ecd9151e71
+DIST prettytable-2.0.0.tar.gz 43072 BLAKE2B 2293d0377f0bbef925014812cf0cd3702ef4f651927302012df44e829dd9ea249d03ddaee32f9313f3d001900e92df9a3be8812c8fc573624d308fa5c40a858a SHA512 b7c47df7d85a91e9518dea8dafcb27037e5cde81f59dd2b9e9468ae44b18431dd7d943fed487d5713e2c5aa25df76a8eb6587d045f73b8f25f53715a8a2085fc

diff --git a/dev-python/prettytable/metadata.xml b/dev-python/prettytable/metadata.xml
index 567af444478..39f76486a1e 100644
--- a/dev-python/prettytable/metadata.xml
+++ b/dev-python/prettytable/metadata.xml
@@ -11,6 +11,7 @@
   </maintainer>
   <upstream>
     <remote-id type="google-code">prettytable</remote-id>
-    <remote-id type="pypi">PrettyTable</remote-id>
+    <remote-id type="pypi">prettytable</remote-id>
+    <remote-id type="github">jazzband/prettytable</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/prettytable/prettytable-2.0.0.ebuild b/dev-python/prettytable/prettytable-2.0.0.ebuild
new file mode 100644
index 00000000000..9ac1fd588c7
--- /dev/null
+++ b/dev-python/prettytable/prettytable-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
+HOMEPAGE="https://github.com/jazzband/prettytable https://pypi.org/project/prettytable"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? (
+		$(python_gen_impl_dep sqlite)
+	)"
+
+distutils_enable_tests pytest
+
+python_test() {
+	distutils_install_for_testing
+	pytest -vv || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2020-11-18  9:35 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18  9:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/ Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-02-28 13:18 Michał Górny
2025-02-28  4:42 Michał Górny
2025-02-15  9:53 Michał Górny
2025-02-15  9:23 Arthur Zamarin
2025-02-08 11:45 Michał Górny
2025-02-08 11:15 Jakov Smolić
2025-02-01  6:06 Michał Górny
2025-01-25  6:24 Michał Górny
2024-11-16  8:22 Michał Górny
2024-11-16  8:19 Michał Górny
2024-10-31 14:47 Michał Górny
2024-10-31  5:24 Michał Górny
2024-08-31 10:35 Michał Górny
2024-08-31  9:43 Arthur Zamarin
2024-08-13  4:55 Michał Górny
2024-07-27  9:53 Michał Górny
2024-07-27  7:41 Arthur Zamarin
2024-07-13  4:46 Michał Górny
2024-06-11 13:40 Michał Górny
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-02 15:38 Arthur Zamarin
2024-02-23 18:00 Arthur Zamarin
2024-02-20 15:02 Jakov Smolić
2024-02-20 14:06 Jakov Smolić
2024-02-20  7:22 Sam James
2024-02-20  7:08 Sam James
2024-02-20  7:08 Sam James
2024-02-20  6:13 Michał Górny
2023-10-14 18:28 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-12  5:50 Michał Górny
2023-08-19  5:46 Michał Górny
2023-07-24 10:52 Michał Górny
2023-07-24  8:54 Jakov Smolić
2023-06-12 11:37 Michał Górny
2023-06-01 13:54 Michał Górny
2023-05-20  7:15 Michał Górny
2023-05-13 16:04 Michał Górny
2023-05-13 10:44 Arthur Zamarin
2023-04-11 14:11 Michał Górny
2023-04-11  3:14 Michał Górny
2023-02-16 20:26 Michał Górny
2023-01-08 14:04 Michał Górny
2022-11-29  8:41 Michał Górny
2022-11-29  7:30 Arthur Zamarin
2022-10-29  6:10 Arthur Zamarin
2022-10-03  0:44 Sam James
2022-09-02 15:18 Arthur Zamarin
2022-09-02 15:18 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-06-21 18:35 Arthur Zamarin
2022-06-21 18:26 Arthur Zamarin
2022-05-21 14:14 Michał Górny
2022-05-05 17:30 Arthur Zamarin
2022-04-26  1:51 Sam James
2022-04-09 17:45 Michał Górny
2022-04-09 16:24 Arthur Zamarin
2022-03-19  9:36 Michał Górny
2022-03-19  7:56 Agostino Sarubbo
2022-03-18 22:28 Michał Górny
2022-03-18 18:09 Sam James
2022-03-09 19:13 Arthur Zamarin
2022-02-16 22:34 Michał Górny
2022-02-13 23:13 Michał Górny
2022-02-13  9:33 Michał Górny
2022-02-13  7:58 Agostino Sarubbo
2022-01-20 14:24 Michał Górny
2022-01-20  9:16 Jakov Smolić
2022-01-10  6:49 Joshua Kinard
2022-01-07 16:49 Arthur Zamarin
2021-12-31 16:53 Matt Turner
2021-12-20 23:10 Michał Górny
2021-12-10  7:39 Agostino Sarubbo
2021-12-10  4:40 Sam James
2021-12-09 22:33 Arthur Zamarin
2021-12-09 21:53 Arthur Zamarin
2021-12-09 21:44 Arthur Zamarin
2021-11-17  7:53 Sam James
2021-11-17  6:57 Arthur Zamarin
2021-11-09 14:01 Michał Górny
2021-11-04 17:09 Sam James
2021-11-04 17:07 Sam James
2021-11-03 20:53 Michał Górny
2021-11-03 10:01 Yixun Lan
2021-11-02 18:23 Sam James
2021-11-01 22:16 Michał Górny
2021-10-31 20:09 Arthur Zamarin
2021-10-03 19:27 Michał Górny
2021-10-03 18:48 Sam James
2021-09-27  6:59 Michał Górny
2021-09-09 14:26 Marek Szuba
2021-09-02 13:27 Marek Szuba
2021-08-28  6:54 Michał Górny
2021-06-05 17:59 Michał Górny
2021-05-24  1:34 Joshua Kinard
2021-04-05 18:39 Michał Górny
2021-04-05 16:53 Sam James
2021-03-03  7:36 Michał Górny
2021-01-24  0:07 Sam James
2020-12-21 22:19 Sam James
2020-12-21 19:43 Michał Górny
2020-12-21 19:43 Michał Górny
2020-08-02  8:36 Michał Górny
2020-06-10  8:11 Michał Górny
2020-05-31 15:42 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-04-21 19:45 Sergei Trofimovich
2020-04-03 21:57 Sergei Trofimovich
2020-03-28 12:42 Michał Górny
2019-12-16 17:50 Aaron Bauman
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-12-11 22:40 Patrick McLean
2019-12-04  6:48 Aaron Bauman
2018-11-09 14:20 Alexey Shvetsov
2018-08-30 17:50 Matt Thode
2017-02-27  5:40 Zac Medico
2017-02-22 16:08 Agostino Sarubbo
2016-02-28  6:07 Matt Thode
2016-01-27  9:26 Justin Lecher

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=1605691868.4ab9c0022d2a5dcc25b57edea80e86773bb9c57e.mgorny@gentoo \
    --to=mgorny@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