From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aniso8601/
Date: Thu, 19 Oct 2017 08:20:07 +0000 (UTC) [thread overview]
Message-ID: <1508401178.858f80e0c543e08a5f216c615b35266b875b1e1a.radhermit@gentoo> (raw)
commit: 858f80e0c543e08a5f216c615b35266b875b1e1a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 07:34:54 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 08:19:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858f80e0
dev-python/aniso8601: version bump to 1.3.0
dev-python/aniso8601/Manifest | 1 +
dev-python/aniso8601/aniso8601-1.3.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index 5250c049abb..749e9899347 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1,2 +1,3 @@
DIST aniso8601-1.2.0.tar.gz 59998 SHA256 502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4 SHA512 1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311 WHIRLPOOL 3e62c9b82ef54132fabc4ba20b2ce8711926cb2e162cdd083de1ffdb986b46dfa2608a928e7f0231552507d4c4c144dcd1458491e269ed81283c06ac23414bee
DIST aniso8601-1.2.1.tar.gz 62369 SHA256 e7ba4f42d3aea75909c79b1f4c4614768b4f13fbb98fc658a7b6061ddb0be47c SHA512 92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7 WHIRLPOOL fb75d112c30aa951d7c44a00a86fc231e359e6c2a5b2457219ff8214de528a651304044d92414e066ce48a400f31fea139abe6f04d7a88c20fd22e492e2ded50
+DIST aniso8601-1.3.0.tar.gz 57730 SHA256 c3b5246f5601b6ae5671911bc4ee5b3e3fe94752e8afab5ce074d8b1232952f1 SHA512 33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f WHIRLPOOL 1beec6692b4fe869cb241dd474940b9fcd56a9d100e41b1c9a735b4c8b8587dff0cdb9fcdba3704415e980ca5343ca0553ab1396d561583b96e65dae615d7e81
diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
new file mode 100644
index 00000000000..97eb7aae14b
--- /dev/null
+++ b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for parsing ISO 8601 strings"
+HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+python_test() {
+ "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2017-10-19 8:20 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 8:20 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/aniso8601/ Michał Górny
2025-01-25 10:05 Arthur Zamarin
2025-01-10 5:31 Michał Górny
2024-06-15 15:08 Petr Vaněk
2023-06-06 16:12 Michał Górny
2023-03-16 3:44 Michał Górny
2022-06-21 18:51 Arthur Zamarin
2022-06-21 18:49 Arthur Zamarin
2022-05-18 10:47 Andrew Ammerlaan
2021-05-09 9:36 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-02 8:43 Michał Górny
2021-03-02 8:21 Michał Górny
2021-03-02 3:14 Sam James
2021-02-19 0:12 Michał Górny
2021-01-30 9:19 Michał Górny
2020-07-08 12:47 Michał Górny
2020-07-08 12:47 Michał Górny
2020-04-17 10:13 Michał Górny
2020-02-03 20:46 Michał Górny
2019-12-02 21:13 Aaron Bauman
2018-08-30 17:50 Matt Thode
2018-07-01 3:24 Tim Harder
2018-03-19 6:09 Tim Harder
2018-03-19 6:09 Tim Harder
2018-03-19 6:09 Tim Harder
2017-08-31 17:38 Tim Harder
2017-02-13 8:06 Zac Medico
2016-10-30 22:39 Tim Harder
2016-10-30 22:39 Tim Harder
2016-03-15 3:25 Tim Harder
2016-02-18 10:22 Patrick Lauer
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=1508401178.858f80e0c543e08a5f216c615b35266b875b1e1a.radhermit@gentoo \
--to=radhermit@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