pytest-xdist 1.22.0: Features -------- - Add support for the ``pytest_runtest_logfinish`` hook which will be released in pytest 3.4
22 lines
794 B
Makefile
22 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/01/12 12:38:32 adam Exp $
|
|
|
|
DISTNAME= pytest-xdist-1.22.0
|
|
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}-py>=1.4.22:../../devel/py-py
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.0.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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|