Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Thu, 01 Sep 2016 21:29:25
Message-Id: 1472765347.a414f97b75127221a2c91a155ff7fc9fdae03be9.soap@gentoo
1 commit: a414f97b75127221a2c91a155ff7fc9fdae03be9
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Mon Aug 29 15:07:11 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 21:29:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a414f97b
7
8 dev-python/tqdm: new ebuild
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/2159
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/tqdm/Manifest | 1 +
16 dev-python/tqdm/metadata.xml | 19 +++++++++++++++++++
17 dev-python/tqdm/tqdm-0_pre20140115.ebuild | 23 +++++++++++++++++++++++
18 dev-python/tqdm/tqdm-9999.ebuild | 22 ++++++++++++++++++++++
19 4 files changed, 65 insertions(+)
20
21 diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
22 new file mode 100644
23 index 00000000..8c05471
24 --- /dev/null
25 +++ b/dev-python/tqdm/Manifest
26 @@ -0,0 +1 @@
27 +DIST tqdm-0_pre20140115.tar.gz 3073 SHA256 4caed4edc4fab72972cc2f71611abbb1595ef817752d74ffdd787ed6d75467a9 SHA512 62cb08418bec6f231022f806f54b8c4d9bdc56c23eb9e446e221f9a45aa568e72cfa99f13e811b9ac570c46baac22e7801cbbe9ef0a5aff264332b04768083f5 WHIRLPOOL b4fe6a5b524611a1c7b1126eedd2186c13e9f7b15a3e653f5fe2be0b768462752bf155cb254a3d6bf3b776ef4d01132e1abd011c151c652f794cca8452ad64ce
28
29 diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
30 new file mode 100644
31 index 00000000..125d009
32 --- /dev/null
33 +++ b/dev-python/tqdm/metadata.xml
34 @@ -0,0 +1,19 @@
35 +<?xml version="1.0" encoding="UTF-8"?>
36 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 +<pkgmetadata>
38 + <maintainer type="person">
39 + <email>horea.christ@×××××.com</email>
40 + <name>Horea Christian</name>
41 + </maintainer>
42 + <maintainer type="project">
43 + <email>proxy-maint@g.o</email>
44 + <name>Proxy Maintainers</name>
45 + </maintainer>
46 + <longdescription lang="en">
47 + Instantly make your loops show a progress meter - just wrap
48 + any iterator with "tqdm(iterator)", and you're done!
49 + </longdescription>
50 + <upstream>
51 + <remote-id type="github">noamraph/tqdm</remote-id>
52 + </upstream>
53 +</pkgmetadata>
54
55 diff --git a/dev-python/tqdm/tqdm-0_pre20140115.ebuild b/dev-python/tqdm/tqdm-0_pre20140115.ebuild
56 new file mode 100644
57 index 00000000..e60bec1
58 --- /dev/null
59 +++ b/dev-python/tqdm/tqdm-0_pre20140115.ebuild
60 @@ -0,0 +1,23 @@
61 +# Copyright 1999-2016 Gentoo Foundation
62 +# Distributed under the terms of the GNU General Public License v2
63 +# $Id$
64 +
65 +EAPI=6
66 +
67 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
68 +
69 +inherit distutils-r1 vcs-snapshot
70 +
71 +DESCRIPTION="Add a progress meter to your loops in a second."
72 +HOMEPAGE="https://github.com/noamraph/tqdm"
73 +COMMIT="da5fdbf7c05a9127f04ac5887292457e8335f480"
74 +SRC_URI="https://github.com/noamraph/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
75 +
76 +LICENSE="MIT"
77 +SLOT="0"
78 +KEYWORDS="~x86 ~amd64"
79 +IUSE=""
80 +
81 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
82 +RDEPEND=""
83 +
84
85 diff --git a/dev-python/tqdm/tqdm-9999.ebuild b/dev-python/tqdm/tqdm-9999.ebuild
86 new file mode 100644
87 index 00000000..98fb54f
88 --- /dev/null
89 +++ b/dev-python/tqdm/tqdm-9999.ebuild
90 @@ -0,0 +1,22 @@
91 +# Copyright 1999-2016 Gentoo Foundation
92 +# Distributed under the terms of the GNU General Public License v2
93 +# $Id$
94 +
95 +EAPI=6
96 +
97 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
98 +
99 +inherit distutils-r1 git-r3
100 +
101 +DESCRIPTION="Add a progress meter to your loops in a second."
102 +HOMEPAGE="https://github.com/noamraph/tqdm"
103 +SRC_URI=""
104 +EGIT_REPO_URI="https://github.com/noamraph/tqdm"
105 +
106 +LICENSE="MIT"
107 +SLOT="0"
108 +KEYWORDS=""
109 +IUSE=""
110 +
111 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
112 +RDEPEND=""