[76848] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Thu Mar 10 07:37:40 PST 2011


Revision: 76848
          http://trac.macports.org/changeset/76848
Author:   mmoll at macports.org
Date:     2011-03-10 07:37:40 -0800 (Thu, 10 Mar 2011)
Log Message:
-----------
python/py2[67]-shiboken: new ports, needed for py2[67]-pyside, an alternative to py2[67]-pyqt4

Added Paths:
-----------
    trunk/dports/python/py26-shiboken/
    trunk/dports/python/py26-shiboken/Portfile
    trunk/dports/python/py27-shiboken/
    trunk/dports/python/py27-shiboken/Portfile

Added: trunk/dports/python/py26-shiboken/Portfile
===================================================================
--- trunk/dports/python/py26-shiboken/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-shiboken/Portfile	2011-03-10 15:37:40 UTC (rev 76848)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  cmake 1.0
+
+set realname        shiboken
+name                py26-${realname}
+version             1.0.0
+categories          python devel
+maintainers         openmaintainer mmoll
+description         Plugin for generatorrunner that generates python bindings \
+                    for C++ libraries
+long_description    Shiboken is a plugin (front-end) for generatorrunner that \
+                    generates python bindings for C++ libraries using CPython \
+                    source code.
+homepage            http://www.pyside.org/docs/shiboken/
+platforms           darwin
+master_sites        http://www.pyside.org/files/
+
+checksums           md5     f732efeef712bc93b34a1fae2305d5ac \
+                    rmd160  700f3741ceb6e46a56643d82fdabb033f13cb086 \
+                    sha1    3095a60b905d4a20c0c3a5c3307a4c81c8bcdc81
+distname            ${realname}-${version}
+use_bzip2           yes
+depends_lib-append  port:qt4-mac port:apiextractor port:generatorrunner port:python26
+configure.args-append -DBUILD_TESTS:BOOL=FALSE \
+                    -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6 \
+                    -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib \
+                    -DPYTHON_INCLUDE_DIRS=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${realname}-(\[0-9.\]+)\\.tar\\.bz2


Property changes on: trunk/dports/python/py26-shiboken/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py27-shiboken/Portfile
===================================================================
--- trunk/dports/python/py27-shiboken/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-shiboken/Portfile	2011-03-10 15:37:40 UTC (rev 76848)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  cmake 1.0
+
+set realname        shiboken
+name                py27-${realname}
+version             1.0.0
+categories          python devel
+maintainers         openmaintainer mmoll
+description         Plugin for generatorrunner that generates python bindings \
+                    for C++ libraries
+long_description    Shiboken is a plugin (front-end) for generatorrunner that \
+                    generates python bindings for C++ libraries using CPython \
+                    source code.
+homepage            http://www.pyside.org/docs/shiboken/
+platforms           darwin
+master_sites        http://www.pyside.org/files/
+
+checksums           md5     f732efeef712bc93b34a1fae2305d5ac \
+                    rmd160  700f3741ceb6e46a56643d82fdabb033f13cb086 \
+                    sha1    3095a60b905d4a20c0c3a5c3307a4c81c8bcdc81
+distname            ${realname}-${version}
+use_bzip2           yes
+depends_lib-append  port:qt4-mac port:apiextractor port:generatorrunner port:python27
+configure.args-append -DBUILD_TESTS:BOOL=FALSE \
+                    -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
+                    -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib \
+                    -DPYTHON_INCLUDE_DIRS=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${realname}-(\[0-9.\]+)\\.tar\\.bz2


Property changes on: trunk/dports/python/py27-shiboken/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110310/f2c935fc/attachment.html>


More information about the macports-changes mailing list