Py-getargs version 2.14 - How to Download and Install on Mac OS X
Friday the 19th of March, 2010

    py-getargs  most recent diff


    version 2.14

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


      The py-getargs Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-getargs
      Version: 2.14
      Revision: 1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: command line parser for python
      Long Description: This module implements a Command Line Parser class that applications can use to parse command line arguments in sys.argv. getargs is designed as a considerably more powerful and flexible alternative to the standard getopt module.

      Homepage: http://iamroot.beigetower.org/getargs.html
      Master Sites: http://iamroot.beigetower.org/pkgs/getargs/
      distname getargs-${version}
      Checksums: md5 a492922d830e37c5e5026be7a27bc925
      use_bzip2 yes

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README ${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-getargs
      % sudo port install py-getargs
      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-getargs
      ---> Verifying checksum for py-getargs
      ---> Extracting py-getargs
      ---> Configuring py-getargs
      ---> Building py-getargs with target all
      ---> Staging py-getargs into destroot
      ---> Installing py-getargs
    - 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-getargs with these commands:
      %  man py-getargs
      % apropos py-getargs
      % which py-getargs
      % locate py-getargs

     Where to find more information:

    Darwin Ports



    Lightbox this page.