# -*- 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.5.2 revision 0 categories-append graphics platforms darwin license Apache-2 supported_archs noarch 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 d45ace16bf94f4eeb435b11ad461f0db235831d2 \ sha256 9924015776c6ce42b0dda0f777bbe0d5f68c294d1d1e990a4576934b9d3c15a6 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 https://pypi.python.org/pypi/blockdiag/json livecheck.regex {blockdiag-(\d+(?:\.\d+)*)\.[tz]} }