Phillip J. Eby wrote: > At 10:01 PM 1/28/2007 +0000, Martin Aspeli wrote: >> I found myself searching for this very thing, and couldn't find a way to >> do it with zc.buildout. Listing an svn URL in the 'eggs' section gave a >> syntax error (with or without the #egg=Foo-dev bit). Listing the svn URL >> in 'find-links' didn't work either. > > Hm. easy_install accepts svn: URLs in --find-links as long as they have > the #egg part, so that sounds like a problem with zc.buildout.
I don't know if it's a buildout thing. I was only doing it indirectly, and you can't point to something that isn't a URL or HTML page with --find-links AFAICT. I thought you couldn't point directly to a package with find-links (hence dependency_links), but I think I'm just confusing setup.py with easy_install. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
