pkgsrc/devel/py-test-cov/Makefile
wiz 8c589a82bd Update py-test-cov to 2.2.1:
2.2.1 (2016-01-30)
------------------

* Fixed incorrect merging of coverage data when xdist was used and coverage was ``>= 4.0``.
2016-02-01 13:05:34 +00:00

17 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/02/01 13:05:34 wiz Exp $
DISTNAME= pytest-cov-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/pytest-cov
COMMENT= Pytest plugin for measuring coverage
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-coverage>=3.7.1:../../devel/py-coverage
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"