This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Enhance PackageManager functionality
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, hhas, jackjansen
Priority: normal Keywords:

Created on 2003-07-28 20:52 by bob.ippolito, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (3)
msg53960 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2003-07-28 20:52
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).    
msg53961 - (view) Author: (hhas) Date: 2004-06-04 18:26
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.
msg53962 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2006-07-15 16:57
Logged In: YES 
user_id=139309

PackageManager is deprecated in favor of Cheese Shop + easy_install and 
bdist_mpkg + pythonmac.org/packages
History
Date User Action Args
2022-04-10 16:10:17adminsetgithub: 38954
2003-07-28 20:52:20bob.ippolitocreate