c467ea9c44
0.7.3: Unknown changes.
21 lines
573 B
Makefile
21 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/08/23 07:48:43 adam Exp $
|
|
|
|
DISTNAME= pytest-pythonpath-0.7.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-pythonpath/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bigsassy/pytest-pythonpath
|
|
COMMENT= Pytest plugin for adding to the PYTHONPATH
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=2.5.2:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|