[ python-Feature Requests-779160 ] Enhance PackageManager functionality

SourceForge.net noreply at sourceforge.net
Fri Jun 4 14:26:17 EDT 2004


Feature Requests item #779160, was opened at 2003-07-28 20:52
Message generated for change (Comment added) made by hhas
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=779160&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: Enhance PackageManager functionality

Initial Comment:
PackageManager should probably let you choose a tarball/ 
 zip/folder on disk (or drag + drop) and look for a setup.py  
 that it would do the Usual Thing with.  Perhaps also let you  
 choose an arbitrary .py file and scan for 'distutils' -- but I've  
 only seen a called-something-other-than-setup.py distutils  
 installer in one package (it had multiple setup-prefixed  
 installers that installed different related modules, and an  
 annoying no-op setup.py.. so I would say this is a bug on 
his  
 part). 
  
 PackageManager should be refactored to be responsive and  
 non-blocking (i.e. threaded or forking).    

----------------------------------------------------------------------

Comment By: has (hhas)
Date: 2004-06-04 18:26

Message:
Logged In: YES 
user_id=996627

"PackageManager should probably let you choose a tarball/ 
zip/folder on disk (or drag + drop) and look for a setup.py 
that it would do the Usual Thing with."

See my PyMod application for a simple standalone solution that fulfills 
this requirement:

http://freespace.virgin.net/hamish.sanderson/PyMod.app.sit

Supports building and installing distutils packages, and PyPI 
registration through a simple GUI. 

Could use a better name and icon, and needs a bit more user testing 
(only tested on 10.2.6 so far), but is otherwise ready to roll, and 
you're welcome to include in the MacPython 2.4 distribution.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=779160&group_id=5470



More information about the Python-bugs-list mailing list