[Checkins] SVN: zope.location/trunk/ use local devel sources for now

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 07:43:11 EDT 2007


Log message for revision 73594:
  use local devel sources for now

Changed:
  _U  zope.location/trunk/
  U   zope.location/trunk/buildout.cfg
  A   zope.location/trunk/setup.cfg
  U   zope.location/trunk/setup.py

-=-

Property changes on: zope.location/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.location/trunk/buildout.cfg
===================================================================
--- zope.location/trunk/buildout.cfg	2007-03-25 11:40:43 UTC (rev 73593)
+++ zope.location/trunk/buildout.cfg	2007-03-25 11:43:11 UTC (rev 73594)
@@ -1,5 +1,33 @@
 [buildout]
-develop = .
+develop = . 
+        ../zope.annotation
+        ../zope.app.broken
+        ../zope.app.component
+        ../zope.app.container
+        ../zope.app.interface
+        ../zope.app.module
+        ../zope.app.publication
+        ../zope.app.publisher
+        ../zope.app.testing
+        ../zope.app.zapi
+        ../zope.dublincore
+        ../zope.filerepresentation
+        ../zope.i18n
+        ../zope.location
+        ../zope.security
+        ../zope.traversing
+        ../zope.app.appsetup
+        ../zope.app.applicationcontrol
+        ../zope.app.http
+        ../zope.app.exception
+        ../zope.app.error
+        ../zope.app.security
+        ../zope.app.authentication
+        ../zope.app.dependable
+        ../zope.app.folder
+        ../zope.app.debug
+        ../zope.modulealias
+
 parts = test
 
 find-links = http://download.zope.org/distribution/

Added: zope.location/trunk/setup.cfg
===================================================================
--- zope.location/trunk/setup.cfg	2007-03-25 11:40:43 UTC (rev 73593)
+++ zope.location/trunk/setup.cfg	2007-03-25 11:43:11 UTC (rev 73594)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


Property changes on: zope.location/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2007-03-25 11:40:43 UTC (rev 73593)
+++ zope.location/trunk/setup.py	2007-03-25 11:43:11 UTC (rev 73594)
@@ -32,17 +32,16 @@
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},
-
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
+      extras_require=dict(test=['zope.app.container']),
       install_requires=['setuptools',
                         'zope.interface',
-                        'zope.component',
-                        'zope.proxy',
                         'zope.schema',
-                        'zope.testing',
+                        'zope.proxy',
+                        'zope.security',
                         'zope.traversing',
-                        'zope.app'],
+                        'zope.app.component',
+                        ],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list