[gtk-osx] Unstable: Build with either Python 2.7 or Python3



commit 413b01c2fca0c2ffe2927cd563c97e045e27dc0e
Author: John Ralls <jralls ceridwen us>
Date:   Sun Dec 23 08:28:15 2012 -0800

    Unstable: Build with either Python 2.7 or Python3

 modulesets-unstable/gtk-osx-bootstrap.modules |    5 +++--
 modulesets-unstable/gtk-osx-python.modules    |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-bootstrap.modules b/modulesets-unstable/gtk-osx-bootstrap.modules
index 698ec76..de1d45a 100644
--- a/modulesets-unstable/gtk-osx-bootstrap.modules
+++ b/modulesets-unstable/gtk-osx-bootstrap.modules
@@ -59,9 +59,10 @@
 	    repo="xmlsoft.org">
       <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/libxml2-Bug-686118-pthreads_once_init.patch"; strip="1"/>
     </branch>
-    <dependencies>
+    <after>
       <dep package="python2.7"/>
-    </dependencies>
+      <dep package="python3"/>
+    </after>
   </autotools>
 
   <autotools id="libxslt" autogen-sh="configure">
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index f5060ef..4cba74b 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -59,7 +59,7 @@
         repo="oracle" />
   </autotools>
 
-  <autotools id="python3.2" autogenargs="--enable-shared" autogen-sh="configure">
+  <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
     <branch repo="python"
 	    module="3.3/Python-3.3.0.tar.bz2" version="3.3.0">
     </branch>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]