# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-gchartwrapper
version             0.9
categories-append   www
platforms           darwin
maintainers         nomaintainer
license             BSD
supported_archs     noarch

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.

python.versions     26 27

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

if {${name} ne ${subport}} {
    livecheck.type      none
}
