Hi
Betreff: [Zope-dev] Re: AW: Annoying: Download error: unknown url type: svn-- Some packages may not be found!
[...]
I have got the same error today. buildout -vvvv was not sufficient so I added print output to setuptools/package_index.py and discovered this message is caused by z3c.form:
The same happens for lovely.recipe:
I had no time to take a closer look at that. But I guess it's the lovely.recipe which forces to return the svn-- message. Regards Roger Ineichen
What is considered to be good practice here? For example this is in the setup.py of grokproject:
url='https://launchpad.net/grok',
download_url='svn://svn.zope.org/repos/main/grokproject/trunk# egg=grokproject-dev',
Looking at the simple cheese shop page:
http://pypi.python.org/simple/grokproject
I see that the home page url for all released versions is the launchpad url which is probably fine. But the download url is also the same for every release that I checked, namely the trunk#egg, which does not look like a good idea.
-- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl]
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )