Metadata-Version: 1.0
Name: rod.recipe.py2app
Version: 1.0.0b1
Summary: ZC Buildout recipe for building standalone Mac OS X application bundles.
Home-page: http://cheeseshop.python.org/pypi/rod.recipe.py2app
Author: Tobias Rodaebel
Author-email: rodaebel@users.sourceforge.net
License: GPLv3
Description: The rod.recipe.py2app helps to create standalone Mac OS X application bundles
        using py2app and PyObjC. It aims to provide handling eggs within a zc.buildout
        environment.
        
        To be honest, this is a recipe for scrambled eggs. The current py2app version
        lacks of supporting python eggs, especially namespace packages. This recipe
        reconstructs a directory tree from the contents of the given eggs.
        
        Changes
        =======
        
        1.0.0b1 2008-02-04
        ------------------
        
        - Initial revision
        
        Documentation
        *************
        
        py2app-Build Recipe
        ===================
        
        The build recipe takes a number of options:
        
        eggs
        A list of eggs to install given as one or more setuptools requirement
        strings. Each string must be given on a separate line.
        
        packages
        A list of required python packages.
        
        script
        The name of the build script, which will be set up in bin.
        Default is 'py2app'.
        
        
        Tests
        =====
        
        Let's try to import the Recipe class:
        
        >>> from rod.recipe.py2app import Recipe
        
Keywords: pyobjc zc.buildout recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
