public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/
Date: Fri, 19 Jun 2020 21:00:08 +0000 (UTC)	[thread overview]
Message-ID: <1592600381.79e31150ab0ebbea018d238bf545ff79fc0d6717.mgorny@gentoo> (raw)

commit:     79e31150ab0ebbea018d238bf545ff79fc0d6717
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 20:58:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 20:59:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e31150

dev-python/arrow: Bump to 0.15.7, py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
index 03c1fd597a0..9c0d0fb8b67 100644
--- a/dev-python/arrow/Manifest
+++ b/dev-python/arrow/Manifest
@@ -1,3 +1,4 @@
 DIST arrow-0.13.1.tar.gz 148509 BLAKE2B 7a47f8886cc2f50f6dda682daab37c599aad15c7e4a0c76b1324f9fe3a1b8168e3a2b29352bdc9c4daf0fa3b3843fa919d5256997c673bcb24ca033312242b60 SHA512 4933e02fe4ef7a632d55e5c6d2cbcefe6840467c809e0377be92f02d0dc10b5b2421cea2be7ddd5158236ec80f44848125253bfeef5a2ae635a3b9c5761fa105
 DIST arrow-0.15.5.tar.gz 82264 BLAKE2B 2091e16921a5f9f944de3f25ce853b50973d970d982b880fafa75ee37f98110dde05bfd02bb8ce27518ed17600e5bcfb8602c353d7e3af249aa4bfc4b642356d SHA512 cb147a1f2976e6cedddbf2d2d0d5ce69a4a609d4c0c3d68f96b317fc2af334552cb0c1a94aa5bb38e6d74ca7e1beab1ae8a325920a15efd79c35835c92df2409
 DIST arrow-0.15.6.tar.gz 83160 BLAKE2B 1a79e91a3185b8866653646f1a553d141b0c20b4712ab809add0362c76f7f9086a259db9827423074387017c439664e5c8bd663b719eadf725a4de608f370cc2 SHA512 c56316f8c535c6f14ccaab32e2559b45309170fd47e8728cdd8c0e2af9398264f90fbdd0ece82d14e3f959d24b186fac3e8bb52cf7a64fe0dcd4c247650c73b5
+DIST arrow-0.15.7.tar.gz 89278 BLAKE2B 591fbd63aaeb644ab21f0499df7929cdafe181ad9065459677c84347395dcc694e39db47d596b4d3f920e32e3f1e03da1d9e85c8f197d545dd335e9055a65f47 SHA512 28cfc9edbf013ee03bb52c9794333d725a4fc967f0c8c6837931fc6994e08c367763deb193b8eae8b931cf849294bfce3470316c0a1b73340eb96ca1c9d8959c

diff --git a/dev-python/arrow/arrow-0.15.7.ebuild b/dev-python/arrow/arrow-0.15.7.ebuild
new file mode 100644
index 00000000000..be803b27abc
--- /dev/null
+++ b/dev-python/arrow/arrow-0.15.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+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 ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+BDEPEND="
+	test? (
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
+		dev-python/simplejson[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i -e '/addopts/d' tox.ini || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2020-06-19 21:00 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19 21:00 Michał Górny [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-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
2017-01-06 15:06 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=1592600381.79e31150ab0ebbea018d238bf545ff79fc0d6717.mgorny@gentoo \
    --to=mgorny@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