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

    py-config  most recent diff


      View the most recent changes for the py-config port at: py-config.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-config.
      The raw portfile for py-config 1.2 is located here:
      http://py-config.darwinports.com/dports/python/py-config/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-config
      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-config
      Version: 1.2
      revision 1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: alternative ConfigParser module for python
      Long Description: powerful alternative to the ConfigParser module already available in the standard Python.

      Homepage: http://config-py.sourceforge.net/
      master_sites sourceforge:config-py
      distname config-py-1-2
      checksums md5 0deb5f48cb3c3f1067f347b8093a1f78
      use_zip yes

      worksrcdir

      post-extract {
      file copy ${filespath}/setup.py ${worksrcpath}
      reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
      }

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

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

     Where to find more information:

    Darwin Ports



    image test