pkgsrc/math/py-mpmath/Makefile
drochner 63af37ca49 update to 0.17
changes:
-various additions and improvements
-bugfixes
-dropped Puthon-2.4 support
2012-02-24 19:40:53 +00:00

27 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/02/24 19:40:53 drochner Exp $
#
DISTNAME= mpmath-0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://mpmath.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/mpmath/
COMMENT= Python library for arbitrary-precision FP arithmetic
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 27 26 25
PKG_DESTDIR_SUPPORT= user-destdir
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
do-test:
${RUN} cd ${WRKSRC}/build/lib/mpmath/tests; \
${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py
.include "../../lang/python/extension.mk"
# optional speedup
#.include "../../math/py-gmpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"