Download and Install py-constraint version 0.2.6 on Mac OS X
Wednesday the 23rd of July, 2008

    py-constraint  most recent diff


      View the most recent changes for the py-constraint port at: py-constraint.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-constraint.
      The raw portfile for py-constraint 0.2.6 is located here:
      http://py-constraint.darwinports.com/dports/python/py-constraint/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-constraint
      Google
      Web Darwinports.com



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-constraint
      Version: 0.2.6
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module for solving constraint satisfaction problems
      Long Description: The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using constraint propagation algorithms. So far, facilities are provided to work with finite domains only.
      Homepage: http://www.logilab.org/projects/constraint/
      master_sites ftp://ftp.logilab.org/pub/constraint/
      distname constraint-${version}
      checksums md5 bbff22e6177a56247e7fec079ee987f7

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} doc/CONTRIBUTORS README doc/documentation.html doc/documentation.xml ChangeLog ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/examples conferences.py menza.py menza2.py menza_brute_force.py money.py money2.py queens.perf queens.png queens.py ${destroot}${prefix}/share/doc/${name}/examples
      }

    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-constraint
      % sudo port install py-constraint
      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-constraint
      ---> Verifying checksum for py-constraint
      ---> Extracting py-constraint
      ---> Configuring py-constraint
      ---> Building py-constraint with target all
      ---> Staging py-constraint into destroot
      ---> Installing py-constraint
    - 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-constraint with these commands:
      %  man py-constraint
      % apropos py-constraint
      % which py-constraint
      % locate py-constraint

     Where to find more information:

    Darwin Ports



    image test