[88734] trunk/dports/python

perry at macports.org perry at macports.org
Mon Jan 9 15:55:23 PST 2012


Revision: 88734
          http://trac.macports.org/changeset/88734
Author:   perry at macports.org
Date:     2012-01-09 15:55:23 -0800 (Mon, 09 Jan 2012)
Log Message:
-----------
Add new port python/py-xhtml2pdf

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

Added: trunk/dports/python/py-xhtml2pdf/Portfile
===================================================================
--- trunk/dports/python/py-xhtml2pdf/Portfile	                        (rev 0)
+++ trunk/dports/python/py-xhtml2pdf/Portfile	2012-01-09 23:55:23 UTC (rev 88734)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               python 1.0
+
+name                    py-xhtml2pdf
+version                 0.0.3
+maintainers             perry openmaintainer
+platforms               darwin
+
+description             HTML/CSS to PDF converter based on Python
+long_description        ${description}
+license                 Apache-2
+homepage                http://pypi.python.org/pypi/xhtml2pdf/
+
+livecheck.regex         {>xhtml2pdf (.+) :}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+distname                xhtml2pdf-${version}
+master_sites            http://pypi.python.org/packages/source/x/xhtml2pdf/
+
+checksums               rmd160 76541029347f73229e4af9e9a1d2d2a87905e355
+
+python.default_version  27
+python.versions         26 27
+
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-html5lib \
+                            port:py${python.version}-pil \
+                            port:py${python.version}-pypdf \
+                            port:py${python.version}-reportlab
+}


Property changes on: trunk/dports/python/py-xhtml2pdf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120109/d9ce2eac/attachment.html>


More information about the macports-changes mailing list