[Bug 256883] devel/py-backports.zoneinfo: Backport of the standard library module zoneinfo

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 29 Jun 2021 12:39:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256883

            Bug ID: 256883
           Summary: devel/py-backports.zoneinfo: Backport of the standard
                    library module zoneinfo
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rozhuk.im@gmail.com

Created attachment 226107
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226107&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.