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
Release files for rod.recipe.py2app 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rod.recipe.py2app-1.0.0-py2.6.egg | Legacy Egg format | - | - | Details |
| rod.recipe.py2app-1.0.0-py2.5.egg | Legacy Egg format | - | - | Details |
Total release size: 16.4 kB
Release files / rod.recipe.py2app-1.0.0-py2.6.egg
| Download URL | rod.recipe.py2app-1.0.0-py2.6.egg |
|---|---|
| Size | 8.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
43a3ce1d7cbc8524a1b533209302121cde1d71d04ae72b8a2e79c4ec9be86967
|
|
BLAKE2b-256 checksum How to use checksums |
d4184aad4239a5502ed5171305a1a429856d848f1141752c03b66f49de06c929
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / rod.recipe.py2app-1.0.0-py2.5.egg
| Download URL | rod.recipe.py2app-1.0.0-py2.5.egg |
|---|---|
| Size | 8.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
29550e7f2fd43f40e1ba2e2d4b816f80da2ab9416f48116ae65f9d8b88fb3253
|
|
BLAKE2b-256 checksum How to use checksums |
7072f670bec01161d9493d4dcde4eed58f005c2deef929b2115443391ff1391f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |