summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-02-25 17:10:09 +0000
committerdrochner <drochner>2005-02-25 17:10:09 +0000
commit58ddf1ee5578cf9d83bccae39e12e26d4539497f (patch)
treeb8aefbedfa4f8afde00c9d67a03d2b2d63744f7a /math/py-Numeric/Makefile
parent35276a19563482e7d3c70773f28c65b53c998a15 (diff)
downloadpkgsrc-58ddf1ee5578cf9d83bccae39e12e26d4539497f.tar.gz
update to 23.7
changes: -Added empty as command for creating an empty array (much faster than zeros) -fixes
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r--math/py-Numeric/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 68dd772fcd6..2c5fbf8fc47 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.36 2004/08/24 11:29:33 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2005/02/25 17:10:09 drochner Exp $
-DISTNAME= Numeric-23.3
+DISTNAME= Numeric-23.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
MAINTAINER= tsarna@NetBSD.org
-HOMEPAGE= http://www.pfdubois.com/numpy/
+HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
USE_BUILDLINK3= yes