mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
devel/py-backports.zoneinfo: New port
Backport of the standard library module zoneinfo. PR: 256883 Approved by: lwhsu (mentor)
This commit is contained in:
parent
45a0496cb1
commit
cee313abc9
@ -4202,6 +4202,7 @@
|
||||
SUBDIR += py-backcall
|
||||
SUBDIR += py-backports
|
||||
SUBDIR += py-backports.csv
|
||||
SUBDIR += py-backports.zoneinfo
|
||||
SUBDIR += py-banal
|
||||
SUBDIR += py-bandit
|
||||
SUBDIR += py-bcdoc
|
||||
|
16
devel/py-backports.zoneinfo/Makefile
Normal file
16
devel/py-backports.zoneinfo/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
PORTNAME= backports.zoneinfo
|
||||
DISTVERSION= 0.2.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Backport of the standard library module zoneinfo
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-backports.zoneinfo/distinfo
Normal file
3
devel/py-backports.zoneinfo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1624723154
|
||||
SHA256 (backports.zoneinfo-0.2.1.tar.gz) = fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2
|
||||
SIZE (backports.zoneinfo-0.2.1.tar.gz) = 74098
|
11
devel/py-backports.zoneinfo/pkg-descr
Normal file
11
devel/py-backports.zoneinfo/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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://github.com/pganssle/zoneinfo
|
Loading…
Reference in New Issue
Block a user