# $Id: Portfile 73249 2010-11-07 16:02:04Z alakazam@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-gchartwrapper
version             0.9
categories-append   www
platforms           darwin
maintainers         nomaintainer
homepage            http://code.google.com/p/google-chartwrapper/
description         Easily create Google charts using Python syntax and data objects.
long_description    Python wrapper for the Google Chart API. The wrapper can \
                    render the URL of the Google chart, based on your \
                    parameters, or it can render an HTML img tag to insert \
                    into webpages on the fly. Made for dynamic python websites \
                    (Django,Zope,CGI,etc.) that need on the fly chart \
                    generation without any extra modules.

master_sites        http://google-chartwrapper.googlecode.com/files/
distname            GChartWrapper-${version}
checksums           md5     475333f3d592a48ab95ea31469435484 \
                    sha1    94cf8a8cf8cae0457a517deadef8d60738a0c450 \
                    rmd160  9bd30093dc66676d4abee2b55dd45cf3505fd4e3

depends_lib-append  port:py26-distribute

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     "GChartWrapper-(0\.\[0-9\]+(\.\[0-9\]+)?)"
