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
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 =
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
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
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
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:
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
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
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.