Download and Install py-celementtree version 1.0.5-20051216 on Mac OS X
Thursday the 28th of August, 2008

    py-celementtree  most recent diff


      View the most recent changes for the py-celementtree port at: py-celementtree.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-celementtree.
      The raw portfile for py-celementtree 1.0.5-20051216 is located here:
      http://py-celementtree.darwinports.com/dports/python/py-celementtree/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-celementtree
      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-celementtree
      Version: 1.0.5-20051216
      Category: python
      Platform: darwin
      Maintainers: mww
      Description: C implementation of the ElementTree API, py-elementtree
      Long Description: The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.

      Homepage: http://effbot.org/zone/celementtree.htm
      master_sites http://effbot.org/downloads/
      distname cElementTree-${version}
      checksums sha1 b36c95fd90d53746424c10db45b102b8fab260b8
      use_zip yes

      depends_lib-append port:py-elementtree

      test.run yes
      test.cmd ${python.bin}
      test.target selftest.py

      post-destroot {
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/samples simple-ns.xml simple.xml ${destroot}${prefix}/share/doc/${name}/examples
      }
      livecheck.check regex
      livecheck.url http://effbot.org/downloads/
      livecheck.regex cElementTree-(\[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-celementtree
      % sudo port install py-celementtree
      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-celementtree
      ---> Verifying checksum for py-celementtree
      ---> Extracting py-celementtree
      ---> Configuring py-celementtree
      ---> Building py-celementtree with target all
      ---> Staging py-celementtree into destroot
      ---> Installing py-celementtree
    - 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-celementtree with these commands:
      %  man py-celementtree
      % apropos py-celementtree
      % which py-celementtree
      % locate py-celementtree

     Where to find more information:

    Darwin Ports



    image test