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

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 26 15:40:02 PDT 2008


Revision: 3072
          http://trac.macosforge.org/projects/calendarserver/changeset/3072
Author:   wsanchez at apple.com
Date:     2008-09-26 15:40:01 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Remove ctypes; we require Python 2.5, we includes it.

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-09-26 22:39:33 UTC (rev 3071)
+++ CalendarServer/trunk/run	2008-09-26 22:40:01 UTC (rev 3072)
@@ -514,20 +514,6 @@
 fi;
 
 #
-# ctypes
-#
-
-if ! py_have_module ctypes; then
-  ctypes="${top}/ctypes-1.0.0"
-
-  www_get "ctypes" "${ctypes}" http://easynews.dl.sourceforge.net/sourceforge/ctypes/ctypes-1.0.0.tar.gz;
-  py_build "ctypes" "${ctypes}" true;
-  py_install "ctypes" "${ctypes}";
-
-  export PYTHONPATH="${PYTHONPATH}:${ctypes}/build/${py_platform_libdir}";
-fi;
-
-#
 # select26
 #
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080926/450c9c91/attachment.html 


More information about the calendarserver-changes mailing list