ZC Buildout recipe for building standalone Mac OS X application bundles.
Project 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.0 2009-09-11
Stable release
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for rod.recipe.py2app-1.0.0-py2.6.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43a3ce1d7cbc8524a1b533209302121cde1d71d04ae72b8a2e79c4ec9be86967 |
|
MD5 | 802034a8678d46dbf2a409f38e6c594b |
|
BLAKE2b-256 | d4184aad4239a5502ed5171305a1a429856d848f1141752c03b66f49de06c929 |
Hashes for rod.recipe.py2app-1.0.0-py2.5.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29550e7f2fd43f40e1ba2e2d4b816f80da2ab9416f48116ae65f9d8b88fb3253 |
|
MD5 | 7dda35efe871b884a7196c5566fe7b90 |
|
BLAKE2b-256 | 7072f670bec01161d9493d4dcde4eed58f005c2deef929b2115443391ff1391f |