# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pygooglechart version 0.2.1 revision 1 license GPL-3+ maintainers nomaintainer platforms darwin supported_archs noarch description pygooglechart is a complete Python wrapper for the Google Chart API long_description \ ${description} categories-append \ devel homepage http://pygooglechart.slowchop.com/ master_sites ${homepage}files/download/ http://distfiles.macports.org/python/ distname pygooglechart-${version} checksums md5 ec6e1ddd678485c7971c8c0b5dd3cec6 \ sha1 a227fa9673280ac260da7d9f0d47168072149722 \ rmd160 6e8c5076b1659da5bbdc13f6415a9d39c9e3f42b python.versions 26 if {$subport ne $name} { depends_build port:py${python.version}-setuptools post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} COPYING ${destroot}${docdir} } livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex {pygooglechart-(\d+(?:\.\d+)*)} }