pkgsrc/devel/py-test-xdist/Makefile
adam 73e01857dd py-test-xdist: updated to 1.28.0
pytest-xdist 1.28.0:
Features
- pytest-xdist now uses the new pytest_report_to_serializable and pytest_report_from_serializable
  hooks from pytest 4.4 (still experimental). This will make report serialization more reliable and
  extensible.
2019-04-05 13:11:30 +00:00

25 lines
853 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/04/05 13:11:30 adam Exp $
DISTNAME= pytest-xdist-1.28.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}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-test>=4.4.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"