pkgsrc/devel/py-test-runner/Makefile
adam 9ea270a41c 2.12.1:
Fix support for dependency_links.

2.12:
Rework support for --allow-hosts and --index-url, removing dependence on setuptools.Distribution's private member. Additionally corrects logic in marker evaluation along with unit tests!
2017-09-07 15:02:43 +00:00

22 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.10 2017/09/07 15:02:43 adam Exp $
DISTNAME= pytest-runner-2.12.1
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}-test>=2.8:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"