summaryrefslogtreecommitdiff
path: root/math/py-numpy/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-07-25 12:08:26 +0000
committermarkd <markd@pkgsrc.org>2009-07-25 12:08:26 +0000
commit14ddf583184c808e86b29dc5bc010f474a2f3fb8 (patch)
treef0a54cb135f53ca0f6e58a27c28f2cb90e6c658c /math/py-numpy/Makefile
parent1f51143e94a9f610d96707ae3346c62387af54a6 (diff)
downloadpkgsrc-14ddf583184c808e86b29dc5bc010f474a2f3fb8.tar.gz
Update numpy to 1.3.0
This minor includes numerous bug fixes, official python 2.6 support, and several new features such as generalized ufuncs.
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r--math/py-numpy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 1eca674fff4..2d84bdd0a25 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/06/26 19:47:14 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/25 12:08:26 markd Exp $
#
-DISTNAME= numpy-1.1.0
-PKGNAME= ${PYPKGPREFIX}-numpy-1.1.0
+DISTNAME= numpy-1.3.0
+PKGNAME= ${PYPKGPREFIX}-numpy-1.3.0
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}