[76849] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Thu Mar 10 07:38:11 PST 2011


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

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

Added: trunk/dports/python/py26-pyside/Portfile
===================================================================
--- trunk/dports/python/py26-pyside/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyside/Portfile	2011-03-10 15:38:11 UTC (rev 76849)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  cmake 1.0
+
+set realname        pyside
+name                py26-${realname}
+version             1.0.0
+categories          python devel
+maintainers         openmaintainer mmoll
+description         LGPL-licensed Python bindings for Qt
+long_description    The PySide project provides LGPL-licensed Python bindings \
+                    for the Qt cross-platform application and UI framework. \
+                    PySide Qt bindings allow both free open source and \
+                    proprietary software development and ultimately aim to \
+                    support all of the platforms as Qt itself.
+homepage            http://www.pyside.org/
+platforms           darwin
+license             LGPL
+master_sites        http://www.pyside.org/files/
+
+checksums           md5     5589a883cebcb799a48b184a46db6386 \
+                    rmd160  a62875db8f43708228b488d2ca9e534bd176529e \
+                    sha1    ef3e02e99241262a1f82b7332161dc454de6fb84
+distname            ${realname}-qt4.7+${version}
+use_bzip2           yes
+depends_lib-append  port:qt4-mac port:generatorrunner port:python26
+configure.args-append -DBUILD_TESTS:BOOL=FALSE \
+                    -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${realname}-qt4.7\\+(\[0-9.\]+)\\.tar\\.bz2


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

Added: trunk/dports/python/py27-pyside/Portfile
===================================================================
--- trunk/dports/python/py27-pyside/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pyside/Portfile	2011-03-10 15:38:11 UTC (rev 76849)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  cmake 1.0
+
+set realname        pyside
+name                py27-${realname}
+version             1.0.0
+categories          python devel
+maintainers         openmaintainer mmoll
+description         LGPL-licensed Python bindings for Qt
+long_description    The PySide project provides LGPL-licensed Python bindings \
+                    for the Qt cross-platform application and UI framework. \
+                    PySide Qt bindings allow both free open source and \
+                    proprietary software development and ultimately aim to \
+                    support all of the platforms as Qt itself.
+homepage            http://www.pyside.org/
+platforms           darwin
+license             LGPL
+master_sites        http://www.pyside.org/files/
+
+checksums           md5     5589a883cebcb799a48b184a46db6386 \
+                    rmd160  a62875db8f43708228b488d2ca9e534bd176529e \
+                    sha1    ef3e02e99241262a1f82b7332161dc454de6fb84
+distname            ${realname}-qt4.7+${version}
+use_bzip2           yes
+depends_lib-append  port:qt4-mac port:generatorrunner port:python27
+configure.args-append -DBUILD_TESTS:BOOL=FALSE \
+                    -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${realname}-qt4.7\\+(\[0-9.\]+)\\.tar\\.bz2


Property changes on: trunk/dports/python/py27-pyside/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/9666a3db/attachment.html>


More information about the macports-changes mailing list