ccb3836f00
2.10.0: Improved the --no-cov warning. Now it's only shown if --no-cov is present before --cov. Removed legacy pytest support. Changed setup.py so that pytest>=4.6 is required.
21 lines
598 B
Makefile
21 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/06/16 18:22:09 adam Exp $
|
|
|
|
DISTNAME= pytest-cov-2.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-cov
|
|
COMMENT= Pytest plugin for measuring coverage
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|