From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz/
Date: Sun, 2 Oct 2022 18:54:31 +0000 (UTC) [thread overview]
Message-ID: <1664736860.16248d58313d573768d281d4524b5fe6dfe770f3.arthurzam@gentoo> (raw)
commit: 16248d58313d573768d281d4524b5fe6dfe770f3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 17:41:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 18:54:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16248d58
dev-python/pytz: add 2022.4
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytz/Manifest | 1 +
dev-python/pytz/pytz-2022.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
index 4863ccf5f897..cb737276d00a 100644
--- a/dev-python/pytz/Manifest
+++ b/dev-python/pytz/Manifest
@@ -1 +1,2 @@
DIST pytz-2022.2.1.tar.gz 316105 BLAKE2B 74a3f416c5e15a050cc62594851d80022c81cb611e6c1d1130cfc7e1bc9cb3b833edca9e67203695c50abb7587bf514216f8c0153890658bc8a9f1498e82f867 SHA512 9c78d9f484e2e0e101ca7e10fba8e6c9870255b2c320b3499a0cc9b480adac64b07f2f124048aa957c6bc9311a4ac43060368e1f0d85d8e8c8f7df598e47912b
+DIST pytz-2022.4.tar.gz 316055 BLAKE2B 795ac83f9d695f40d0675b8e53c8d573ba1799cb4037edd18974a1f5a5f5e1f73e871852ca4f4098facccf1589dfb22a4948375149a7ae790b98317d1442ec66 SHA512 4dc42def7743cacb13fc8c4b1f8f49b3a49c68c93e7444985eb7242c0d9fd0f95bb9d1be934c4ad5519c9fbdb2aea4d6b8b563d71153c86a40d2e1ee8abb6387
diff --git a/dev-python/pytz/pytz-2022.4.ebuild b/dev-python/pytz/pytz-2022.4.ebuild
new file mode 100644
index 000000000000..02775780a89a
--- /dev/null
+++ b/dev-python/pytz/pytz-2022.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="World timezone definitions for Python"
+HOMEPAGE="
+ https://pythonhosted.org/pytz/
+ https://pypi.org/project/pytz/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+DEPEND="
+ || (
+ >=sys-libs/timezone-data-2017a
+ sys-libs/glibc[vanilla]
+ )
+"
+RDEPEND="${DEPEND}"
+
+python_test() {
+ "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
+ die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2022-10-02 18:54 UTC|newest]
Thread overview: 121+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-02 18:54 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 5:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz/ Michał Górny
2025-02-15 13:39 Michał Górny
2025-02-15 9:53 Michał Górny
2025-02-15 8:43 Arthur Zamarin
2025-01-31 5:40 Michał Górny
2024-09-28 12:04 Michał Górny
2024-09-28 11:41 Arthur Zamarin
2024-09-11 18:39 Michał Górny
2024-05-08 18:31 Michał Górny
2024-02-18 3:28 Michał Górny
2024-02-17 22:26 Sam James
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-02 4:12 Michał Górny
2024-01-29 5:58 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-05 5:54 Michał Górny
2023-05-25 16:27 Michał Górny
2023-04-29 17:52 Michał Górny
2023-04-29 13:05 Arthur Zamarin
2023-04-28 14:42 Arthur Zamarin
2023-04-27 5:31 Sam James
2023-04-26 19:48 Sam James
2023-04-26 14:29 Sam James
2023-04-26 14:26 Sam James
2023-04-26 14:26 Sam James
2023-04-26 14:26 Sam James
2023-03-29 6:03 Michał Górny
2023-03-25 16:21 Michał Górny
2023-03-25 15:49 Michał Górny
2023-03-16 4:07 Michał Górny
2023-02-16 20:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-15 7:02 Michał Górny
2022-12-18 7:27 Michał Górny
2022-12-10 8:57 Michał Górny
2022-12-10 8:50 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:28 Sam James
2022-11-01 5:19 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-08-13 8:05 Michał Górny
2022-08-12 11:23 Arthur Zamarin
2022-05-10 20:31 Michał Górny
2022-04-19 13:39 Michał Górny
2022-04-19 11:54 Arthur Zamarin
2022-03-20 9:26 Michał Górny
2021-11-05 8:54 Michał Górny
2021-11-05 2:12 Sam James
2021-10-02 7:50 Michał Górny
2021-05-06 14:44 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-02-19 2:45 Sam James
2021-02-01 8:50 Michał Górny
2020-12-06 17:42 Michał Górny
2020-12-06 17:37 Sam James
2020-11-02 9:49 Michał Górny
2020-09-20 13:11 Michał Górny
2020-07-11 8:13 Michał Górny
2020-07-09 8:59 Agostino Sarubbo
2020-07-09 8:41 Agostino Sarubbo
2020-07-09 8:34 Agostino Sarubbo
2020-05-25 19:27 Michał Górny
2020-04-30 9:45 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-28 21:11 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2019-11-16 13:53 Michał Górny
2018-07-22 2:26 Mikle Kolyada
2018-07-20 15:53 Tobias Klausmann
2018-07-10 21:47 Michał Górny
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 15:19 Pacho Ramos
2018-07-01 9:24 Sergei Trofimovich
2018-07-01 8:51 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-30 18:45 Mart Raudsepp
2018-06-30 14:45 Sergei Trofimovich
2018-04-29 7:35 Michał Górny
2018-01-29 20:12 Mike Frysinger
2017-09-12 9:13 Fabian Groffen
2017-06-21 11:57 Agostino Sarubbo
2017-06-15 16:04 Markus Meier
2017-06-13 12:31 Agostino Sarubbo
2017-06-10 15:10 Agostino Sarubbo
2017-06-10 13:45 Agostino Sarubbo
2017-06-04 19:20 Tobias Klausmann
2017-06-01 9:13 Agostino Sarubbo
2017-05-29 11:30 Agostino Sarubbo
2017-05-03 11:41 Michał Górny
2017-04-21 17:54 Mike Gilbert
2017-04-16 1:20 Manuel Rüger
2017-02-28 21:39 Michael Weber
2017-01-29 17:28 Fabian Groffen
2016-12-22 22:46 Lars Wendler
2016-12-22 22:46 Lars Wendler
2016-10-24 12:43 Lars Wendler
2016-10-02 10:02 Jeroen Roovers
2016-07-19 16:45 Mike Frysinger
2016-07-18 17:20 Markus Meier
2016-07-17 14:57 Tobias Klausmann
2016-04-03 21:07 Manuel Rüger
2015-11-11 17:27 Justin Lecher
2015-10-27 9:04 Justin Lecher
2015-10-27 4:32 Jeroen Roovers
2015-10-26 13:35 Justin Lecher
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-09-29 10:07 Justin Lecher
2015-09-29 9:53 Agostino Sarubbo
2015-09-22 7:02 Justin Lecher
2015-08-28 23:58 Tim Harder
2015-08-28 23:58 Tim Harder
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=1664736860.16248d58313d573768d281d4524b5fe6dfe770f3.arthurzam@gentoo \
--to=arthurzam@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