29 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:55 sthen Exp $
COMMENT = type hints for python
MODPY_EGG_VERSION = 3.6.4
DISTNAME = typing-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
# PSF
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
# python3 tests require py-flake8-* ports
.if ! ${FLAVOR:Mpython3}
do-test:
cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover python2
.endif
.include <bsd.port.mk>