Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Fri, 02 Dec 2016 21:54:50
Message-Id: 1480715464.82f49332fe85ce9b87bba012dedb5f45cfb318bc.monsieurp@gentoo
1 commit: 82f49332fe85ce9b87bba012dedb5f45cfb318bc
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Fri Dec 2 18:08:16 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 21:51:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f49332
7
8 dev-python/tqdm: version bump to 4.10.0.
9
10 Package-Manager: portage-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/2987
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-python/tqdm/Manifest | 1 +
16 dev-python/tqdm/tqdm-4.10.0.ebuild | 21 +++++++++++++++++++++
17 2 files changed, 22 insertions(+)
18
19 diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
20 index 554de81..63a09eb 100644
21 --- a/dev-python/tqdm/Manifest
22 +++ b/dev-python/tqdm/Manifest
23 @@ -1 +1,2 @@
24 +DIST tqdm-4.10.0.tar.gz 615329 SHA256 de907ec76d60f085dcb09f98d578ef17b30eafcc71198e8d74730eb53ee883c7 SHA512 5c7719e13f57cf7f42e81e2514ae4db5cf72b010ead25aa8bcd4ad0037e0a374bf353c15f43f4b64337142f3c2562b952b5e18aea70634c9b11d6b82af51546e WHIRLPOOL cbcf1af8964c7623fcdc2261349365decec0bfe47b863c2a56d0a396644db8b750b2d46d79c8e0aca7c0c649cd5fb3c587a6e9a3ec45c9aeccfd51fe50526210
25 DIST tqdm-4.8.4.tar.gz 609527 SHA256 8be8712eb5c8476d50acda96cd799fd336261e59886ba31da8255e47533d3910 SHA512 21a43e1cdfae5ce9c1db386043391c0d32f0d0ce7b3337054296cfffbbc68a57deef77efd597a0be6805023052e84724649cb29116fd8614a21a2f28440a5889 WHIRLPOOL 734e5ef0a2174131a8298d2964346deac4011d7e37614540ee301c50335cd6a28425edbb25d563e60de593eb481774d3a7663b29860b1efa90778c5b282a4642
26
27 diff --git a/dev-python/tqdm/tqdm-4.10.0.ebuild b/dev-python/tqdm/tqdm-4.10.0.ebuild
28 new file mode 100644
29 index 00000000..b3808ce
30 --- /dev/null
31 +++ b/dev-python/tqdm/tqdm-4.10.0.ebuild
32 @@ -0,0 +1,21 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Add a progress meter to your loops in a second."
44 +HOMEPAGE="https://github.com/tqdm/tqdm"
45 +SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 +RDEPEND=""