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

2007-04-10 Thread Jim Fulton
On Apr 10, 2007, at 4:25 AM, Christian Theune wrote: Hi, Am Montag, den 09.04.2007, 10:58 -0400 schrieb Jim Fulton: On Apr 5, 2007, at 9:08 AM, Christian Theune wrote: 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. T

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

2007-04-10 Thread Christian Theune
Hi, Am Montag, den 09.04.2007, 10:58 -0400 schrieb Jim Fulton: > On Apr 5, 2007, at 9:08 AM, Christian Theune wrote: > > > 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

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

2007-04-09 Thread Jim Fulton
On Apr 5, 2007, at 9:08 AM, Christian Theune wrote: 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. Cool. First thing that I found: ZODB 3.4 eggs j

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

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 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 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

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 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 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 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 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 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

[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