242f0fc4dc
pytest-xdist 1.26.1: Bug Fixes Do not implement deprecated pytest_logwarning hook in pytest versions where it is deprecated.
25 lines
853 B
Makefile
25 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/01/29 06:44:51 adam Exp $
|
|
|
|
DISTNAME= pytest-xdist-1.26.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
|
|
COMMENT= Plugin for distributed testing and loop-on-failing modes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
|
|
DEPENDS+= ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|