# $NetBSD: Makefile,v 1.22 2022/01/13 19:31:22 wiz Exp $ DISTNAME= pytest-runner-5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pytest-dev/pytest-runner COMMENT= Invoke py.test as distutils command with dependency resolution LICENSE= mit # introduces dependency cycle #TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 USE_LANGUAGES= # none PYTHON_VERSIONED_DEPENDENCIES= test setuptools_scm do-test: cd ${WRKSRC} && pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"