Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221261 - [ebuild] dev-python/py2app-0.3.6 - Create standalone Mac OS X applications with Python
Summary: [ebuild] dev-python/py2app-0.3.6 - Create standalone Mac OS X applications wi...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pypi.python.org/pypi/py2app/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-10 19:47 UTC by Arne Babenhauserheide
Modified: 2022-01-05 20:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
py2app-0.3.6.ebuild (py2app-0.3.6.ebuild,420 bytes, text/plain)
2008-05-10 19:50 UTC, Arne Babenhauserheide
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Babenhauserheide 2008-05-10 19:47:59 UTC
py2app is a Python distutils suite which provides several useful features for distributing Python applications and libraries on the Mac OS X platform. 

My ebuild installed, but it misses the plistlib, which seems to be necessary to install (but Python 2.6 or so should contain it, since it's in the general Lib dir in SVN, now). 

- http://svn.python.org/view/*checkout*/python/trunk/Lib/plistlib.py?rev=60173

Thus the ebuild isn't finished, but it's a start. 

Reproducible: Always
Comment 1 Arne Babenhauserheide 2008-05-10 19:50:46 UTC
Created attachment 152763 [details]
py2app-0.3.6.ebuild
Comment 2 Arne Babenhauserheide 2008-05-10 20:26:06 UTC
I don't know how to create an ebuild for plistlib, though - getting it from SVN or similar. 

Is it possible to integrate easy_install into an ebuild?