Changeset 82289
- Timestamp:
- 08/11/11 21:29:23 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 3 edited
- 3 moved
-
py-pyside (moved) (moved from trunk/dports/python/py26-pyside)
-
py-pyside-tools (moved) (moved from trunk/dports/python/py26-pyside-tools)
-
py-pyside-tools/Portfile (modified) (2 diffs)
-
py-pyside/Portfile (modified) (2 diffs)
-
py-shiboken (moved) (moved from trunk/dports/python/py26-shiboken)
-
py-shiboken/Portfile (modified) (2 diffs)
-
py27-pyside (deleted)
-
py27-pyside-tools (deleted)
-
py27-shiboken (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-pyside-tools/Portfile
r81224 r82289 2 2 3 3 PortSystem 1.0 4 PortGroup cmake 1.0 4 PortGroup python 1.0 5 PortGroup cmake 1.0 5 6 6 7 set realname pyside-tools 7 name py 26-${realname}8 name py-${realname} 8 9 version 0.2.12 10 python.versions 25 26 27 11 python.default_version 27 9 12 categories python devel 10 13 maintainers openmaintainer mmoll … … 21 24 distname ${realname}-${version} 22 25 use_bzip2 yes 23 depends_lib-append port:qt4-mac port:py26-pyside port:python26 24 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 25 -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6 \ 26 -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages 26 27 if {$subport != $name} { 28 depends_lib-append port:qt4-mac port:py${python.version}-pyside port:python${python.version} 29 use_configure yes 30 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 31 -DPYTHON_EXECUTABLE=${prefix}/bin/python${python.branch} \ 32 -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages 33 build.cmd make 34 build.target all 35 destroot.cmd make 36 destroot.destdir DESTDIR=${destroot} 37 post-destroot { } 38 } 27 39 28 40 livecheck.type regex -
trunk/dports/python/py-pyside/Portfile
r81224 r82289 2 2 3 3 PortSystem 1.0 4 PortGroup cmake 1.0 4 PortGroup python 1.0 5 PortGroup cmake 1.0 5 6 6 7 set realname pyside 7 name py 26-${realname}8 name py-${realname} 8 9 version 1.0.5 10 python.versions 25 26 27 11 python.default_version 27 9 12 categories python devel 10 13 maintainers openmaintainer mmoll … … 25 28 distname ${realname}-qt4.7+${version} 26 29 use_bzip2 yes 27 depends_lib-append port:qt4-mac port:generatorrunner port:py26-shiboken port:python26 28 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 29 -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages 30 31 if {$subport != $name} { 32 depends_lib-append port:qt4-mac port:generatorrunner \ 33 port:py${python.version}-shiboken \ 34 port:python${python.version} 35 use_configure yes 36 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 37 -DSITE_PACKAGE=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages 38 build.cmd make 39 build.target all 40 destroot.cmd make 41 destroot.destdir DESTDIR=${destroot} 42 post-destroot { } 43 } 30 44 31 45 livecheck.type regex -
trunk/dports/python/py-shiboken/Portfile
r81224 r82289 2 2 3 3 PortSystem 1.0 4 PortGroup cmake 1.0 4 PortGroup cmake 1.0 5 PortGroup python 1.0 5 6 6 7 set realname shiboken 7 name py 26-${realname}8 name py-${realname} 8 9 version 1.0.5 10 python.versions 25 26 27 11 python.default_version 27 9 12 categories python devel 10 13 maintainers openmaintainer mmoll … … 23 26 distname ${realname}-${version} 24 27 use_bzip2 yes 25 depends_lib-append port:qt4-mac port:apiextractor port:generatorrunner port:python26 26 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 27 -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6 \ 28 -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib \ 29 -DPYTHON_INCLUDE_DIRS=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 28 29 if {$subport != $name} { 30 depends_lib-append port:qt4-mac port:apiextractor port:generatorrunner port:python${python.version} 31 use_configure yes 32 configure.args-append -DBUILD_TESTS:BOOL=FALSE \ 33 -DPYTHON_EXECUTABLE=${prefix}/bin/python${python.branch} \ 34 -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/config/libpython${python.branch}.dylib \ 35 -DPYTHON_INCLUDE_DIRS=${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/include/python${python.branch} 36 build.cmd make 37 build.target all 38 destroot.cmd make 39 destroot.destdir DESTDIR=${destroot} 40 post-destroot { } 41 } 30 42 31 43 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

