public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar2/
Date: Wed, 22 May 2019 14:48:44 +0000 (UTC)	[thread overview]
Message-ID: <1558536480.7ab4ef0541af8ed467f00b2663fc441692a91e8b.chainsaw@gentoo> (raw)

commit:     7ab4ef0541af8ed467f00b2663fc441692a91e8b
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 12:48:34 2019 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed May 22 14:48:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab4ef05

dev-python/progressbar2: Version bump to 3.39.3 & widen PYTHON_COMPAT

This fixes non-timed progress bars:
https://github.com/WoLpH/python-progressbar/issues/185

Widen PYTHON_COMPAT based on upstream tox.ini suggesting Python 3.7 is
in fact supported. Previous 3.5 cap was based on the PyPi homepage for
the package.

Suggested-by: Pacho Ramos <pacho <AT> gentoo.org>
Bug: https://bugs.gentoo.org/678422
Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/progressbar2/Manifest                   |  1 +
 dev-python/progressbar2/progressbar2-3.39.3.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest
index f378e476ae0..090df1fe6d2 100644
--- a/dev-python/progressbar2/Manifest
+++ b/dev-python/progressbar2/Manifest
@@ -1 +1,2 @@
 DIST progressbar2-3.39.2.tar.gz 131723 BLAKE2B d8ff04986e125d17b67d86399308c4f7ca55c1dc744e2cd42042fb61ec0b93e61f6af1308e884e24e1b423a5ff66e3074b30ce75c0fb7af85acb700288a7bcc0 SHA512 efbf08a09665542fc361757c2a649ecc3bff0077e68b2669f4dfe1635e7730cf3cd0c6a3ae13e059adada31dc77b291098c21746ed9b5e0929260d2788345d6b
+DIST progressbar2-3.39.3.tar.gz 131839 BLAKE2B 2cbf1ecf04947b3a393b5cc473a696528cdaf38f132a1b0faab5e45dff76aecdee497ca1b2810b9ec5e3b180acfa8e2af1d195e5804c058a7d8880fc3b0a330f SHA512 b8944b319f1133fe7abdd256bed8803e9f426208af5ddc58935121845e81b9f65878e536bd5a1e4810eaa6906b24d114e8681dddf1f77c1bf96cb231f6473a5e

diff --git a/dev-python/progressbar2/progressbar2-3.39.3.ebuild b/dev-python/progressbar2/progressbar2-3.39.3.ebuild
new file mode 100644
index 00000000000..5e98c5dd5bf
--- /dev/null
+++ b/dev-python/progressbar2/progressbar2-3.39.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="Text progressbar library for python"
+HOMEPAGE="https://pypi.org/project/progressbar2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CDEPEND="!dev-python/progressbar[${PYTHON_USEDEP}]
+	dev-python/python-utils[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}"
+BDEPEND="${CDEPEND}"


             reply	other threads:[~2019-05-22 14:48 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22 14:48 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 12:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar2/ Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 12:06 Arthur Zamarin
2024-08-29  4:52 Michał Górny
2024-07-08 19:22 Michał Górny
2024-03-22  4:38 Michał Górny
2024-03-21 19:24 Arthur Zamarin
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-05 19:11 Michał Górny
2024-02-26  4:35 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-18 17:07 Michał Górny
2023-11-24 16:32 Arthur Zamarin
2023-11-23 20:20 Michał Górny
2023-06-03 17:45 Michał Górny
2022-11-19 16:54 Michał Górny
2022-11-19 16:40 Sam James
2022-10-26 18:42 Arthur Zamarin
2022-10-18 18:07 Arthur Zamarin
2022-08-10 13:05 Sam James
2022-06-05  5:36 Michał Górny
2022-02-13 10:38 Michał Górny
2022-02-13 10:27 Jakov Smolić
2022-01-05 17:18 Arthur Zamarin
2021-11-13 13:22 Michał Górny
2021-11-13 11:35 Jakov Smolić
2021-10-16  6:09 Michał Górny
2021-10-16  1:14 Sam James
2021-10-15 21:07 Michał Górny
2021-10-13  9:05 Michał Górny
2021-10-04 20:40 Sam James
2021-09-15 20:26 Michał Górny
2021-08-25 17:40 Arthur Zamarin
2021-08-25 17:40 Arthur Zamarin
2021-08-25 17:40 Arthur Zamarin
2021-04-01 12:54 Thomas Deutschmann
2020-12-16 11:12 Sam James
2020-12-03 14:49 Sam James
2020-12-03 11:10 Sam James
2020-12-03  8:43 Sam James
2020-01-18 18:48 Michał Górny
2019-02-01 15:52 Tony Vroon

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=1558536480.7ab4ef0541af8ed467f00b2663fc441692a91e8b.chainsaw@gentoo \
    --to=chainsaw@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