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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 12:00:15 PDT 2009


Revision: 4610
          http://trac.macosforge.org/projects/calendarserver/changeset/4610
Author:   glyph at apple.com
Date:     2009-10-20 12:00:13 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
Build twisted, even though we don't use the build, to generate distribution metadata and avoid egg-conflict warnings from pkg_resources.

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2009-10-20 18:34:13 UTC (rev 4609)
+++ CalendarServer/trunk/run	2009-10-20 19:00:13 UTC (rev 4610)
@@ -658,11 +658,12 @@
 svn_uri="${proto}://svn.twistedmatrix.com/svn/Twisted/branches/dav-take-two-3081-4";
 svn_get "Twisted" "${twisted}" "${svn_uri}" 26969;
 
-# No py_build step, since we tend to do edit Twisted, we want the sources in
-# PYTHONPATH, not a build directory.
-
 py_install "Twisted" "${twisted}";
+py_build "Twisted" "${twisted}" false
 
+# Although we built it to generate distribution metadata, let's add the sources
+# to PYTHONPATH instead so that we can edit them easily.
+
 export PYTHONPATH="${PYTHONPATH}:${twisted}";
 
 # twisted.web2 doesn't get installed by default
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091020/8786b241/attachment.html>


More information about the calendarserver-changes mailing list