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, 1 Oct 2023 03:22:05 +0000 (UTC) [thread overview]
Message-ID: <1696130521.9cd0065c56b8ef4258c49ccad8d96138838c722c.mgorny@gentoo> (raw)
commit: 9cd0065c56b8ef4258c49ccad8d96138838c722c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 03:17:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 03:22:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd0065c
dev-python/arrow: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/arrow/Manifest | 1 +
dev-python/arrow/arrow-1.3.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
index 7a7b11727ef6..a54604b6ff22 100644
--- a/dev-python/arrow/Manifest
+++ b/dev-python/arrow/Manifest
@@ -1 +1,2 @@
DIST arrow-1.2.3.tar.gz 127552 BLAKE2B 35f5b694d819d80913b5938e4af71f413fd3944636c1e89a79e868c03cb423f75692c1f0e8d85dba21e640591f8cd0404cdc6d77dd59956490d268fb4c9fdc7b SHA512 e90276f50bf8521570cc2cdbf011ff376e0d5bada0576bbfc76f6c63730c13f7eba1d978cc3a481e7c7356b0dce7c554f19cbf3ef03b280c5515be72d2c7d177
+DIST arrow-1.3.0.tar.gz 131960 BLAKE2B 892ed898ea09a00ca100eada18956994d3567836c30feec50e1d2d1bca6a603c3f9254def16cd55b46e68c1530f8bf7c0f55401b458cc5aadf0883ade0899e90 SHA512 f0725e75d1005e0177bb234b3d2523aaf9e882ec08b020f6b3737a3af27af3c8c031aee9dcba0332595845a09a0286d56662b77ddad8a6da928ba37201725239
diff --git a/dev-python/arrow/arrow-1.3.0.ebuild b/dev-python/arrow/arrow-1.3.0.ebuild
new file mode 100644
index 000000000000..b77f1acf1f27
--- /dev/null
+++ b/dev-python/arrow/arrow-1.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Better dates and times for Python"
+HOMEPAGE="
+ https://github.com/arrow-py/arrow/
+ https://pypi.org/project/arrow/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ >=dev-python/python-dateutil-2.7.0[${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
+ # unnecessary type stub deps
+ sed -i -e '/types-/d' pyproject.toml || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2023-10-01 3:22 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-01 3:22 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-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
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=1696130521.9cd0065c56b8ef4258c49ccad8d96138838c722c.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