           SPELL=fpconst
         VERSION=0.7.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
      SOURCE_URL=http://research.warnes.net/~warnes/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:c3c0d2f6a935bb5d887f1b4b620ea5a2c88b2fbc70a7ac65cdb38e498712c2f24b4a3656957e00ceefb7931c45ab4092be8ad0d11197536f839c2f44a4c42c82
        WEB_SITE=http://research.warnes.net/projects/RStatServer/fpconst/
         ENTERED=20060314
      LICENSE[0]=GPL
           SHORT="constants and functions for working with IEEE754 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.
EOF

