Ok I have commited this in r6323 and 6322 Please note you may think we have a broken behavior, but the broken one was before :)
As of today. running python setup.py develop/install/etc. for both TG and devtools will go to pypi, instead of the index. To go to the index you need to explicitly say so with -i Also note this is way better for people working with trunk as we can find breaking changes sooner, but it's a potential draw back to people using easy_install and trunk, as you could break your environment with a bad -U which I plan to solve with http://trac.turbogears.org/ticket/2169 On Sat, Feb 14, 2009 at 2:10 PM, Florent Aide <[email protected]> wrote: > > On Sat, Feb 14, 2009 at 4:32 PM, Jorge Vargas <[email protected]> wrote: >> >> On Sat, Feb 14, 2009 at 9:26 AM, Florent Aide <[email protected]> wrote: >>> >>> tg.devtools still requires repoze.what-quickstart that is not found in >>> our egg index but is present on the pypi index. >> >> actually it is there, it's just rc1 and we now require rc2, which is >> already on SVN but not in the index. as usual the [easy_install] lines > > I know that. And I know how to remove those lines but as others have > reported in this list: the casual tester will not know and will just > conclude tg2 is too hard to install... > >> in setup.cfg are hiding the pypi package from you, so you need to >> delete those two lines temporally. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
