[z3-checkins] r36875 - in z3/deliverance/DeliveranceVHoster/trunk: . DeliveranceDemo.egg-info DeliveranceVHoster.egg-info docs

ianb at codespeak.net ianb at codespeak.net
Wed Jan 17 16:00:54 CET 2007


Author: ianb
Date: Wed Jan 17 16:00:51 2007
New Revision: 36875

Added:
   z3/deliverance/DeliveranceVHoster/trunk/DeliveranceVHoster.egg-info/   (props changed)
Removed:
   z3/deliverance/DeliveranceVHoster/trunk/DeliveranceDemo.egg-info/
Modified:
   z3/deliverance/DeliveranceVHoster/trunk/docs/find-links.html
   z3/deliverance/DeliveranceVHoster/trunk/setup.py
Log:
more renaming

Modified: z3/deliverance/DeliveranceVHoster/trunk/docs/find-links.html
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/docs/find-links.html	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/docs/find-links.html	Wed Jan 17 16:00:51 2007
@@ -7,8 +7,6 @@
 <body>
 
 <a href="../#egg=DeliveranceDemo-dev">Link to Deliverance svn checkout</a>
-<a href="http://pylonshq.com/svn/Pylons/trunk#egg=Pylons-dev">Pylons
-link :(</a>
 <a href="http://www.plope.com/software/supervisor2/supervisor-2.1b1.tar.gz/download#egg=supervisor-2.1b1">supervisor</a>
 
 </body> </html>

Modified: z3/deliverance/DeliveranceVHoster/trunk/setup.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/setup.py	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/setup.py	Wed Jan 17 16:00:51 2007
@@ -9,17 +9,20 @@
     #url="",
     install_requires=[
       'Paste==dev,>1.1.1', # There's a bug fix we need
-      "Pylons>=0.9.3",
       'Deliverance',
       'WSGIFilter',
       'HTTPEncode',
+      'OHM',
       ],
+    dependency_links=[
+      'http://codespeak.net/svn/z3/deliverance/trunk#egg=Deliverance-dev',
+    ],
     packages=find_packages(),
     include_package_data=True,
     test_suite = 'nose.collector',
     entry_points="""
     [paste.app_factory]
-    main=ddemo:make_app
+    main=dvhoster:make_app
     [paste.app_install]
     main=paste.script.appinstall:Installer
     """,


More information about the z3-checkins mailing list