# $NetBSD: Makefile,v 1.13 2024/02/28 10:32:03 adam Exp $ DISTNAME= pytest-testmon-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-testmon/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tarpas/pytest-testmon COMMENT= Selects tests affected by changed files and methods LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-coverage>=6:../../devel/py-coverage DEPENDS+= ${PYPKGPREFIX}-test>=5:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"