public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/
Date: Mon, 24 Aug 2015 10:12:21 +0000 (UTC)	[thread overview]
Message-ID: <1440411131.3ac330bc39d63fc6084bc01881452a86015cd7cb.jlec@gentoo> (raw)

commit:     3ac330bc39d63fc6084bc01881452a86015cd7cb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 07:06:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:12:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac330bc

dev-python/progress: New package, ebuild written by me

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/progress/Manifest            |  1 +
 dev-python/progress/metadata.xml        |  5 +++++
 dev-python/progress/progress-1.2.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest
new file mode 100644
index 0000000..f9eb1c3
--- /dev/null
+++ b/dev-python/progress/Manifest
@@ -0,0 +1 @@
+DIST progress-1.2.tar.gz 4951 SHA256 5b6a50f9ac76820f619d7789b5354881c8c10060a64047e415868d8f503cc2eb SHA512 bd09e63a1cc1b24260b66e6f963deaeb6da87b08c376a4e2da179badc23eeb3e9ca213872d1da8caa5e2475cc1b7bb2022389bb8d7f1c9e1ca8f755406648116 WHIRLPOOL 1c6294b4a504f57eb94b50a4c1cf3454203df239315b1f5d5ef62c0ab0152c61b66eae7bdca70bd9230c78585a8620c997f4d67e1011cc89390279b7954ae67f

diff --git a/dev-python/progress/metadata.xml b/dev-python/progress/metadata.xml
new file mode 100644
index 0000000..301d220
--- /dev/null
+++ b/dev-python/progress/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+</pkgmetadata>

diff --git a/dev-python/progress/progress-1.2.ebuild b/dev-python/progress/progress-1.2.ebuild
new file mode 100644
index 0000000..534cc24
--- /dev/null
+++ b/dev-python/progress/progress-1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3  )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Easy to use progress bars"
+HOMEPAGE="https://pypi.python.org/pypi/progress http://github.com/verigak/progress/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="ISC"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Not bundled
+RESTRICT="test"
+
+python_test() {
+	"${PYTHON}" test_progress.py || die
+}


             reply	other threads:[~2015-08-24 10:12 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 10:12 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-06  5:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/ Jeroen Roovers
2015-09-08  8:16 Joshua Kinard
2015-09-22 17:36 Tobias Klausmann
2015-09-29 20:51 Markus Meier
2015-10-10 18:49 Mikle Kolyada
2015-10-11 11:25 Justin Lecher
2015-11-02 13:09 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-19 10:25 Agostino Sarubbo
2015-11-22 19:24 Markus Meier
2015-11-23  6:44 Jeroen Roovers
2017-05-26 22:37 Patrice Clement
2019-12-08 15:02 Joonas Niilola
2020-02-05 19:12 Michał Górny
2020-03-07  8:59 Agostino Sarubbo
2020-03-07  9:44 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 10:58 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 11:06 Agostino Sarubbo
2020-03-28 12:42 Michał Górny
2020-03-28 12:42 Michał Górny
2020-03-28 12:42 Michał Górny
2020-10-10  6:19 Michał Górny
2020-11-15  5:25 Sam James
2020-11-15  7:54 Michał Górny
2021-07-29  5:51 Michał Górny
2021-08-30  1:23 Sam James
2021-08-30  5:54 Michał Górny
2022-06-05 16:10 Arthur Zamarin
2022-07-10 16:58 Sam James
2022-07-10 19:09 Michał Górny
2023-06-01 13:40 Michał Górny
2023-11-24 15:29 Michał Górny
2024-05-18  6:58 Michał Górny
2024-05-18  6:58 Michał Górny
2025-02-27 21:15 Michał Górny
2025-05-27 15:54 Michał Górny
2025-07-02  4:55 Michał Górny
2025-07-19 10:42 Arthur Zamarin
2025-07-19 11:06 Michał Górny

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=1440411131.3ac330bc39d63fc6084bc01881452a86015cd7cb.jlec@gentoo \
    --to=jlec@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