# -*- 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
description ygooglechart is a complete Python wrapper for the Google Chart API
long_description ${description}
homepage https://github.com/gak/pygooglechart
master_sites http://slowchop.com/pygooglechart/download/ \
distname pygooglechart-${version}
checksums md5 247b69617aa4676ccd3b48fdbbcf2abf \
sha1 edb63a9f802183ab338210728e0f49ceff2c069d \
rmd160 e04f2eb5e11d64b7e8c9befa81074b5ec060b91a
port:py${python.version}-setuptools
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} COPYING ${destroot}${docdir}
livecheck.url ${homepage}
livecheck.regex {pygooglechart-(\d+(?:\.\d+)*)}