public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/
Date: Fri,  6 Jan 2017 15:06:14 +0000 (UTC)	[thread overview]
Message-ID: <1483715160.bf9d4d21ac32280ca0c47046d0f1cc2ef06ad279.mrueg@gentoo> (raw)

commit:     bf9d4d21ac32280ca0c47046d0f1cc2ef06ad279
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 15:06:00 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 15:06:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9d4d21

dev-python/arrow: Version bump to 0.10.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/arrow/Manifest            |  1 +
 dev-python/arrow/arrow-0.10.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
index 119bb60..0e2b694 100644
--- a/dev-python/arrow/Manifest
+++ b/dev-python/arrow/Manifest
@@ -1 +1,2 @@
+DIST arrow-0.10.0.tar.gz 86506 SHA256 805906f09445afc1f0fc80187db8fe07670e3b25cdafa09b8d8ac264a8c0c722 SHA512 a2baa23f1424b21506f3b664f0ef02d09f91b9cfaf6e0badfa544f42c750ed51136ae0e8910ac24207c0265a1b233f10a6f3cbafee3124b5f5c4fd965cfd01c0 WHIRLPOOL 25ed084436718040d0d516d5f2bfa87760770329d90e93771bd0c86761de44a39699d9b55889a5598499162674b3323e7246471f05076154d35dde460110108f
 DIST arrow-0.8.0.tar.gz 81664 SHA256 b210c17d6bb850011700b9f54c1ca0eaf8cbbd441f156f0cd292e1fbda84e7af SHA512 b6c01970d408e1169d042f593859577eef9961a2e7d6e0d5d01ddbdc001f806ca191cf152bd2d4060a877aeabee6754f06c3b91fbca53ee0a135a9355d08b347 WHIRLPOOL 60d6045ccc229cdf9f8a71f2622a6529eadde6bc58277c74bf81b38c8057f5bdab112ba46e04ca9765a34cf2b2a3de9eee0c86d650ff286f4d0bde09668c4e16

diff --git a/dev-python/arrow/arrow-0.10.0.ebuild b/dev-python/arrow/arrow-0.10.0.ebuild
new file mode 100644
index 00000000..93f2cf2
--- /dev/null
+++ b/dev-python/arrow/arrow-0.10.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Better dates and times for Python"
+HOMEPAGE="https://github.com/crsmithdev/arrow/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
+	dev-python/chai[${PYTHON_USEDEP}]
+	dev-python/simplejson[${PYTHON_USEDEP}]
+	${RDEPEND} )"
+
+python_prepare() {
+	sed -i -e "/with-coverage/d" setup.cfg || die
+}
+
+python_test() {
+	nosetests -v || die
+}


             reply	other threads:[~2017-01-06 15:06 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06 15:06 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ Michał Górny
2024-05-12 16:30 Michał Górny
2023-11-02  5:37 Michał Górny
2023-10-01  3:22 Michał Górny
2023-07-08 10:47 Benda XU
2023-05-25 21:52 Sam James
2023-03-16  3:44 Michał Górny
2022-10-05 10:44 Michał Górny
2022-10-05  7:56 Arthur Zamarin
2022-09-04 16:22 Michał Górny
2022-05-11 14:32 Michał Górny
2022-02-27 20:03 Michał Górny
2022-01-27 19:48 Arthur Zamarin
2022-01-17 13:02 James Le Cuirot
2022-01-10  5:13 Joshua Kinard
2021-12-31 16:53 Matt Turner
2021-11-28 19:27 Michał Górny
2021-11-27 11:04 Sam James
2021-11-26 20:31 Arthur Zamarin
2021-11-09 14:01 Michał Górny
2021-11-08 19:32 Sam James
2021-11-08 19:32 Sam James
2021-11-06 19:56 Sam James
2021-11-06  0:48 Sam James
2021-11-05  2:20 Sam James
2021-10-26  6:38 Sam James
2021-10-25  5:24 Michał Górny
2021-10-23  7:27 Michał Górny
2021-10-11  1:20 Sam James
2021-10-10 20:43 Sam James
2021-10-10  0:09 Sam James
2021-10-06 13:07 Yixun Lan
2021-10-04 23:10 Sam James
2021-10-04 17:44 Sam James
2021-09-30  6:26 Michał Górny
2021-08-02  5:44 Michał Górny
2021-08-01 23:49 Sam James
2021-06-24 18:40 Michał Górny
2021-06-05 12:56 Michał Górny
2021-04-28  8:16 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-03-30 11:04 Michał Górny
2021-03-30  9:27 Sam James
2021-03-07 17:51 Michał Górny
2021-03-01  8:25 Michał Górny
2021-02-27 21:30 Michał Górny
2021-02-26 14:35 Michał Górny
2020-11-15 13:07 Michał Górny
2020-11-15 11:02 Sam James
2020-10-07  7:28 Michał Górny
2020-09-24  6:59 Agostino Sarubbo
2020-09-02  6:41 Michał Górny
2020-09-01 20:59 Sam James
2020-08-24  6:35 Michał Górny
2020-07-30 20:46 Michał Górny
2020-07-25  0:07 Sam James
2020-07-25  0:07 Sam James
2020-07-24 14:31 Michał Górny
2020-07-08 12:58 Michał Górny
2020-07-08 12:58 Michał Górny
2020-06-19 21:00 Michał Górny
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-05-16 15:37 Michał Górny
2020-05-04  7:08 Michał Górny
2020-04-26 20:40 Michał Górny
2020-03-26 11:48 Michał Górny
2020-02-04 12:30 Michał Górny
2019-04-12 19:44 Matthew Thode
2019-02-07 10:55 Manuel Rüger
2018-09-09 21:41 Patrice Clement
2017-05-02  9:48 Michał Górny
2017-04-28 16:39 Manuel Rüger
2016-10-29 22:06 Manuel Rüger

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=1483715160.bf9d4d21ac32280ca0c47046d0f1cc2ef06ad279.mrueg@gentoo \
    --to=mrueg@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