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

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 26 16:04:45 PDT 2008


Revision: 3079
          http://trac.macosforge.org/projects/calendarserver/changeset/3079
Author:   wsanchez at apple.com
Date:     2008-09-26 16:04:44 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Remove PySQLite; included in Python 2.5.

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-09-26 22:47:36 UTC (rev 3078)
+++ CalendarServer/trunk/run	2008-09-26 23:04:44 UTC (rev 3079)
@@ -635,20 +635,6 @@
 export PYTHONPATH="${PYTHONPATH}:${vobject}";
 
 #
-# PySQLite
-#
-
-if ! py_have_module sqlite3 && ! py_have_module pysqlite2; then
-  pysqlite="${top}/pysqlite-2.5.0";
-
-  www_get "PySQLite" "${pysqlite}" http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/pysqlite-2.5.0a.tar.gz;
-  py_build "PySQLite" "${pysqlite}" false;
-  py_install "PySQLite" "${pysqlite}";
-
-  export PYTHONPATH="${PYTHONPATH}:${pysqlite}/build/${py_platform_libdir}";
-fi;
-
-#
 # PyDirector
 #
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080926/b3ec25d2/attachment.html 


More information about the calendarserver-changes mailing list