From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/
Date: Tue, 31 Dec 2024 05:26:28 +0000 (UTC) [thread overview]
Message-ID: <1735622784.a61f424389d0bf803ba1632d67c9487144d02af6.mgorny@gentoo> (raw)
commit: a61f424389d0bf803ba1632d67c9487144d02af6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 05:17:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 05:26:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61f4243
dev-python/tempora: Bump to 5.8.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempora/Manifest | 1 +
dev-python/tempora/tempora-5.8.0.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
index 9ffbb14c534c..30128f3db181 100644
--- a/dev-python/tempora/Manifest
+++ b/dev-python/tempora/Manifest
@@ -1,2 +1,3 @@
DIST tempora-5.7.0.tar.gz 22239 BLAKE2B 11c9ba681b1973b75e22cc4a2c8bcc1a2620e0284ce1b7d42fda25ce8c2a35bd4a9a4b329013143dbfd27613a327fb8d3d048d1230f679a240ed5ea6abc9761a SHA512 4c1bc7e45cfa1f415bfa6bcee3d6b82246477279b89328a98b8b944dddf7184a515e0733bb868321f63cbcb21fcb7847543a2643c059e6d2e0721c2e66ad4239
DIST tempora-5.7.1.tar.gz 23234 BLAKE2B 882eef718f7f49b072de62d7bbdd023b11b602c173fd5e156d1b16176f9b5a5976b84966d8d07e2e27a87b49c3f79e7b043102ebb2f4b55f5c65e6ac6e17a5c8 SHA512 58d10ca6bc10994b65db1dc5d90af2446141ac0d7aef11459808c38bac76b775fbeefe11529a6c81d76659b8e2317f6a3de82ea94b300a0dab5596a16a1c7cea
+DIST tempora-5.8.0.tar.gz 23019 BLAKE2B 698dfd60181612f95ae5f411af0d909dc966c06250871cebc6ccf46caf9b1212814a15ad57ff00a520c16465a55b7f72fc1de51f0b41626f1c6511511d77adcf SHA512 387c08b2ec9b1f8345835f26a95aa47659399c9b2422168e114b2c28331e0ecdf627d0ba41a0279f3d74cb3da1670e3db918d83ccf9e169d3fc962926b4cfee5
diff --git a/dev-python/tempora/tempora-5.8.0.ebuild b/dev-python/tempora/tempora-5.8.0.ebuild
new file mode 100644
index 000000000000..fa874b15fdde
--- /dev/null
+++ b/dev-python/tempora/tempora-5.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_TESTED=( pypy3 python3_{10..13} python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Objects and routines pertaining to date and time"
+HOMEPAGE="
+ https://github.com/jaraco/tempora/
+ https://pypi.org/project/tempora/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+ >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/pytest-freezer[${PYTHON_USEDEP}]
+ ' "${PYTHON_TESTED[@]}")
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
+ einfo "Skipping tests on ${EPYTHON}"
+ return
+ fi
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -p freezer
+}
next reply other threads:[~2024-12-31 5:26 UTC|newest]
Thread overview: 140+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 5:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 8:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/ Michał Górny
2025-01-18 8:24 Michał Górny
2024-12-31 5:26 Michał Górny
2024-10-14 12:42 Michał Górny
2024-09-16 8:52 Louis Sautier
2024-08-10 6:28 Michał Górny
2024-08-10 6:28 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-12 6:56 Michał Górny
2024-07-06 7:40 Arthur Zamarin
2024-07-06 7:26 Arthur Zamarin
2024-07-06 6:59 Arthur Zamarin
2024-07-06 6:43 Arthur Zamarin
2024-07-06 6:39 Sam James
2024-07-06 6:39 Sam James
2024-07-06 6:14 Sam James
2024-07-05 18:41 Arthur Zamarin
2024-06-20 15:20 Michał Górny
2024-06-20 4:56 Michał Górny
2024-06-19 4:36 Michał Górny
2024-05-09 17:32 Michał Górny
2024-05-09 13:23 Michał Górny
2024-05-08 18:31 Michał Górny
2024-04-07 15:21 James Le Cuirot
2024-03-07 16:24 Michał Górny
2024-03-07 16:22 Michał Górny
2024-02-19 15:51 Michał Górny
2023-07-24 10:49 Michał Górny
2023-06-28 5:06 Michał Górny
2023-06-11 5:18 Michał Górny
2023-06-01 14:59 Michał Górny
2023-05-13 16:04 Michał Górny
2023-05-13 10:44 Arthur Zamarin
2023-04-11 3:14 Michał Górny
2023-02-16 20:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-02-07 9:26 Michał Górny
2023-01-19 6:08 Michał Górny
2023-01-02 14:54 Michał Górny
2022-12-25 17:50 Michał Górny
2022-12-25 16:45 Sam James
2022-11-20 7:45 Michał Górny
2022-08-17 19:34 Arthur Zamarin
2022-08-17 18:48 Sam James
2022-07-14 18:34 Arthur Zamarin
2022-06-16 11:47 Michał Górny
2022-06-16 9:40 Jakov Smolić
2022-06-02 8:32 Michał Górny
2022-05-13 16:31 Arthur Zamarin
2022-05-13 16:31 Arthur Zamarin
2022-04-26 4:03 Sam James
2022-03-16 8:07 Michał Górny
2022-03-15 17:56 Jakov Smolić
2022-02-04 12:04 Michał Górny
2022-01-09 5:13 Michał Górny
2021-11-13 9:51 Michał Górny
2021-11-13 9:26 Arthur Zamarin
2021-10-08 6:21 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-07-25 8:41 Michał Górny
2021-07-25 1:04 Sam James
2021-06-21 7:54 Michał Górny
2021-05-08 8:52 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-04-04 14:23 Michał Górny
2020-12-31 8:50 Michał Górny
2020-12-31 1:20 Sam James
2020-11-28 15:26 Sam James
2020-11-28 15:26 Sam James
2020-10-31 8:33 Michał Górny
2020-09-26 4:57 Matt Turner
2020-09-06 17:35 Sam James
2020-09-02 6:33 Sergei Trofimovich
2020-09-01 3:22 Sam James
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-08-19 9:17 Sam James
2020-07-28 17:28 Sergei Trofimovich
2020-07-19 18:33 Michał Górny
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-07-05 15:16 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-22 19:05 Mart Raudsepp
2020-06-10 8:11 Michał Górny
2020-05-27 7:16 Michał Górny
2020-05-16 11:25 Mikle Kolyada
2020-03-25 13:59 Michał Górny
2020-03-25 13:59 Michał Górny
2020-03-20 23:05 Louis Sautier
2020-03-20 23:05 Louis Sautier
2020-03-20 22:40 Louis Sautier
2020-03-20 22:40 Louis Sautier
2020-03-17 2:09 Matt Turner
2020-03-17 2:09 Matt Turner
2020-02-08 11:33 Sergei Trofimovich
2020-02-06 6:38 Michał Górny
2020-01-11 0:29 Louis Sautier
2020-01-05 12:48 Sergei Trofimovich
2019-12-31 15:18 Louis Sautier
2019-12-31 15:18 Louis Sautier
2019-12-12 2:19 Georgy Yakovlev
2019-12-10 19:25 Sergei Trofimovich
2019-12-10 19:25 Sergei Trofimovich
2019-12-08 23:32 Sergei Trofimovich
2019-12-08 23:31 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-11-27 12:59 Mikle Kolyada
2019-11-25 12:35 Michał Górny
2019-11-25 8:12 Patrick McLean
2019-11-22 0:20 Patrick McLean
2019-04-17 18:07 Aaron Bauman
2019-04-12 10:10 Louis Sautier
2019-04-12 10:10 Louis Sautier
2018-11-03 15:41 Louis Sautier
2018-11-03 15:41 Louis Sautier
2018-08-19 21:51 Louis Sautier
2018-07-25 21:10 Louis Sautier
2018-07-25 20:51 Louis Sautier
2018-07-04 20:29 Louis Sautier
2018-07-04 20:29 Louis Sautier
2018-06-26 14:18 Louis Sautier
2018-06-26 14:18 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-06-03 2:13 Aaron Bauman
2018-06-03 2:13 Aaron Bauman
2018-03-07 19:47 Markus Meier
2018-01-24 23:12 Sergei Trofimovich
2017-09-22 13:56 Patrice Clement
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2017-06-11 7:02 Michael Palimaka
2017-06-11 7:02 Michael Palimaka
2016-09-27 10:17 Patrice Clement
2015-12-30 12:51 Ian Delaney
2015-12-29 13:58 Ian Delaney
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=1735622784.a61f424389d0bf803ba1632d67c9487144d02af6.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