diff options
author | recht <recht@pkgsrc.org> | 2004-06-27 22:59:48 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-27 22:59:48 +0000 |
commit | 91f2db2830254c32fc7bdfc0c570522d8f1c8626 (patch) | |
tree | ca109a0cbcdcfef58dfab3770c6c2e55e392ddcb /math | |
parent | 0a1f6877eb70366a80671c417d389acf10b717e5 (diff) | |
download | pkgsrc-91f2db2830254c32fc7bdfc0c570522d8f1c8626.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')
-rw-r--r-- | math/py-fpconst/Makefile | 8 | ||||
-rw-r--r-- | math/py-fpconst/distinfo | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/math/py-fpconst/distinfo b/math/py-fpconst/distinfo index 4be36a0515b..6b253bb5c85 100644 --- a/math/py-fpconst/distinfo +++ b/math/py-fpconst/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/24 10:56:27 recht Exp $ +$NetBSD: distinfo,v 1.2 2004/06/27 22:59:48 recht Exp $ -SHA1 (fpconst-0.6.0.tar.gz) = 65f21e3dc95005e1d903b8d091df73a957d35c71 -Size (fpconst-0.6.0.tar.gz) = 4837 bytes +SHA1 (fpconst-0.7.0.tar.gz) = 7797ea0b3f9bb0e09896d756cbe16922c2682de1 +Size (fpconst-0.7.0.tar.gz) = 3280 bytes |