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/tzlocal/
Date: Sat, 14 Aug 2021 08:03:33 +0000 (UTC)	[thread overview]
Message-ID: <1628928207.b7ed5d42b8eb1ef8aa59379031ed8cc5701b0a37.mgorny@gentoo> (raw)

commit:     b7ed5d42b8eb1ef8aa59379031ed8cc5701b0a37
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 05:54:23 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 08:03:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ed5d42

dev-python/tzlocal: Bump to 3.0

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

 dev-python/tzlocal/Manifest           |  1 +
 dev-python/tzlocal/tzlocal-3.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
index 9cf06a42b4d..46b125b77b5 100644
--- a/dev-python/tzlocal/Manifest
+++ b/dev-python/tzlocal/Manifest
@@ -1 +1,2 @@
 DIST tzlocal-2.1.gh.tar.gz 18463 BLAKE2B 73e886cfb6d13bebc1a15a222da60f368a15dc5a097acac74990b1d76bdaa229be8f12ff735d1828ccd78c4c8d06eb5bc0a07da695d70251af1e67e4fb71037e SHA512 2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d
+DIST tzlocal-3.0.gh.tar.gz 18924 BLAKE2B 340739015ce0fae245ddcb2d3f6250886261a81a49c9db7960515e178090183d3a826ee494763503023c033d3d9c19771aad865d4c1150350a118250aab23362 SHA512 9060eb325783d183bfaf7038476031a2ea22fd4ba50f6b5caf3d8eda15d9c90e557c64a0218c7e3c3df51f385378fe8a17f10871abb038012e1d05a9547918c3

diff --git a/dev-python/tzlocal/tzlocal-3.0.ebuild b/dev-python/tzlocal/tzlocal-3.0.ebuild
new file mode 100644
index 00000000000..cf573a7edda
--- /dev/null
+++ b/dev-python/tzlocal/tzlocal-3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="tzinfo object for the local timezone"
+HOMEPAGE="https://github.com/regebro/tzlocal"
+SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+	' python3_8 pypy3)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-08-14  8:03 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-14  8:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 10:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/ 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-05-16  5:05 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-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=1628928207.b7ed5d42b8eb1ef8aa59379031ed8cc5701b0a37.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