         MODULE=fpconst
        VERSION=0.7.3
         SOURCE=$MODULE-$VERSION.tar.gz
     SOURCE_URL=http://downloads.sourceforge.net/rsoap/
     SOURCE_VFY=sha256:1a5c2e4a1ecefd9981988cea15068699eccbc55e350af3471e782083d390c727
       WEB_SITE=http://pypi.python.org/pypi/fpconst/
           TYPE=python2
        ENTERED=20031127
        UPDATED=20160720
          SHORT="Constants and functions for double-precision special values"

cat << EOF
This python module implements constants and functions for working with
IEEE754 double-precision special values. It provides constants for
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity
(-Inf), as well as functions to test for these values.
The code is implemented in pure python by taking advantage of the
'struct' standard module. Care has been taken to generate proper results
on both big-endian and little-endian machines. Some efficiency could be
gained by translating the core routines into C.
EOF
