[Checkins] SVN: zope.filerepresentation/trunk/ works local, need to clean buildout.cfg at the end

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 07:50:57 EDT 2007


Log message for revision 73596:
  works local, need to clean buildout.cfg at the end

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

-=-
Modified: zope.filerepresentation/trunk/buildout.cfg
===================================================================
--- zope.filerepresentation/trunk/buildout.cfg	2007-03-25 11:46:09 UTC (rev 73595)
+++ zope.filerepresentation/trunk/buildout.cfg	2007-03-25 11:50:56 UTC (rev 73596)
@@ -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.filerepresentation/trunk/setup.cfg
===================================================================
--- zope.filerepresentation/trunk/setup.cfg	2007-03-25 11:46:09 UTC (rev 73595)
+++ zope.filerepresentation/trunk/setup.cfg	2007-03-25 11:50:56 UTC (rev 73596)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


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

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2007-03-25 11:46:09 UTC (rev 73595)
+++ zope.filerepresentation/trunk/setup.py	2007-03-25 11:50:56 UTC (rev 73596)
@@ -36,12 +36,10 @@
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},
-
-      namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
+      namespace_packages=['zope'],
       install_requires=['zope.interface',
-                        'zope.app',],
+                        'zope.app.container'
+                        ],
       include_package_data = True,
-
       zip_safe = False,
       )



More information about the Checkins mailing list