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

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 27 13:37:06 PDT 2012


Revision: 8935
          http://trac.macosforge.org/projects/calendarserver/changeset/8935
Author:   wsanchez at apple.com
Date:     2012-03-27 13:37:06 -0700 (Tue, 27 Mar 2012)
Log Message:
-----------
Pull in PyCrypto

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-03-27 20:05:08 UTC (rev 8934)
+++ CalendarServer/trunk/support/build.sh	2012-03-27 20:37:06 UTC (rev 8935)
@@ -752,6 +752,11 @@
     "pytz" "pytz" "${tz}" \
     "http://pypi.python.org/packages/source/p/pytz/${tz}.tar.gz";
 
+  local pc="pycrypto-2.5";
+  py_dependency -o -m "783e45d4a1a309e03ab378b00f97b291" \
+    "PyCrypto" "pycrypto" "${pc}" \
+    "http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${pc}.tar.gz";
+
   svn_get "CalDAVTester" "${top}/CalDAVTester" \
       "${svn_uri_base}/CalDAVTester/trunk" HEAD;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120327/2e88f53d/attachment-0001.html>


More information about the calendarserver-changes mailing list