pkgsrc/devel/py-test-runner/Makefile
2016-06-08 17:49:19 +00:00

17 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/06/08 17:49:19 wiz Exp $
DISTNAME= pytest-runner-2.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/pytest-runner
COMMENT= Invoke py.test as distutils command with dependency resolution
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"