Changeset 99506


Ignore:
Timestamp:
Nov 8, 2012, 1:52:36 AM (11 years ago)
Author:
blair@…
Message:

py-pyqt4: whitespace cleanup: replace tabs with spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-pyqt4/Portfile

    r99505 r99506  
    22# $Id$
    33
    4 PortSystem      1.0
    5 PortGroup   qt4 1.0
    6 PortGroup   python 1.0
    7 
    8 name            py-pyqt4
    9 version         4.9.5
    10 python.versions   24 25 26 27 31 32
    11 categories      python devel
    12 platforms       macosx
     4PortSystem      1.0
     5PortGroup       qt4 1.0
     6PortGroup       python 1.0
     7
     8name            py-pyqt4
     9version         4.9.5
     10python.versions 24 25 26 27 31 32
     11categories      python devel
     12platforms       macosx
    1313maintainers     michaelld openmaintainer
    14 license             {GPL-2 GPL-3}
    15 description     PyQt4 is a set of Python bindings for the Qt4 toolkit
     14license         {GPL-2 GPL-3}
     15description     PyQt4 is a set of Python bindings for the Qt4 toolkit
    1616long_description \
    17                 PyQt4 is a set of Python bindings for the Qt4 toolkit. The \
    18                 bindings are implemented as a set of Python modules: qt, \
    19                 qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \
    20                 and contains 300 classes and over 5,750 functions and methods.
    21 homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
    22 master_sites    http://www.riverbankcomputing.com/static/Downloads/PyQt4/ \
    23                 sourceforge:pyqt
    24 distname        PyQt-mac-gpl-${version}
    25 dist_subdir         python
    26 
    27 checksums           sha1    a11654b77f8fbd8b1dcca7631e2581b40322eb44 \
    28                     rmd160  0af5429edbcbd62271d4e40021f7664d05ac9233
     17    PyQt4 is a set of Python bindings for the Qt4 toolkit. The \
     18    bindings are implemented as a set of Python modules: qt, \
     19    qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \
     20    and contains 300 classes and over 5,750 functions and methods.
     21homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
     22master_sites    http://www.riverbankcomputing.com/static/Downloads/PyQt4/ \
     23                sourceforge:pyqt
     24distname        PyQt-mac-gpl-${version}
     25dist_subdir     python
     26
     27checksums       sha1    a11654b77f8fbd8b1dcca7631e2581b40322eb44 \
     28                rmd160  0af5429edbcbd62271d4e40021f7664d05ac9233
    2929
    3030if {$subport != $name} {
     
    7474    # 4.8.0, and uses it where appropriate.
    7575
    76     patchfiles  patch-configure.py
     76    patchfiles      patch-configure.py
    7777
    7878    # fix location of MacPorts'-installed Qt .apps, step 1
     
    9999    }
    100100
    101     configure.cmd       "${python.bin} configure.py -q ${qt_qmake_cmd} --verbose --confirm-license"
     101    configure.cmd       "${python.bin} configure.py -q ${qt_qmake_cmd} --verbose --confirm-license"
    102102    configure.pre_args
    103     configure.post_args LFLAGS="-F${frameworks_dir} -L${prefix}/lib"
     103    configure.post_args LFLAGS="-F${frameworks_dir} -L${prefix}/lib"
    104104
    105105    variant universal {
    106106        configure.universal_args
    107         configure.post_args     LFLAGS="-F${frameworks_dir} -L${prefix}/lib \
     107        configure.post_args         LFLAGS="-F${frameworks_dir} -L${prefix}/lib \
    108108                                    ${configure.universal_ldflags}"
    109         configure.post_args-append      CFLAGS="${configure.universal_cflags}"
    110         configure.post_args-append      CXXFLAGS="${configure.universal_cxxflags}"
     109        configure.post_args-append  CFLAGS="${configure.universal_cflags}"
     110        configure.post_args-append  CXXFLAGS="${configure.universal_cxxflags}"
    111111    }
    112112
     
    144144    }
    145145
    146     build.cmd         make
    147     build.target    all
    148     use_parallel_build yes
    149 
    150     destroot.cmd      ${build.cmd}
    151     destroot.destdir  DESTDIR=${destroot}
    152 
    153     test.run    yes
    154     test.cmd    cd qt && ${python.bin} -c 'import PyQt4'
     146    build.cmd           make
     147    build.target        all
     148    use_parallel_build  yes
     149
     150    destroot.cmd        ${build.cmd}
     151    destroot.destdir    DESTDIR=${destroot}
     152
     153    test.run            yes
     154    test.cmd            cd qt && ${python.bin} -c 'import PyQt4'
    155155
    156156    post-destroot {
     
    205205livecheck.url    http://www.riverbankcomputing.co.uk/software/pyqt/download
    206206livecheck.regex  "PyQt-mac-gpl-(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz"
    207 
Note: See TracChangeset for help on using the changeset viewer.