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: Sun,  7 Mar 2021 17:51:54 +0000 (UTC)	[thread overview]
Message-ID: <1615139509.9f50927caf46203eeb18254ff88441980e4a6b47.mgorny@gentoo> (raw)

commit:     9f50927caf46203eeb18254ff88441980e4a6b47
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 17:39:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 17:51:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f50927c

dev-python/arrow: Bump to 1.0.3

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

 dev-python/arrow/Manifest           |  1 +
 dev-python/arrow/arrow-1.0.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
index 822eb926539..6cf9e746646 100644
--- a/dev-python/arrow/Manifest
+++ b/dev-python/arrow/Manifest
@@ -2,3 +2,4 @@ DIST arrow-0.17.0.tar.gz 97411 BLAKE2B d908f9e98b4046aa8afbde992e108106e0cb81d5d
 DIST arrow-1.0.0.tar.gz 101951 BLAKE2B b8949dc2274f44020bd70e1013b3b3053789319daae0c630e17d2bac66d614e958b2d34ed9b06a1a5502a21684de10e053d4f1e70bfaf9a630548135d72f364f SHA512 4e487a0c1c6f55361b8ec673082d61efec1b27a32b19e2e599a344407737e5eea47ee8e2173b2f089e69a5638f99022870bb3ac57f31c16d5b4efd2858933fa8
 DIST arrow-1.0.1.tar.gz 102243 BLAKE2B bad601878bf692858db56967b456fa0c413faebcaaeee352ffe40933cfd915dca8dbbcc2ce4e4f37e03b393acdbfc94d49b8825664a9d1e246ae91a350e9cfcd SHA512 5500df4af6ac8c2858dc98a427a4b81d51d08a4bb44841ef03bbb3a57c9c9004a306e5d627a5202d5b7498dfb71c3602c1ec265666958a94b95861c901ecd79a
 DIST arrow-1.0.2.tar.gz 102330 BLAKE2B 2f7b737890aceceb265d2790d163c2d2325e78cc9045a95523b4e71d520f7d1fdb10efd18ccfc305bf10b27cf8f503a4e5bfc81897936b7c63600a3569ddd230 SHA512 a1ddfda75c84bd1e7708ba8368bbf672b1906bcd3a10cfb9ff867c72acd4da977089b4059b16de29c6112ce793e459f9eaa173f345bd25727c2dcbacbe235b05
+DIST arrow-1.0.3.tar.gz 102536 BLAKE2B 020b9b12a529f31c8054cfe98b99ee791cd1f2889422e4bb1b0bb6873ff4c1748951b63d20d2526af2bea3ff13b26d809b35eed36984d1063c35c334d76ee416 SHA512 f8da6574758ca1f319ed9d71e4fc6e44d3c3db0a6fe36c8868c3515ab789093660e3d57d6de60813cf2eb57c7a3a8bfe92facbb410a383528cb1fbc37d860b49

diff --git a/dev-python/arrow/arrow-1.0.3.ebuild b/dev-python/arrow/arrow-1.0.3.ebuild
new file mode 100644
index 00000000000..81e5cb7ef66
--- /dev/null
+++ b/dev-python/arrow/arrow-1.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Better dates and times for Python"
+HOMEPAGE="https://github.com/arrow-py/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-2.7.0[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+	' python3_7)"
+
+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:[~2021-03-07 17:51 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 17:51 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-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
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=1615139509.9f50927caf46203eeb18254ff88441980e4a6b47.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