25 lines
438 B
Makefile
Raw Normal View History

2021-02-02 14:23:59 +00:00
# $OpenBSD: Makefile,v 1.59 2021/02/02 14:23:59 sthen Exp $
COMMENT = Python API for dealing with timezones
2021-02-02 14:23:59 +00:00
MODPY_EGG_VERSION = 2021.1
DISTNAME = pytz-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/^py/py-/}
CATEGORIES = devel
HOMEPAGE = https://pythonhosted.org/pytz/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
2013-09-05 08:34:47 +00:00
FLAVORS= python3
FLAVOR?=
.include <bsd.port.mk>