From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/
Date: Tue, 16 May 2023 05:05:02 +0000 (UTC) [thread overview]
Message-ID: <1684213497.52cf89a31735cb6464296a95f468583ef6cca7bc.mgorny@gentoo> (raw)
commit: 52cf89a31735cb6464296a95f468583ef6cca7bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 04:50:58 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 05:04:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cf89a3
dev-python/tzlocal: Bump to 5.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tzlocal/Manifest | 1 +
dev-python/tzlocal/tzlocal-5.0.1.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
index 105878309103..195b48aaa84a 100644
--- a/dev-python/tzlocal/Manifest
+++ b/dev-python/tzlocal/Manifest
@@ -1 +1,2 @@
DIST tzlocal-4.3.gh.tar.gz 24147 BLAKE2B 41ed6338b97f1f6c4a5cb64b82f6a93c4e68f275c2d593c774592998a7c63d1c8470fcd5babc13679092da4f92edeb798bfe80186628cb6c34b7fa595a21daf7 SHA512 b93541951c90ef59a0d9b224c75170a0857723ee0f50782980a78a003b1040b7ceef3bbadd2cabde2a8599cecdd7644ccd1431eb8e4d33cd9e4e9d980c048736
+DIST tzlocal-5.0.1.gh.tar.gz 25032 BLAKE2B a1b0d2d2d6422c91752332d789efddad5f14e02e0097deaea1b8df2de20686d1e73dddb1864c5c643b20f8cfce56ff28adb741f7ae74b58409a60bf0eb172057 SHA512 b89293180e82334e3c1627845516ac25d8862c799d6d56a9eff13549bfafef2e4e4b0a624e9455e4310429f50b9d82fa984b7dfe8cdd9ed3dc7325ea89c0c5b1
diff --git a/dev-python/tzlocal/tzlocal-5.0.1.ebuild b/dev-python/tzlocal/tzlocal-5.0.1.ebuild
new file mode 100644
index 000000000000..cb2fc8a0b84b
--- /dev/null
+++ b/dev-python/tzlocal/tzlocal-5.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="tzinfo object for the local timezone"
+HOMEPAGE="
+ https://github.com/regebro/tzlocal/
+ https://pypi.org/project/tzlocal/
+"
+# symlinks aren't correctly preserved in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/regebro/tzlocal/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+ ' 3.8)
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-05-16 5:05 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-16 5:05 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 8:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/ Arthur Zamarin
2025-03-22 10:30 Michał Górny
2025-03-22 9:20 Arthur Zamarin
2025-03-06 3:31 Michał Górny
2025-02-27 21:03 Michał Górny
2025-02-14 5:19 Michał Górny
2024-05-18 10:15 Michał Górny
2023-11-22 11:04 Michał Górny
2023-11-22 11:04 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 20:07 Sam James
2023-10-22 19:14 Michał Górny
2023-10-05 2:58 Michał Górny
2023-06-21 17:45 Michał Górny
2023-06-21 17:02 Sam James
2023-06-18 17:07 Michał Górny
2023-05-26 12:45 Michał Górny
2023-04-22 10:10 Michał Górny
2023-04-22 9:25 Arthur Zamarin
2023-03-20 5:36 Michał Górny
2022-05-15 6:39 Michał Górny
2022-05-06 13:46 Michał Górny
2022-05-06 12:45 Jakov Smolić
2022-04-03 10:35 Michał Górny
2022-02-27 18:52 Michał Górny
2022-01-26 23:19 Michał Górny
2022-01-18 22:44 Michał Górny
2022-01-18 22:44 Michał Górny
2022-01-17 13:02 James Le Cuirot
2022-01-17 6:53 Joshua Kinard
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2021-12-21 3:39 Yixun Lan
2021-11-22 20:44 Michał Górny
2021-11-22 19:20 Sam James
2021-11-22 7:51 Agostino Sarubbo
2021-11-21 19:36 Jakov Smolić
2021-11-17 6:57 Arthur Zamarin
2021-11-12 8:43 Marek Szuba
2021-11-05 3:17 Sam James
2021-10-29 19:37 Michał Górny
2021-10-27 8:29 Michał Górny
2021-10-24 1:10 Sam James
2021-10-20 21:43 Michał Górny
2021-10-19 5:42 Arthur Zamarin
2021-09-18 17:18 Sam James
2021-09-09 0:16 Marek Szuba
2021-08-14 12:15 Michał Górny
2021-08-14 8:03 Michał Górny
2021-07-08 7:11 Sergei Trofimovich
2021-05-30 17:32 Michał Górny
2020-12-31 19:14 Michał Górny
2020-07-11 9:34 Michał Górny
2020-07-11 9:34 Michał Górny
2020-05-13 9:03 Michał Górny
2020-03-29 10:13 Michał Górny
2020-02-13 17:11 Michał Górny
2020-02-06 6:38 Michał Górny
2019-12-24 19:54 Mikle Kolyada
2019-11-26 20:34 Aaron Bauman
2017-03-08 18:37 Michał Górny
2017-01-04 15:29 Agostino Sarubbo
2016-12-19 14:14 Tobias Klausmann
2016-05-11 20:33 Mike Gilbert
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=1684213497.52cf89a31735cb6464296a95f468583ef6cca7bc.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