[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Windows 2000 zc-bbwin3

2007-04-05 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Windows 2000 zc-bbwin3. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 861 Blamelist: jinty,mkerrin BUILD FAILED: failed test sincerely, -The Buildbot __

[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Windows 2000 zc-bbwin3

2007-04-05 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Windows 2000 zc-bbwin3. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 864 Blamelist: dobe,jinty,wichert BUILD FAILED: failed test sincerely, -The Buildbot _

[Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Christian Theune
Hi, we're starting work on an application that we're going to use Zope 3.4 for and that I'd like to base on the eggs. That should give me the chance to clean up some of the egg dependencies. First thing that I found: ZODB 3.4 eggs just require ZODB3, but don't state a version. This should current

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Baiju M
On 4/5/07, Christian Theune <[EMAIL PROTECTED]> wrote: Hi, I'd start adding those more specific version dependencies to zope.app and the other eggs. Since we almost eggified all packages under zope.app namespace, should we keep the all-in-one zope.app egg ? Can we remove this egg from PyPI and

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Fred Drake
On 4/5/07, Baiju M <[EMAIL PROTECTED]> wrote: Since we almost eggified all packages under zope.app namespace, should we keep the all-in-one zope.app egg ? I've been making it a point to not depend on the zope.app egg; depending on it brings in things I don't want, and that's what we're trying t

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 09:08, Christian Theune wrote: > we're starting work on an application that we're going to use Zope 3.4 > for and that I'd like to base on the eggs. That should give me the > chance to clean up some of the egg dependencies. Yeah, I wanted to look into some dependencies to

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Bernd Dorn
On 05.04.2007, at 16:23, Stephan Richter wrote: On Thursday 05 April 2007 09:08, Christian Theune wrote: we're starting work on an application that we're going to use Zope 3.4 for and that I'd like to base on the eggs. That should give me the chance to clean up some of the egg dependencies.

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 11:08, Bernd Dorn wrote: > i use this tiny script > > http://svn.zope.org/z3c.configurator/trunk/importchecker.py? > rev=73771&view=log Right, I know about the importchecker. But it does nto generate the dependency tree for me and is agnostic to optional dependencies, wh

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Marius Gedminas
On Thu, Apr 05, 2007 at 10:23:44AM -0400, Stephan Richter wrote: > On Thursday 05 April 2007 09:08, Christian Theune wrote: > > we're starting work on an application that we're going to use Zope 3.4 > > for and that I'd like to base on the eggs. That should give me the > > chance to clean up some o

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Brian Sutherland
On Thu, Apr 05, 2007 at 11:34:50AM -0400, Stephan Richter wrote: > On Thursday 05 April 2007 11:08, Bernd Dorn wrote: > > i use this tiny script > > > > http://svn.zope.org/z3c.configurator/trunk/importchecker.py? > > rev=73771&view=log > > Right, I know about the importchecker. But it does nto ge

[Zope3-dev] Zope 3 without ZODB (redux)

2007-04-05 Thread Brian Sutherland
Reading this thread made me want to try out some stuff: http://mail.zope.org/pipermail/zope3-dev/2007-January/021612.html So I've made a jinty-zodbless branch of the trunk and want to ask for comment on some of the design decisions I've made there before I spend a lot of time writing tests/ex

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 12:33, Brian Sutherland wrote: > This is the way I'm using to get at the config of setup.py in some of my > tools: > > from distutils.core import run_setup > dist = run_setup('setup.py', stop_after='config') > > Then, it get's a little complex to actually get the data you

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 12:19, Marius Gedminas wrote: > > I think what we need is a tool that draws us a dependency graph. Is there > > something out there already, at least for creating the dependency graph > > text version? Since all dependencies are specified as an argument to the > > setup fu

Re: [Zope3-dev] Cleaning up dependencies for Zope 3.4 eggs

2007-04-05 Thread Bernd Dorn
On 05.04.2007, at 17:34, Stephan Richter wrote: On Thursday 05 April 2007 11:08, Bernd Dorn wrote: i use this tiny script http://svn.zope.org/z3c.configurator/trunk/importchecker.py? rev=73771&view=log Right, I know about the importchecker. But it does nto generate the dependency tree for

[Zope3-dev] Doc % FROM_NAME

2007-04-05 Thread Canadian MensHealth
___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope3-dev] Zope 3 without ZODB (redux)

2007-04-05 Thread Stephan Richter
On Thursday 05 April 2007 12:50, Brian Sutherland wrote: > Reading this thread made me want to try out some stuff: > >     http://mail.zope.org/pipermail/zope3-dev/2007-January/021612.html > > So I've made a jinty-zodbless branch of the trunk and want to ask for > comment on some of the design deci