Py-configobj version 4.5.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    py-configobj  most recent diff


    version 4.5.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The py-configobj Portfile 44419 2008-12-28 09:31:44Z akitada macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-configobj
      Version: 4.5.2
      Maintainers: akitada openmaintainer
      Description: Config file reading, writing and validation.
      Long Description: ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the 'reload' method) * Full Unicode support
      Platform: darwin
      Homepage: http://www.voidspace.org.uk/python/configobj.html
      Master Sites: sourceforge:configobj
      distname configobj-${version}
      use_zip yes
      Checksums: md5 b84e6ce4f8ef5fa1c466cc3561099a66 sha1 6a9e72cf55156a35abb7eb4df756b6884cfb77b6 rmd160 a69935ec51fd267070d8c0517b1b39adfdd5c275
      post-destroot {
      foreach f [glob -directory ${worksrcpath}/docs *] {
      copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.