Files
2016-11-18 22:39:22 +01:00

18 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/08/22 13:03:44 wiz Exp $
DISTNAME= pytest-runner-2.9
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"