[CalendarServer-changes] [1403] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 15:59:35 PDT 2007


Revision: 1403
          http://trac.macosforge.org/projects/calendarserver/changeset/1403
Author:   wsanchez at apple.com
Date:     2007-03-19 15:59:35 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
Use ZopeInterface 3.3.0

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-03-19 20:17:12 UTC (rev 1402)
+++ CalendarServer/trunk/run	2007-03-19 22:59:35 UTC (rev 1403)
@@ -364,9 +364,9 @@
 #
 
 if ! py_have_module zope.interface; then
-  zope="${top}/ZopeInterface-3.1.0c1";
+  zope="${top}/zope.interface-3.3.0";
 
-  www_get "Zope Interface" "${zope}" http://www.zope.org/Products/ZopeInterface/3.1.0c1/ZopeInterface-3.1.0c1.tgz;
+  www_get "Zope Interface" "${zope}" http://www.zope.org/Products/ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz;
   py_build "Zope Interface" "${zope}" false;
   py_install "Zope Interface" "${zope}";
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070319/c03ffbe6/attachment.html


More information about the calendarserver-changes mailing list