dev-python / tzdata

tzdata shim to satisfy requirements (while using system tzdata)

Official package sites : https://peps.python.org/pep-0615/ ·

v10001 :: 0 :: gentoo

Modified
License
public-domain
Keywords
amd64 arm arm64 ppc ppc64 x86 ~alpha ~hppa ~loong ~m68k ~mips ~riscv ~s390 ~sparc

python_targets

pypy3
Build with PyPy3
python3_10
Build with Python 3.10
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12
python3_13
Build with Python 3.13

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / pypy3 : A fast, compliant alternative implementation of the Python (3.10) language

sys-libs / timezone-data : Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)

dev-python / icalendar : Package used for parsing and generating iCalendar files (RFC 2445)

dev-python / kombu : AMQP Messaging Framework for Python

dev-python / oslo-serialization : Oslo Serialization library

dev-python / oslo-utils : Oslo Utility library

dev-python / pandas : Powerful data structures for data analysis and statistics

dev-python / pydantic : Data parsing and validation using Python type hints

dev-python / x-wr-timezone : Convert calendars using X-WR-TIMEZONE to standard ones

Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-python/tzdata: Stabilize 10001 ppc, #940800
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-python/tzdata: Stabilize 10001 ALLARCHES, #929163
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: Use ModuleNotFoundError (in 10001)
Replace `ImportError` with `ModuleNotFoundError` to fix dev-python/hypothesis, since it uses a more specific `except` block. It's technically a bit shifty since the module was clearly found but *shrug*. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: Install a module, use flit-core
Install a trivial module that raises an `ImportError` with explanatory message, and switch the build system to flit-core, that is definitely less insane than hatchling. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: Workaround dev-python/hatchling-1.19
This is a temporary hack, pending upstream suggestions on how to do it better. Closes: https://bugs.gentoo.org/919782 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/tzdata: Stabilize 9999 x86, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/tzdata: Stabilize 9999 ppc64, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/tzdata: Stabilize 9999 arm, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-python/tzdata: Stabilize 9999 amd64, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-python/tzdata: Stabilize 9999 arm64, #913988
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-python/tzdata: A shim package (v9999) to satisfy deps
Add a shim package that installs metadata for `tzdata` to satisfy the requirements of other packages while using system timezone-data. Signed-off-by: Michał Górny <mgorny@gentoo.org>