Ticket #42972: Portfile.diff

File Portfile.diff, 1.2 KB (added by Mathias.Laurin+macports.org@…, 10 years ago)

diffs according to comment #1

  • ports/python/py-ezodf/Portfile

    diff --git a/ports/python/py-ezodf/Portfile b/ports/python/py-ezodf/Portfile
    index f6126d0..29c4ecf 100644
    a b bitbucket.setup mozman ezodf 0.2.5 
    99name                py-ezodf
    1010version             0.2.5
    1111python.versions     26 27 32 33
    12 python.default_version  27
    1312platforms           darwin
    14 maintainers         openmaintainer
     13maintainers         gmail.com:Mathias.Laurin openmaintainer
    1514license             MIT
    1615description         Python package to create or open OpenDocument files.
    1716long_description    ezodf is a Python package to create new or open existing\
    master_sites https://bitbucket.org/mozman/ezodf/downloads/ 
    2423checksums           rmd160  add33e930e302f84971099da2db86bca225d468a \
    2524                    sha256  f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535
    2625
    27 patchfiles          patch-ezodf-document.py.diff
    28 
    2926if {${subport} ne ${name}} {
    30     depends_lib         port:py${python.version}-lxml
     27    patchfiles          patch-ezodf-document.py.diff
     28    depends_lib-append  port:py${python.version}-lxml
    3129}
    3230
    3331livecheck.type      none