[gtk-osx: 11/17] Python 3 PyCairo build fix on modulesets



commit 25b906388c9c8b07a3470f90fdb167fe77b2c737
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Oct 18 18:17:05 2015 -0700

    Python 3 PyCairo build fix on modulesets
    
    This propagates the changes from modulesets-stable; use waf and specify
    using python3 as the Python executable name rather than python.

 modulesets/gtk-osx-python.modules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gtk-osx-python.modules b/modulesets/gtk-osx-python.modules
index a0d9341..28c8dec 100644
--- a/modulesets/gtk-osx-python.modules
+++ b/modulesets/gtk-osx-python.modules
@@ -113,7 +113,7 @@
   </waf>
 
 <!-- Pycairo-python3 for those who've made the leap. -->
-  <autotools id="pycairo-python3" autogen-sh="configure">
+  <waf id="pycairo-python3" python-command="python3">
     <branch module="pycairo-1.10.0.tar.bz2" repo="cairographics"
             version="1.10.0"
            hash="sha1:2efa8dfafbd6b8e492adaab07231556fec52d6eb"/>
@@ -124,7 +124,7 @@
       <dep package="python3"/>
       <dep package="meta-gtk-osx-core"/>
     </after>
-  </autotools>
+  </waf>
 
   <distutils id="pybsddb">
     <branch module="b/bsddb3/bsddb3-5.3.0.tar.gz"
@@ -153,6 +153,7 @@
     </dependencies>
     <after>
       <dep package="python"/>
+      <dep package="python3"/>
     </after>
   </autotools>
 


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