Ticket #44309: py-xhtml2pdf-update-0.0.6-pil-pillow-dep-change.patch

File py-xhtml2pdf-update-0.0.6-pil-pillow-dep-change.patch, 1.6 KB (added by Ionic (Mihai Moldovan), 10 years ago)

Update py-xhtml2pdf to version 0.0.6 and change PIL dependency to a hybrid PIL/Pillow one.

  • python/py-xhtml2pdf/Portfile

    diff --git a/python/py-xhtml2pdf/Portfile b/python/py-xhtml2pdf/Portfile
    index b55a104..83abc1b 100644
    a b PortSystem 1.0 
    55PortGroup               python 1.0
    66
    77name                    py-xhtml2pdf
    8 version                 0.0.4
     8version                 0.0.6
    99maintainers             perry openmaintainer
    1010platforms               darwin
    1111supported_archs         noarch
    livecheck.url ${homepage} 
    2222distname                xhtml2pdf-${version}
    2323master_sites            http://pypi.python.org/packages/source/x/xhtml2pdf/
    2424
    25 checksums               rmd160  7196b4a8aec1569c8a72fc74fb151c3ce4404f2e \
    26                         sha256  2a533f80874338069739d013737b2fd35f0143a46366097ad907fb24ee881233
     25checksums               rmd160  37c26819a1b3e3aa5adb571c5d2f1cadeee5c74b \
     26                        sha256  29dbf7da8943ccef4afb958747cd0084762821546e3cc62d23115fd7470d95f0
    2727
    2828python.default_version  27
    2929python.versions         26 27
    python.versions 26 27 
    3131if {${name} ne ${subport}} {
    3232    depends_build-append    port:py${python.version}-setuptools
    3333    depends_lib-append      port:py${python.version}-html5lib \
    34                             port:py${python.version}-pil \
    35                             port:py${python.version}-pypdf \
     34                            path:${python.pkgd}/PIL:py${python.version}-Pillow \
     35                            port:py${python.version}-pypdf2 \
    3636                            port:py${python.version}-reportlab
    3737}