Created attachment 226107 [details] patch This package was originally the reference implementation for PEP 615, which proposes support for the IANA time zone database in the standard library, and now serves as a backport to Python 3.6+ (including PyPy). This exposes the backports.zoneinfo module, which is a backport of the zoneinfo module. The backport's documentation can be found on readthedocs. The module uses the system time zone data if available, and falls back to the tzdata package (available on PyPI) if installed. WWW: https://pypi.org/project/backports.zoneinfo/ WWW: https://github.com/pganssle/zoneinfo
Taking maintainership as discussed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252073.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cee313abc9fcae27bb7017dda9b096732d9dfba4 commit cee313abc9fcae27bb7017dda9b096732d9dfba4 Author: rozhuk.im <rozhuk.im@gmail.com> AuthorDate: 2021-06-30 06:44:01 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-06-30 06:44:01 +0000 devel/py-backports.zoneinfo: New port Backport of the standard library module zoneinfo. PR: 256883 Approved by: lwhsu (mentor) devel/Makefile | 1 + devel/py-backports.zoneinfo/Makefile (new) | 16 ++++++++++++++++ devel/py-backports.zoneinfo/distinfo (new) | 3 +++ devel/py-backports.zoneinfo/pkg-descr (new) | 11 +++++++++++ 4 files changed, 31 insertions(+)
Committed with changes, thanks!