[CalendarServer-changes] [10558] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 28 12:44:40 PST 2013


Revision: 10558
          http://trac.calendarserver.org//changeset/10558
Author:   wsanchez at apple.com
Date:     2013-01-28 12:44:40 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Require zope interface 3.6.0; download 4.0.3

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2013-01-28 20:40:09 UTC (rev 10557)
+++ CalendarServer/trunk/support/build.sh	2013-01-28 20:44:40 UTC (rev 10558)
@@ -718,11 +718,10 @@
     "setuptools" "setuptools" "${st}" \
     "$pypi/s/setuptools/${st}.tar.gz";
 
-  local zv="3.3.0";
-  local zi="zope.interface-${zv}";
-  py_dependency -m "93668855e37b4691c5c956665c33392c" \
+  local zi="zope.interface-4.0.3";
+  py_dependency -v "3.6.0" -m "1ddd308f2c83703accd1696158c300eb" \
     "Zope Interface" "zope.interface" "${zi}" \
-    "http://www.zope.org/Products/ZopeInterface/${zv}/${zi}.tar.gz";
+    "http://pypi.python.org/packages/source/z/zope.interface/${zi}.tar.gz";
 
   local po="pyOpenSSL-0.10";
   py_dependency -v 0.9 -m "34db8056ec53ce80c7f5fc58bee9f093" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/73232d3d/attachment.html>


More information about the calendarserver-changes mailing list