# $Id: Portfile,v 1.6 2005/04/04 14:40:48 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-fpconst version 0.7.2 categories python platforms darwin freebsd maintainers mww@opendarwin.org description IEEE 754 floating point special handling for Python long_description 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. homepage http://research.warnes.net/projects/rzope/fpconst/ master_sites http://research.warnes.net/~warnes/fpconst/ distname fpconst-${version} checksums md5 0c194744ab60f3301dfda2da9f7c4068 post-destroot { xinstall -m 644 -W ${worksrcpath} README CHANGELOG COPYING \ ${destroot}${prefix}/share/doc/${name} }