3b9d515578
5.2 * This project is deprecated.
24 lines
764 B
Makefile
24 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/10/26 23:05:44 adam Exp $
|
|
|
|
DISTNAME= pytest-runner-5.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-runner
|
|
COMMENT= Invoke py.test as distutils command with dependency resolution
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
|
|
# introduces dependency cycle
|
|
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|