public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
Date: Sat, 30 Sep 2017 15:29:58 +0000 (UTC)	[thread overview]
Message-ID: <1506785392.144c17430fabb353208897b036148aedab08800c.patrick@gentoo> (raw)

commit:     144c17430fabb353208897b036148aedab08800c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 06:32:47 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 15:29:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144c1743

dev-python/iso8601: Bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/iso8601/Manifest              |  1 +
 dev-python/iso8601/iso8601-0.1.12.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest
index ef2b4ad0bb0..66610395e5c 100644
--- a/dev-python/iso8601/Manifest
+++ b/dev-python/iso8601/Manifest
@@ -1,2 +1,3 @@
 DIST iso8601-0.1.10.tar.gz 8405 SHA256 e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1 SHA512 5a3635b3daf6c5ccfd0dfdf47bcd60a0841c06137b3ee334ec024909fa24c8fe4a1da1fa253e0a5dfaca173d4b10dfd994b83a031b2a0385406ca92987098168 WHIRLPOOL dc491a7b1b22e9cdf6b49b92c9378273d887a9a7760a501abb08931ffec0e07368ce378a69a2e91b95bb068b56a6d4f60e77e57079111694e05bc080eddb6a1f
 DIST iso8601-0.1.11.tar.gz 8725 SHA256 e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30 SHA512 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0 WHIRLPOOL 99f80758f28b80d45ff27c31d431546262a011473c714248562259811de143133a1eee34fb835993d612af1419960b3692c9f3cb9824a0c9c440d1e9a54bc9de
+DIST iso8601-0.1.12.tar.gz 8868 SHA256 49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82 SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 WHIRLPOOL 1ca565ff9cf71aee523d0a7d85ac122c8a3fc3ababb8f20067cb49b31aa60670ab5b976dfbca81c47040663636256d270e054b89709e1457ef6c566d4b32775c

diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild
new file mode 100644
index 00000000000..b5793936c2f
--- /dev/null
+++ b/dev-python/iso8601/iso8601-0.1.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple module to parse ISO 8601 dates"
+HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
+
+python_test() {
+	"${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2017-09-30 15:30 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-30 15:29 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-09 17:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/ Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-10-03  5:11 Michał Górny
2023-07-10  1:47 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-06-09 12:22 Michał Górny
2023-05-27 13:21 Michał Górny
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:16 Arthur Zamarin
2022-09-28 18:34 Michał Górny
2022-05-12 14:18 Michał Górny
2022-02-27 18:58 Michał Górny
2022-01-26 23:19 Michał Górny
2021-12-23 18:46 Michał Górny
2021-12-23 18:17 Arthur Zamarin
2021-12-09 22:51 Michał Górny
2021-12-09 21:55 Arthur Zamarin
2021-11-23 22:05 Michał Górny
2021-11-23 12:14 Michał Górny
2021-11-23  8:16 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-08  8:31 Michał Górny
2021-08-26  8:15 Michał Górny
2021-08-26  3:00 Sam James
2021-07-17  7:03 Michał Górny
2021-05-07 10:52 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-02-05 21:28 Michał Górny
2021-01-21  1:05 Sam James
2021-01-21  1:05 Sam James
2020-09-20 13:11 Michał Górny
2020-05-25 19:27 Michał Górny
2020-03-27 16:30 Michał Górny
2019-11-16 13:53 Michał Górny
2019-11-16 13:53 Michał Górny
2018-05-07 10:19 Mart Raudsepp
2018-05-07  7:12 Michał Górny
2018-05-07  0:12 Mart Raudsepp
2018-02-21 20:18 Michał Górny
2018-02-05 21:54 Michał Górny
2016-11-06 21:39 Matt Thode
2016-01-03 16:08 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=1506785392.144c17430fabb353208897b036148aedab08800c.patrick@gentoo \
    --to=patrick@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