diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2019-05-22 13:48:34 +0100 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2019-05-22 15:48:00 +0100 |
commit | 7ab4ef0541af8ed467f00b2663fc441692a91e8b (patch) | |
tree | 1b35adeb4d4bb93b8263142dda20ea99b12488a8 | |
parent | app-vim/vim-go: bump to 1.20 (diff) | |
download | gentoo-7ab4ef0541af8ed467f00b2663fc441692a91e8b.tar.gz gentoo-7ab4ef0541af8ed467f00b2663fc441692a91e8b.tar.bz2 gentoo-7ab4ef0541af8ed467f00b2663fc441692a91e8b.zip |
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@gentoo.org>
Bug: https://bugs.gentoo.org/678422
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-rw-r--r-- | dev-python/progressbar2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/progressbar2/progressbar2-3.39.3.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest index f378e476ae04..090df1fe6d24 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 000000000000..5e98c5dd5bf5 --- /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}" |