[Distutils] Buildout 1.5.0 and friends released (was Re: Buildout release news)

2010-08-23 Thread Gary Poster
I have merged the betafix branch to trunk and made the releases of zc.buildout 1.5.0, zc.recipe.egg 1.3.0, and z3c.recipe.scripts 1.0.0. Gary On Aug 20, 2010, at 11:22 AM, Gary Poster wrote: > I intend to release zc.buildout 1.5.0 Monday, August 23. I will merge the > code from from > svn+ss

[Distutils] why this version spec does not work?

2010-08-23 Thread Adam GROSZER
Hello, I have here this version spec in setup.py: 'zope.testing >=3.6.0,<3.10.0', but zc.buildout does not get it right. Source is here: svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 Output is here: http://paste.lisp.org/+2FSQ Why on earth does zc.buildout pick zope.testing =

[Distutils] 'setup.py develop' w/ extras?

2010-08-23 Thread Sridhar Ratnakumar
I use the 'develop' command instead of 'install' as it does not copy the source files to site-packages, and I can continue developing on the working copy .. thanks to .egg-link. My project also has 'extras' dependencies. Is there a way to get these dependencies installing automatically with the

Re: [Distutils] why this version spec does not work?

2010-08-23 Thread P.J. Eby
At 06:46 PM 8/23/2010 +0200, Adam GROSZER wrote: Hello, I have here this version spec in setup.py: 'zope.testing >=3.6.0,<3.10.0', but zc.buildout does not get it right. Source is here: svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 Output is here: http://paste.lisp.org/+2FSQ

Re: [Distutils] 'setup.py develop' w/ extras?

2010-08-23 Thread P.J. Eby
At 10:44 AM 8/23/2010 -0700, Sridhar Ratnakumar wrote: I use the 'develop' command instead of 'install' as it does not copy the source files to site-packages, and I can continue developing on the working copy .. thanks to .egg-link. My project also has 'extras' dependencies. Is there a way to g

Re: [Distutils] why this version spec does not work?

2010-08-23 Thread Jim Fulton
On Mon, Aug 23, 2010 at 12:46 PM, Adam GROSZER wrote: > Hello, > > I have here this version spec in setup.py: > 'zope.testing >=3.6.0,<3.10.0', > > but zc.buildout does not get it right. > Source is here: > svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 > Output is here: > http:

Re: [Distutils] Buildout 1.5.0 and friends released (was Re: Buildout release news)

2010-08-23 Thread Attila Oláh
Hello, On Mon, Aug 23, 2010 at 17:43, Gary Poster wrote: > I have merged the betafix branch to trunk and made the releases of > zc.buildout 1.5.0, zc.recipe.egg 1.3.0, and z3c.recipe.scripts 1.0.0. Here are some observations. 1. I had a line like this in my ~/.bashrc: export PYTHONPATH="/home

Re: [Distutils] Buildout 1.5.0 and friends released (was Re: Buildout release news)

2010-08-23 Thread Sebastien Douche
On Mon, Aug 23, 2010 at 17:43, Gary Poster wrote: > I have merged the betafix branch to trunk and made the releases of > zc.buildout 1.5.0, zc.recipe.egg 1.3.0, and z3c.recipe.scripts 1.0.0. Awesome! For the next release, can you add a note on each new functionality in the documentation (somethi

Re: [Distutils] Buildout 1.5.0 and friends released (was Re: Buildout release news)

2010-08-23 Thread Gary Poster
On Aug 23, 2010, at 6:38 PM, Attila Oláh wrote: > Hello, > > On Mon, Aug 23, 2010 at 17:43, Gary Poster wrote: >> I have merged the betafix branch to trunk and made the releases of >> zc.buildout 1.5.0, zc.recipe.egg 1.3.0, and z3c.recipe.scripts 1.0.0. > > Here are some observations. > > 1.