Py26-py2app-devel version 0.4.3 - How to Download and Install on Mac OS X
Friday the 19th of March, 2010

    py26-py2app-devel  most recent diff


    version 0.4.3

      View the most recent changes for the py26-py2app-devel port at: py26-py2app-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py26-py2app-devel.
      The raw portfile for py26-py2app-devel 0.4.3 is located here:
      http://py26-py2app-devel.darwinports.com/dports/python/py26-py2app-devel/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py26-py2app-devel


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The py26-py2app-devel Portfile 59230 2009-10-12 10:41:34Z jmr macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: py26-py2app-devel
      Version: 0.4.3
      Category:-append devel
      license MIT/PSF
      Maintainers: jmr openmaintainer
      Description: converts python scripts into executable Mac OS X apps
      Long Description: A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.

      Platform: darwin

      Homepage: http://undefined.org/python/#py2app

      fetch.type svn
      svn.url http://svn.pythonmac.org/py2app/py2app/trunk/
      svn.revision 84
      worksrcdir trunk

      conflicts py26-py2app

      depends_lib-append port:py26-setuptools port:py26-altgraph port:py26-macholib path:${python.pkgd}/modulegraph/__init__.py:py26-modulegraph-devel port:py26-bdist_mpkg

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/share/examples/${name}
      xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt ${destroot}${prefix}/share/doc/${name}
      eval copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/examples/${name}
      }

      livecheck.type regex
      livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py
      livecheck.regex {version='([0-9.]+)'}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.