[Checkins] SVN: gocept.zope3instance/trunk/ - updated readme

Christian Theune ct at gocept.com
Tue Apr 10 05:41:26 EDT 2007


Log message for revision 74080:
   - updated readme
   - fixed dependency on zope.app
  

Changed:
  U   gocept.zope3instance/trunk/README.txt
  U   gocept.zope3instance/trunk/setup.py

-=-
Modified: gocept.zope3instance/trunk/README.txt
===================================================================
--- gocept.zope3instance/trunk/README.txt	2007-04-10 09:36:24 UTC (rev 74079)
+++ gocept.zope3instance/trunk/README.txt	2007-04-10 09:41:25 UTC (rev 74080)
@@ -4,16 +4,11 @@
 This recipe creates a Zope instance that has been extended by a
 collection of eggs.
 
+A Zope installation or checkout is not required by this recipe. You should
+make your application depend on zope.app.
+
 The recipe takes the following options:
 
-zope3 
-   The name of a section providing a Zope 3 installation definition.
-   This defaults to zope3.  The section is required to have a 
-   location option giving the location of the installation.  This
-   could be a section used to install a part, like a Zope 3 checkout,
-   or simply a section with a location option pointing to an existing
-   install. 
-
 database
    The name of a section defining a zconfig option that has a zodb
    section.

Modified: gocept.zope3instance/trunk/setup.py
===================================================================
--- gocept.zope3instance/trunk/setup.py	2007-04-10 09:36:24 UTC (rev 74079)
+++ gocept.zope3instance/trunk/setup.py	2007-04-10 09:41:25 UTC (rev 74080)
@@ -19,7 +19,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['gocept'],
     install_requires = ['zc.buildout', 'zope.testing', 'setuptools',
-                        'zc.recipe.egg', 'zope.app'],
+                        'zc.recipe.egg', 'zope.app.zcmlfiles'],
     dependency_links = ['http://amy.gocept.com/~ctheune/eggs/'],
     entry_points = {
         'zc.buildout': [



More information about the Checkins mailing list