# $Id: Portfile,v 1.2 2004/02/08 13:24:55 mww Exp $ PortSystem 1.0 name py-fpconst version 0.6.0 categories python platforms darwin 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://www.analytics.washington.edu/Zope/projects/fpconst master_sites ${homepage} distname fpconst-${version} checksums md5 5eaf8e8d1978ca4bbead5b3f163b23a1 depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} pep-0754.txt README \ ${destroot}${prefix}/share/doc/${name} }