Message222

Author lszyba1
Recipients lszyba1, tarek
Date 2008-12-23.14:11:15
Content
This would be useful. Currently similar index list is located in turbogears
project, and while some new packages are already on tg2 index, some are not. You
get an error if the package can't be found, so having a second index I could
point to would allow for a "fail over":
From reading setuptools it seems as this would be a recommended setup.cfg
configuration.
[easy_install] 
index_url = http://turbogears.org/2.0/downloads/current/index/
            http://pypi.python.org/simple/


Let me know which version this gets implemented in assuming this patch allows
for a configuration I just specified above.
Thanks,
Lucas
History
Date User Action Args
2008-12-23 14:11:15lszyba1setrecipients: + lszyba1, tarek
2008-12-23 14:11:15lszyba1setmessageid: <1230041475.98.0.54071874121.issue32@psf.upfronthosting.co.za>
2008-12-23 14:11:15lszyba1linkissue32 messages
2008-12-23 14:11:15lszyba1create