Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / math / py-mpmath / Makefile
blob16d9fcaa17a4e8287398720700b4f847b57faeff
1 # $NetBSD: Makefile,v 1.5 2012/04/08 19:09:07 wiz Exp $
4 DISTNAME= mpmath-0.17
5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6 CATEGORIES= math
7 MASTER_SITES= http://mpmath.googlecode.com/files/
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://code.google.com/p/mpmath/
11 COMMENT= Python library for arbitrary-precision FP arithmetic
12 LICENSE= modified-bsd
14 USE_LANGUAGES= # none
15 PYDISTUTILSPKG= yes
17 TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
18 do-test:
19 ${RUN} cd ${WRKSRC}/build/lib/mpmath/tests; \
20 ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py
22 .include "../../lang/python/extension.mk"
23 # optional speedup
24 #.include "../../math/py-gmpy/buildlink3.mk"
25 .include "../../mk/bsd.pkg.mk"