Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 221261

Summary: [ebuild] dev-python/py2app-0.3.6 - Create standalone Mac OS X applications with Python
Product: Gentoo Linux Reporter: Arne Babenhauserheide <arne_bab>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: arthurzam, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://pypi.python.org/pypi/py2app/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: py2app-0.3.6.ebuild

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?