kmos 0a1dee0d14 Move tests to MODPY_PYTEST
(Old way reports running over 7000 tests. It is counting every little
iteration in one of the 26 tests. We're not losing tests).
2019-12-01 00:34:29 +00:00

25 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.12 2019/12/01 00:34:29 kmos Exp $
COMMENT = Python library to support the IDNA protocol
MODPY_EGG_VERSION = 2.8
DISTNAME = idna-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
HOMEPAGE = https://github.com/kjd/idna
# BSD-like
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>