[Checkins] SVN: lovely.viewcache/trunk/ This package has been superseded (but should still pass its tests).

Stefan H. Holek stefan at epy.co.at
Thu Oct 4 06:16:55 EDT 2007


Log message for revision 80598:
  This package has been superseded (but should still pass its tests).
  

Changed:
  A   lovely.viewcache/trunk/README.txt
  U   lovely.viewcache/trunk/setup.py

-=-
Added: lovely.viewcache/trunk/README.txt
===================================================================
--- lovely.viewcache/trunk/README.txt	                        (rev 0)
+++ lovely.viewcache/trunk/README.txt	2007-10-04 10:16:55 UTC (rev 80598)
@@ -0,0 +1,6 @@
+================
+lovely.viewcache
+================
+
+This package is superseded by lovely.responsecache.
+


Property changes on: lovely.viewcache/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: lovely.viewcache/trunk/setup.py
===================================================================
--- lovely.viewcache/trunk/setup.py	2007-10-04 10:08:45 UTC (rev 80597)
+++ lovely.viewcache/trunk/setup.py	2007-10-04 10:16:55 UTC (rev 80598)
@@ -15,8 +15,12 @@
       package_dir = {'':'src'},
       namespace_packages=['lovely'],
       install_requires=['setuptools',
+                        'zope.component',
                         'zope.interface',
-                        'zope.component',
+                        'zope.viewlet',
+                        'zope.app.cache',
+                        'zope.app.intid',
+                        'zope.app.server',
                         'lovely.mount',
                         ],
       extras_require={"test": ["zope.app.testing", "z3c.configurator"]},



More information about the Checkins mailing list