openbsd-ports/devel/py-typeguard/Makefile
2022-11-26 15:02:49 +00:00

28 lines
468 B
Makefile

COMMENT = run-time type checker for Python
MODPY_EGG_VERSION = 2.13.3
DISTNAME = typeguard-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
# https://github.com/agronholm/typeguard
HOMEPAGE = https://typeguard.readthedocs.io/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools_scm
FLAVORS = python3
FLAVOR = python3
TEST_DEPENDS = devel/py-mypy${MODPY_FLAVOR}
.include <bsd.port.mk>