[Checkins] SVN: grok/branches/sylvain-testlayers/setup.py Sort dependencies.

Martijn Faassen faassen at startifact.com
Tue Apr 27 11:25:29 EDT 2010


Log message for revision 111487:
  Sort dependencies.
  

Changed:
  U   grok/branches/sylvain-testlayers/setup.py

-=-
Modified: grok/branches/sylvain-testlayers/setup.py
===================================================================
--- grok/branches/sylvain-testlayers/setup.py	2010-04-27 15:09:02 UTC (rev 111486)
+++ grok/branches/sylvain-testlayers/setup.py	2010-04-27 15:25:26 UTC (rev 111487)
@@ -40,62 +40,61 @@
     package_dir = {'': 'src'},
     include_package_data = True,
     zip_safe=False,
-    install_requires=['setuptools',
-                      'ZODB3',
-                      'grokcore.annotation >= 1.1',
-                      'grokcore.component >= 1.5, < 2.0',
-                      'grokcore.formlib >= 1.4',
-                      'grokcore.security >= 1.1',
-                      'grokcore.site',
-                      'grokcore.content',
-                      'grokcore.view >= 1.12',
-                      'grokcore.viewlet >= 1.3',
-                      'martian >= 0.10, < 0.12',
-                      'pytz',
-                      'simplejson',
-                      'z3c.autoinclude',
-                      'z3c.flashmessage',
-                      'z3c.testsetup',
-                      'zc.catalog',
-                      'zope.annotation',
-                      'zope.app.http',
-                      'zope.app.publication',
-                      'zope.browserpage',
-                      'zope.app.publisher',
-                      'zope.catalog',
-                      'zope.component',
-                      'zope.container',
-                      'zope.contentprovider',
-                      'zope.copypastemove',
-                      'zope.event',
-                      'zope.exceptions',
-                      'zope.formlib',
-                      'zope.i18n',
-                      'zope.interface',
-                      'zope.intid',
-                      'zope.keyreference',
-                      'zope.lifecycleevent',
-                      'zope.location',
-                      'zope.password',
-                      'zope.pluggableauth',
-                      'zope.principalregistry',
-                      'zope.publisher',
-                      'zope.schema',
-                      'zope.security',
-                      'zope.securitypolicy',
-                      'zope.site',
-                      'zope.size',
-                      'zope.traversing',
-                      # Reported as unused by z3c.dependencychecker.  Should
-                      # be removed or moved to the deprecated packages list.
-                      'zope.app.appsetup',
-                      'zope.app.pagetemplate',
-                      'zope.dottedname',
-                      'zope.i18nmessageid',
-                      'zope.pagetemplate',
-                      'zope.proxy',
-                      'zope.viewlet',
-                      ],
+    install_requires=[
+        'setuptools',
+        'ZODB3',
+        'grokcore.annotation >= 1.1',
+        'grokcore.component >= 1.5, < 2.0',
+        'grokcore.content',
+        'grokcore.formlib >= 1.4',
+        'grokcore.security >= 1.1',
+        'grokcore.site',
+        'grokcore.view >= 1.12',
+        'grokcore.viewlet >= 1.3',
+        'martian >= 0.10, < 0.12',
+        'pytz',
+        'simplejson',
+        'z3c.autoinclude',
+        'z3c.flashmessage',
+        'z3c.testsetup',
+        'zc.catalog',
+        'zope.annotation',
+        'zope.app.appsetup',
+        'zope.app.http',
+        'zope.app.pagetemplate',
+        'zope.app.publication',
+        'zope.app.publisher',
+        'zope.browserpage',
+        'zope.catalog',
+        'zope.component',
+        'zope.container',
+        'zope.contentprovider',
+        'zope.copypastemove',
+        'zope.dottedname',
+        'zope.event',
+        'zope.exceptions',
+        'zope.formlib',
+        'zope.i18n',
+        'zope.i18nmessageid',
+        'zope.interface',
+        'zope.intid',
+        'zope.keyreference',
+        'zope.lifecycleevent',
+        'zope.location',
+        'zope.pagetemplate',
+        'zope.password',
+        'zope.pluggableauth',
+        'zope.principalregistry',
+        'zope.proxy',
+        'zope.publisher',
+        'zope.schema',
+        'zope.security',
+        'zope.securitypolicy',
+        'zope.site',
+        'zope.size',
+        'zope.traversing',
+        'zope.viewlet',
+        ],
     tests_require=tests_require,
     extras_require={'test': tests_require},
 )



More information about the checkins mailing list