# -*- 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.3 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 pypi:b/blockdiag/ distname blockdiag-${version} checksums rmd160 2fd5990df67e1a02ccd797e6a04e2c8c136ecd70 \ sha256 5ea3501fca0ca40fbacccc6f4ca177750e4b610009e021faa4868c0f6480ae8b 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]} }