Ticket #47144: Portfile-py-poppler-qt4.diff

File Portfile-py-poppler-qt4.diff, 1.7 KB (added by dliessi (Davide Liessi), 10 years ago)
  • Portfile

    old new set _name python-poppler-qt4 
    88set _n              [string index ${_name} 0]
    99
    1010name                py-poppler-qt4
    11 version             0.18.2
     11version             0.24.0
    1212platforms           darwin
    1313license             LGPL-2.1+
    1414maintainers         gmail.com:davide.liessi openmaintainer
    1515
    1616description         Python binding for Poppler-Qt4
    17 long_description    ${_name} is a Python binding for Poppler-Qt4.
     17long_description    ${_name} is a Python binding for Poppler-Qt4 \
     18                    that aims for completeness \
     19                    and for being actively maintained. \
     20                    Using this module you can access \
     21                    the contents of PDF files \
     22                    inside PyQt4 applications.
    1823
    1924homepage            https://github.com/wbsoft/${_name}
    2025master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    2126distname            ${_name}-${version}
    2227
    23 checksums           md5     124593f271a0fd513bc93838e2b66fef \
    24                     rmd160  6b16a1b39af4ecc63c1faef8375551d9bded8faa \
    25                     sha256  b1d176a0e34252f1ea822ccbfb29bd0b7becb7b1db794256da8bfe4e0e1e98f6
     28checksums           md5     4d9dd4e5a83aa4f81753e1ff9e313908 \
     29                    rmd160  8674296b8e224e181537e798cd219aeb30ff7561 \
     30                    sha256  29ad1d2246a4733d8fdc8f640a470733c61eea98f923af061c98cc497db4c374
    2631
    2732python.versions     27 34
    2833
    if {${name} ne ${subport}} { 
    4146        xinstall -m 644 -W ${worksrcpath} \
    4247            ChangeLog \
    4348            LICENSE \
    44             README \
     49            README.rst \
    4550            ${doc_dir}
    4651        set examples_dir ${destroot}${prefix}/share/examples/${subport}
    4752        xinstall -d ${examples_dir}