Files
ports/devel/py-pytz/Makefile
Li-Wen Hsu 4c983640d8 devel/py-pytz: Update to 2025.2
PR:		286778
Reported by:	ngie
2025-05-14 02:10:55 +08:00

22 lines
397 B
Makefile

PORTNAME= pytz
PORTVERSION= 2025.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= World Timezone Definitions for Python
WWW= https://pythonhosted.org/pytz/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>