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

    py-lzma  most recent diff


    version 0.0.3

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


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

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-lzma
      Version: 0.0.3
      Revision: 1
      Category: python archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: Python bindings for the LZMA compression library.
      Long Description: ${description}

      Homepage: http://www.joachim-bauch.de/projects/python/pylzma/
      Master Sites: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
      distname pylzma-${version}
      Checksums: md5 312416b2cdf6f4b82ec8fc7a816f74a4

      test.run no
      test.dir ${worksrcpath}/tests
      test.cmd "ln -s ../build/lib*/pylzma.so && ln -s ../build/lib*/py7zlib.py . && ${python.bin} testall.py"
      test.target

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.