public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dateutil/
Date: Wed, 11 May 2016 20:33:29 +0000 (UTC)	[thread overview]
Message-ID: <1462998801.fe92c7aaec90496730025bbbdf05e06d3cf70497.floppym@gentoo> (raw)

commit:     fe92c7aaec90496730025bbbdf05e06d3cf70497
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 20:06:27 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 11 20:33:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe92c7aa

dev-python/python-dateutil: bump to 2.5.3

Package-Manager: portage-2.2.28_p106

 dev-python/python-dateutil/Manifest                |  1 +
 .../python-dateutil/python-dateutil-2.5.3.ebuild   | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python-dateutil/Manifest b/dev-python/python-dateutil/Manifest
index 9f22b00..9becc0c 100644
--- a/dev-python/python-dateutil/Manifest
+++ b/dev-python/python-dateutil/Manifest
@@ -3,3 +3,4 @@ DIST python-dateutil-2.2.tar.gz 259085 SHA256 eec865307ebe7f329a6a9945c15453265a
 DIST python-dateutil-2.4.0.tar.gz 195214 SHA256 439df33ce47ef1478a4f4765f3390eab0ed3ec4ae10be32f2930000c8d19f417 SHA512 2e62e6fe430838bbb86e94dd3b224e5a0676f06a1c0fecf11ae6954f98916b4b91555bdeabfb6c458516fcee2462a731ebcb8c551fd7ceb808f9f55d5bdb7408 WHIRLPOOL ca717566d50b32e7a346569a391f8d47c86a5c5c833d8083c7fb26e5eaeb45c590e563b9cf8dd2b2d8ff5210b0b8c08d7bc58d87aac3ffb333546622db66c76f
 DIST python-dateutil-2.4.1.post1.tar.gz 207628 SHA256 aa9bdbd60c395db90204609f1fb5aeb3797870f65c09f04f243476d22f8f4615 SHA512 abd2b00f93cb4a4513da52c2f4c9ee632f1db1de583179b6e20a948463cf830ac339b7be6f7b6c5f9a823d0da955a48aee16c8d769eaaf33421090a5fbd199ce WHIRLPOOL 8c86898994dd65ee06034de47b47937203db66f9e8ae64c72c220464e9e590aa0e9e6a1e94b76fa9ed2571b11e5beb6f7d637937cc05f6c262e18c7130cf4a9b
 DIST python-dateutil-2.4.2.tar.gz 209120 SHA256 3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d SHA512 8e38721e6d132850f85e7808d2731285d2c12eae2a3e0cbebe05265d0837ad22d4d94b611e146028ea3d23a3e2611b281dd6224081a69dfe4b58cf3b378d7f0d WHIRLPOOL 88ddb75f52a95a6b7197b41364b80968bf2c21a3bda9c7b992726ef35ca934a66a5d8ccd773d7647f985541d87c66fa94af13600b0165707af9b73d1bff8887e
+DIST python-dateutil-2.5.3.tar.gz 236877 SHA256 1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed SHA512 413b935321f0a65fd8e8ba49990acd5bed60b9bcd614837a26c1cf52ecbf268543a97791dfa7b91ebf183866a8de7be302ca7d18d10352e897994f60bce5df62 WHIRLPOOL dd199467d5ddccb7a82b0f08d3ccc5695f542e62f7bddc1d9b01fefcdeb91cb119a5978901b0bc84af0d69482e7f984fa512e5978a1e791753b1c3ee64c87103

diff --git a/dev-python/python-dateutil/python-dateutil-2.5.3.ebuild b/dev-python/python-dateutil/python-dateutil-2.5.3.ebuild
new file mode 100644
index 0000000..37ef867
--- /dev/null
+++ b/dev-python/python-dateutil/python-dateutil-2.5.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions to the standard Python datetime module"
+HOMEPAGE="
+	https://dateutil.readthedocs.org/
+	https://pypi.python.org/pypi/python-dateutil
+	https://github.com/dateutil/dateutil/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+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"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/six-1.5[${PYTHON_USEDEP}]
+	sys-libs/timezone-data"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+	# don't install zoneinfo tarball
+	sed -i '/package_data=/d' setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2016-05-11 20:33 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 20:33 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-08 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dateutil/ Michał Górny
2025-02-15  7:12 Michał Górny
2024-10-14 12:42 Michał Górny
2024-05-09 17:32 Michał Górny
2024-03-16  9:31 Arthur Zamarin
2024-03-02  6:43 Michał Górny
2023-05-25 14:38 Michał Górny
2022-06-13  8:23 Michał Górny
2022-05-11 14:05 Michał Górny
2022-05-11 14:05 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-08-15  7:42 Michał Górny
2021-07-03  8:16 Michał Górny
2021-05-07 22:22 Michał Górny
2020-09-20 10:24 Michał Górny
2020-05-26  9:26 Michał Górny
2020-02-12 16:14 Agostino Sarubbo
2020-01-27 11:31 Mikle Kolyada
2020-01-26 11:32 Sergei Trofimovich
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2020-01-23 10:56 Agostino Sarubbo
2020-01-23 10:52 Agostino Sarubbo
2020-01-23 10:40 Agostino Sarubbo
2020-01-23 10:36 Agostino Sarubbo
2020-01-22 19:44 Michał Górny
2020-01-22 19:44 Michał Górny
2019-11-26  0:10 Patrick McLean
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2019-10-17 22:30 Aaron W. Swenson
2018-10-27 19:20 Sebastian Pipping
2018-10-25 21:16 Sebastian Pipping
2018-09-16 20:25 Matt Turner
2018-09-16 20:25 Matt Turner
2018-08-20  5:01 Mikle Kolyada
2018-08-18 10:29 Michał Górny
2018-07-31  0:28 Mikle Kolyada
2018-07-20 15:53 Tobias Klausmann
2018-07-07  9:02 Sergei Trofimovich
2018-07-04 18:44 Sergei Trofimovich
2018-07-02  0:49 Thomas Deutschmann
2018-07-01 15:19 Pacho Ramos
2018-07-01  8:51 Sergei Trofimovich
2018-06-30 18:45 Mart Raudsepp
2018-05-07  0:12 Mart Raudsepp
2018-03-27 20:38 Tim Harder
2018-03-24 22:37 Tim Harder
2018-02-21 17:20 Michał Górny
2017-08-27  8:07 Tim Harder
2017-06-15 18:19 Markus Meier
2017-05-22 16:48 Tobias Klausmann
2017-05-22 11:40 Agostino Sarubbo
2017-05-19 21:44 Michael Weber
2017-05-06 11:13 Jeroen Roovers
2017-05-03  9:26 Michał Górny
2017-02-13  8:04 Zac Medico
2016-11-30 13:54 Lars Wendler
2016-03-15  3:25 Tim Harder
2015-10-19 16:29 Justin Lecher

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=1462998801.fe92c7aaec90496730025bbbdf05e06d3cf70497.floppym@gentoo \
    --to=floppym@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