Download and Install py-fpconst version 0.7.2 on Mac OS X
Monday the 6th of October, 2008

    py-fpconst  most recent diff


    version 0.7.2

      View the most recent changes for the py-fpconst port at: py-fpconst.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-fpconst.
      The raw portfile for py-fpconst 0.7.2 is located here:
      http://py-fpconst.darwinports.com/dports/python/py-fpconst/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-fpconst
      Google
      Web Darwinports.com



      # $Id: Portfile 30184 2007-10-22 19:32:09Z mww macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-fpconst
      Version: 0.7.2
      revision 1
      Category: python
      Platform: darwin freebsd
      Maintainers: mww
      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://cheeseshop.python.org/packages/source/f/fpconst/

      distname fpconst-${version}
      dist_subdir ${name}/${version}
      checksums md5 10ba9e04129af23108d24c22c3a698b1

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.check regex
      livecheck.url http://cheeseshop.python.org/pypi/fpconst/
      livecheck.regex fpconst-(\[0-9\.\]+).tar.gz


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py-fpconst
      % sudo port install py-fpconst
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py-fpconst
      ---> Verifying checksum for py-fpconst
      ---> Extracting py-fpconst
      ---> Configuring py-fpconst
      ---> Building py-fpconst with target all
      ---> Staging py-fpconst into destroot
      ---> Installing py-fpconst
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-fpconst with these commands:
      %  man py-fpconst
      % apropos py-fpconst
      % which py-fpconst
      % locate py-fpconst

     Where to find more information:

    Darwin Ports



    Lightbox this page.