summaryrefslogtreecommitdiff
path: root/math/py-sympy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-sympy/Makefile')
-rw-r--r--math/py-sympy/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 0a13452bf1e..3bef3a8086f 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/02/11 14:23:32 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/15 11:30:55 drochner Exp $
#
-DISTNAME= sympy-0.5.15
-PKGNAME= ${PYPKGPREFIX}-sympy-0.5.15
+DISTNAME= sympy-0.6.5
+PKGNAME= ${PYPKGPREFIX}-sympy-0.6.5
CATEGORIES= math
MASTER_SITES= http://sympy.googlecode.com/files/
@@ -22,5 +22,8 @@ post-extract:
${CP} ${WRKSRC}/doc/man/isympy.1 \
${WRKSRC}/doc/man/isympy${PYVERSSUFFIX}.1
+do-test:
+ (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py)
+
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"