[Checkins] SVN: Sandbox/darrylcousins/mars. Copied layer back into formdemo

Darryl Cousins darryl at darrylcousins.net.nz
Sun Jul 8 07:04:15 EDT 2007


Log message for revision 77613:
  Copied layer back into formdemo

Changed:
  A   Sandbox/darrylcousins/mars.formdemo/mars.layer/
  U   Sandbox/darrylcousins/mars.formdemo/mars.layer/setup.py
  U   Sandbox/darrylcousins/mars.layer/setup.py

-=-
Copied: Sandbox/darrylcousins/mars.formdemo/mars.layer (from rev 77612, Sandbox/darrylcousins/mars.layer)

Modified: Sandbox/darrylcousins/mars.formdemo/mars.layer/setup.py
===================================================================
--- Sandbox/darrylcousins/mars.layer/setup.py	2007-07-08 10:57:24 UTC (rev 77612)
+++ Sandbox/darrylcousins/mars.formdemo/mars.layer/setup.py	2007-07-08 11:04:15 UTC (rev 77613)
@@ -5,31 +5,93 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(
-    name='mars.layer',
+    name='mars.formdemo',
     version='0.1',
     author='Darryl Cousins',
     author_email='darryl.cousins at tfws.org.nz',
-    url='http://www.tfws.org.nz/martian',
+    url='http://www.tfws.org.nz/mars',
     description="""\
 Martian is a library that allows the embedding of configuration
 information in Python code. Martian can then grok the system and
 do the appropriate configuration registrations.
 
-This package uses martian to define layers and skins""",
+This package uses martian to reproduce and imitiate z3c.formdemo
+as a experiment in using mars packages to configure zope apps""",
     long_description=(
-        read('src/mars/layer/README.txt')
+        read('src/mars/formdemo/README.txt')
         ),
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     include_package_data = True,
     zip_safe=False,
     license='ZPL',
-    install_requires=['setuptools',
-                      'martian',
-                      'z3c.layer',
-                      'z3c.pagelet',
-                      'z3c.form',
-                     ],
+    dependency_links = ['http://download.zope.org/distribution'],
+    extras_require = dict(
+        app = ['zope.app.appsetup',
+               'zope.app.authentication',
+               'zope.app.component',
+               'zope.app.container',
+               'zope.app.error',
+               'zope.app.form',
+               'zope.app.publisher',
+               'zope.app.publication',
+               'zope.app.security',
+               'zope.app.securitypolicy',
+               'zope.app.twisted',
+               'zope.app.wsgi',
+               'zope.contentprovider',
+               'zope.app.intid',
+                'z3c.formdemo',
+               ],
+        test = ['z3c.etestbrowser',
+                'zope.app.zcmlfiles',
+                'zope.app.testing'],
+        ),
+    install_requires = [
+        'setuptools',
+        'simplejson',
+        'grok',
+        'martian',
+        'lxml',
+        'pytz',
+        'ZODB3',
+        'z3c.csvvocabulary',
+        'z3c.form',
+        'z3c.formui',
+        'z3c.layer',
+        'z3c.pagelet',
+        'z3c.template',
+        'z3c.viewlet',
+        'z3c.zrtresource',
+        'z3c.formdemo',
+        'zc.resourcelibrary',
+        'zc.table',
+        'zope.annotation',
+                      'zope.contentprovider',
+                      'zope.app.catalog',
+                      'zope.app.folder',
+        'zope.app.container',
+        'zope.app.pagetemplate',
+        'zope.app.session',
+        'zope.component',
+        'zope.interface',
+        'zope.location',
+        'zope.pagetemplate',
+        'zope.publisher',
+        'zope.rdb',
+        'zope.schema',
+        'zope.traversing',
+        'zope.viewlet',
+        ],
 )
+        #              'zope.app.pagetemplate',
+        #              'zope.app.testing',
+        #              'zope.configuration',
+        #              'zope.dottedname',
+        #              'zope.event',
+        #              'zope.formlib',
+        #              'zope.lifecycleevent',
+        #              'zope.security',
+        #              'zope.testing',
 
 

Modified: Sandbox/darrylcousins/mars.layer/setup.py
===================================================================
--- Sandbox/darrylcousins/mars.layer/setup.py	2007-07-08 10:57:24 UTC (rev 77612)
+++ Sandbox/darrylcousins/mars.layer/setup.py	2007-07-08 11:04:15 UTC (rev 77613)
@@ -5,31 +5,93 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(
-    name='mars.layer',
+    name='mars.formdemo',
     version='0.1',
     author='Darryl Cousins',
     author_email='darryl.cousins at tfws.org.nz',
-    url='http://www.tfws.org.nz/martian',
+    url='http://www.tfws.org.nz/mars',
     description="""\
 Martian is a library that allows the embedding of configuration
 information in Python code. Martian can then grok the system and
 do the appropriate configuration registrations.
 
-This package uses martian to define layers and skins""",
+This package uses martian to reproduce and imitiate z3c.formdemo
+as a experiment in using mars packages to configure zope apps""",
     long_description=(
-        read('src/mars/layer/README.txt')
+        read('src/mars/formdemo/README.txt')
         ),
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     include_package_data = True,
     zip_safe=False,
     license='ZPL',
-    install_requires=['setuptools',
-                      'martian',
-                      'z3c.layer',
-                      'z3c.pagelet',
-                      'z3c.form',
-                     ],
+    dependency_links = ['http://download.zope.org/distribution'],
+    extras_require = dict(
+        app = ['zope.app.appsetup',
+               'zope.app.authentication',
+               'zope.app.component',
+               'zope.app.container',
+               'zope.app.error',
+               'zope.app.form',
+               'zope.app.publisher',
+               'zope.app.publication',
+               'zope.app.security',
+               'zope.app.securitypolicy',
+               'zope.app.twisted',
+               'zope.app.wsgi',
+               'zope.contentprovider',
+               'zope.app.intid',
+                'z3c.formdemo',
+               ],
+        test = ['z3c.etestbrowser',
+                'zope.app.zcmlfiles',
+                'zope.app.testing'],
+        ),
+    install_requires = [
+        'setuptools',
+        'simplejson',
+        'grok',
+        'martian',
+        'lxml',
+        'pytz',
+        'ZODB3',
+        'z3c.csvvocabulary',
+        'z3c.form',
+        'z3c.formui',
+        'z3c.layer',
+        'z3c.pagelet',
+        'z3c.template',
+        'z3c.viewlet',
+        'z3c.zrtresource',
+        'z3c.formdemo',
+        'zc.resourcelibrary',
+        'zc.table',
+        'zope.annotation',
+                      'zope.contentprovider',
+                      'zope.app.catalog',
+                      'zope.app.folder',
+        'zope.app.container',
+        'zope.app.pagetemplate',
+        'zope.app.session',
+        'zope.component',
+        'zope.interface',
+        'zope.location',
+        'zope.pagetemplate',
+        'zope.publisher',
+        'zope.rdb',
+        'zope.schema',
+        'zope.traversing',
+        'zope.viewlet',
+        ],
 )
+        #              'zope.app.pagetemplate',
+        #              'zope.app.testing',
+        #              'zope.configuration',
+        #              'zope.dottedname',
+        #              'zope.event',
+        #              'zope.formlib',
+        #              'zope.lifecycleevent',
+        #              'zope.security',
+        #              'zope.testing',
 
 



More information about the Checkins mailing list