pkgsrc/devel/py-test-runner/Makefile
wiz 7d43a168f7 Updated py-test-runner to 2.9.
2.9
~~~

* Added Trove Classifier indicating this package is part
  of the pytest framework.
2016-08-22 13:03:44 +00:00

17 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"