pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-fpconst update to fpconst-0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0870bcd3b076
branches:  trunk
changeset: 477202:0870bcd3b076
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jun 27 22:59:48 2004 +0000

description:
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:

 math/py-fpconst/Makefile |  8 ++++----
 math/py-fpconst/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 433806903d27 -r 0870bcd3b076 math/py-fpconst/Makefile
--- a/math/py-fpconst/Makefile  Sun Jun 27 22:54:21 2004 +0000
+++ b/math/py-fpconst/Makefile  Sun Jun 27 22:59:48 2004 +0000
@@ -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@localhost
-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 -r 433806903d27 -r 0870bcd3b076 math/py-fpconst/distinfo
--- a/math/py-fpconst/distinfo  Sun Jun 27 22:54:21 2004 +0000
+++ b/math/py-fpconst/distinfo  Sun Jun 27 22:59:48 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index