Re: [Distutils] Upgrading eggs from custom url

2006-04-21 Thread Phillip J. Eby
At 07:47 AM 4/21/2006 -0400, Charlie Moad wrote: >On 4/20/06, bear <[EMAIL PROTECTED]> wrote: > > > > Charlie Moad wrote: > > > When issuing an "--upgrade" option, can the "download_url" be checked > > > automatically, or is there an existing way I can get a handle on that > > > "download_url" vari

Re: [Distutils] Upgrading eggs from custom url

2006-04-21 Thread Charlie Moad
On 4/20/06, bear <[EMAIL PROTECTED]> wrote: > > Charlie Moad wrote: > > When issuing an "--upgrade" option, can the "download_url" be checked > > automatically, or is there an existing way I can get a handle on that > > "download_url" variable to pass to easy_install? Any advice would be > > appre

Re: [Distutils] Upgrading eggs from custom url

2006-04-20 Thread bear
Charlie Moad wrote: > When issuing an "--upgrade" option, can the "download_url" be checked > automatically, or is there an existing way I can get a handle on that > "download_url" variable to pass to easy_install? Any advice would be > appreciated. > Check out the --find-links option: ea

[Distutils] Upgrading eggs from custom url

2006-04-20 Thread Charlie Moad
I am using setuptools to maintain some plugins I wrote for a python based protein viewer. I would like to have another plugin that simply checks for updates for the currently installed plugins. Code may help, so basically I would like to run: from setuptools.command import easy_install easy