pkgsrc-wip/py-rogues/Makefile

21 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/06/01 12:49:45 thomasklausner Exp $
DISTNAME= rogues-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rogues/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://pypi.python.org/pypi/rogues
COMMENT= Python and numpy port of Nicholas Higham's m*lab test matrices
LICENSE= mit
USE_LANGUAGES= # none
do-test:
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} rogues/matrices/tests/test_rogues.py*
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"