[127628] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Oct 30 15:53:37 PDT 2014


Revision: 127628
          https://trac.macports.org/changeset/127628
Author:   stromnov at macports.org
Date:     2014-10-30 15:53:37 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py-blockdiag: new port

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

Added: trunk/dports/python/py-blockdiag/Portfile
===================================================================
--- trunk/dports/python/py-blockdiag/Portfile	                        (rev 0)
+++ trunk/dports/python/py-blockdiag/Portfile	2014-10-30 22:53:37 UTC (rev 127628)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-blockdiag
+version             1.4.7
+revision            0
+categories-append   graphics
+platforms           darwin
+license             Apache-2
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         blockdiag generates block-diagram image from text
+long_description    ${description}
+
+homepage            http://blockdiag.com/
+master_sites        https://pypi.python.org/packages/source/b/blockdiag/
+
+distname            blockdiag-${version}
+
+checksums           rmd160  97690093cc6542c6df04b73649e5a40226483396 \
+                    sha256  6e91a295cc0a702f697567f5c913bde26d63815f01ba4819ac704888a04e822d
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-setuptools \
+                        port:py${python.version}-Pillow \
+                        port:py${python.version}-funcparserlib \
+                        port:py${python.version}-reportlab \
+                        port:py${python.version}-wand \
+                        port:py${python.version}-webcolors
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {blockdiag-(\d+(?:\.\d+)*)\.[tz]}
+}


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


More information about the macports-changes mailing list