summaryrefslogtreecommitdiff
path: root/math/py-fpconst/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-27 22:59:48 +0000
committerrecht <recht@pkgsrc.org>2004-06-27 22:59:48 +0000
commit9afcba6b6220975b455d903c6fc7d3d9a0918f7e (patch)
treeca109a0cbcdcfef58dfab3770c6c2e55e392ddcb /math/py-fpconst/Makefile
parentd48cc89ce33ecad277533589c874a7263760e1d7 (diff)
downloadpkgsrc-9afcba6b6220975b455d903c6fc7d3d9a0918f7e.tar.gz
update to fpconst-0.7.0
The primary purpose of this release is to correct problems on big-endian 64 bit platforms. It also introduces some test code to verify that the functions and constants work properly.
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r--math/py-fpconst/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
index 657b447adb6..f143c8906fe 100644
--- a/math/py-fpconst/Makefile
+++ b/math/py-fpconst/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2004/04/24 04:51:07 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/27 22:59:48 recht Exp $
#
-DISTNAME= fpconst-0.6.0
+DISTNAME= fpconst-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
-MASTER_SITES= http://www.analytics.washington.edu/Zope/projects/fpconst/
+MASTER_SITES= http://www.analytics.washington.edu/~warnes/fpconst/
MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.analytics.washington.edu/Zope/projects/fpconst/
+HOMEPAGE= http://www.analytics.washington.edu/statcomp/projects/rzope/fpconst/
COMMENT= IEEE 754 floating point special handling for Python
USE_BUILDLINK3= yes