[CalendarServer-changes] [1991] CalendarServer/branches/release/CalendarServer-1.0-dev/run

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 26 13:03:08 PDT 2007


Revision: 1991
          http://trac.macosforge.org/projects/calendarserver/changeset/1991
Author:   wsanchez at apple.com
Date:     2007-10-26 13:03:08 -0700 (Fri, 26 Oct 2007)

Log Message:
-----------
PyAppleAuth is no longer used.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/run

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/run
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/run	2007-10-26 19:56:11 UTC (rev 1990)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/run	2007-10-26 20:03:08 UTC (rev 1991)
@@ -489,22 +489,6 @@
 fi;
 
 #
-# PyAppleAuth
-#
-
-if [ "$(uname -s)" == "Darwin" ]; then
-  if ! py_have_module appleauth; then
-    appleauth="${top}/PyAppleAuth";
-
-    svn_get "PyAppleAuth" "${appleauth}" "${svn_uri_base}/PyAppleAuth/tags/release/PyAppleAuth-1.0" 1985;
-    py_build "PyAppleAuth" "${appleauth}" false;
-    py_install "PyAppleAuth" "${appleauth}"
-
-    export PYTHONPATH="${PYTHONPATH}:${appleauth}/build/${py_platform_libdir}";
-  fi;
-fi;
-
-#
 # xattr
 #
 

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


More information about the calendarserver-changes mailing list