mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
315 B
Makefile
18 lines
315 B
Makefile
COMMENT= Python API for dealing with timezones
|
|
|
|
MODPY_DISTV= 2026.2
|
|
DISTNAME= pytz-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/^py/py-/:S/.post/pl/}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://pythonhosted.org/pytz/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|