lib/zoneinfo_module.c:600:19: error: use of undeclared identifier '_PyLong_One' one = _PyLong_One; Approved by: portmgr blanket
16 lines
365 B
Makefile
16 lines
365 B
Makefile
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-3.9
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|