public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johann Schmitz" <ercpe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
Date: Sat, 23 Jan 2016 07:01:53 +0000 (UTC)	[thread overview]
Message-ID: <1453532478.1ddc07eed736e619ba51f3f226f1bdfba03fa234.ercpe@gentoo> (raw)

commit:     1ddc07eed736e619ba51f3f226f1bdfba03fa234
Author:     Johann Schmitz <ercpe <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 07:00:53 2016 +0000
Commit:     Johann Schmitz <ercpe <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 07:01:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddc07ee

dev-python/shortuuid: Version bump to 0.4.3; added support for test

Package-Manager: portage-2.2.26

 dev-python/shortuuid/Manifest               |  1 +
 dev-python/shortuuid/shortuuid-0.4.3.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
index e1e1920..427fb3c 100644
--- a/dev-python/shortuuid/Manifest
+++ b/dev-python/shortuuid/Manifest
@@ -1 +1,2 @@
 DIST shortuuid-0.4.2.tar.gz 5367 SHA256 47fa452b53fcf15427e539efd9fee8e625a9aebeb81db9339df7aeede52c2b61 SHA512 c60122bffdf458fb6aaf8ff4883d15f121ce8e5c0b24b99609171cc7bb103a1dbbf876b39e84129b50cc6ebfc1310740ffe684f7dfd93c750d0ff55d483273a3 WHIRLPOOL 648a63a48ecc2b8609b6d83cff41314b90b78488d85cfa2eed4b363029905d0d0238e52dad4f014dc419a6e8ed72fe1cdfc48f02d6e363aaf0ef1ac5b387a7f9
+DIST shortuuid-0.4.3.tar.gz 6096 SHA256 4606dbb19124d98109c00e2cafae2df8117aec02115623e18fb2abe3f766d293 SHA512 409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e WHIRLPOOL 3b9494b9332ab6fb04bdc6ab50271bc192a6c93fdbddab9d58ebee5d4e33f9823db389b1318dddb9518eb10b57ff30e74328c5ad109684310a8aa22465cb2503

diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
new file mode 100644
index 0000000..a746f39
--- /dev/null
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
+HOMEPAGE="https://pypi.python.org/pypi/shortuuid"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+		test? ( dev-python/pep8[${PYTHON_USEDEP}] )"
+
+python_test() {
+	${EPYTHON} ${PN}/tests.py || die "Tests failed with ${EPYTHON}"
+}
\ No newline at end of file


             reply	other threads:[~2016-01-23  7:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23  7:01 Johann Schmitz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-16 16:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/ Ian Delaney
2016-08-06 16:51 Michał Górny
2017-01-22 14:53 Agostino Sarubbo
2017-01-22 15:01 Agostino Sarubbo
2017-05-11 13:34 Manuel Rüger
2018-03-03  9:10 Michael Palimaka
2018-11-15  1:01 Virgil Dupras

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=1453532478.1ddc07eed736e619ba51f3f226f1bdfba03fa234.ercpe@gentoo \
    --to=ercpe@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