[122324] trunk/dports/python/py-xhtml2pdf/Portfile

perry at macports.org perry at macports.org
Sun Jul 20 15:53:24 PDT 2014


Revision: 122324
          https://trac.macports.org/changeset/122324
Author:   perry at macports.org
Date:     2014-07-20 15:53:24 -0700 (Sun, 20 Jul 2014)
Log Message:
-----------
py-xhtml2pdf: Update to 0.0.6 and update dependencies. Thanks ionic! Closes #44309

Modified Paths:
--------------
    trunk/dports/python/py-xhtml2pdf/Portfile

Modified: trunk/dports/python/py-xhtml2pdf/Portfile
===================================================================
--- trunk/dports/python/py-xhtml2pdf/Portfile	2014-07-20 22:52:40 UTC (rev 122323)
+++ trunk/dports/python/py-xhtml2pdf/Portfile	2014-07-20 22:53:24 UTC (rev 122324)
@@ -5,7 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-xhtml2pdf
-version                 0.0.4
+version                 0.0.6
 maintainers             nomaintainer
 platforms               darwin
 supported_archs         noarch
@@ -22,8 +22,8 @@
 distname                xhtml2pdf-${version}
 master_sites            http://pypi.python.org/packages/source/x/xhtml2pdf/
 
-checksums               rmd160  7196b4a8aec1569c8a72fc74fb151c3ce4404f2e \
-                        sha256  2a533f80874338069739d013737b2fd35f0143a46366097ad907fb24ee881233
+checksums               rmd160  37c26819a1b3e3aa5adb571c5d2f1cadeee5c74b \
+                        sha256  29dbf7da8943ccef4afb958747cd0084762821546e3cc62d23115fd7470d95f0
 
 python.default_version  27
 python.versions         26 27
@@ -31,7 +31,7 @@
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-html5lib \
-                            port:py${python.version}-pil \
-                            port:py${python.version}-pypdf \
+                            path:${python.pkgd}/PIL:py${python.version}-Pillow \
+                            port:py${python.version}-pypdf2 \
                             port:py${python.version}-reportlab
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140720/7390b238/attachment.html>


More information about the macports-changes mailing list