[59929] trunk/dports/python

alakazam at macports.org alakazam at macports.org
Tue Oct 27 07:24:07 PDT 2009


Revision: 59929
          http://trac.macports.org/changeset/59929
Author:   alakazam at macports.org
Date:     2009-10-27 07:24:06 -0700 (Tue, 27 Oct 2009)
Log Message:
-----------
Add Portfile for GChartWrapper, a python wrapper that builds Google Charts urls

Added Paths:
-----------
    trunk/dports/python/py26-gchartwrapper/
    trunk/dports/python/py26-gchartwrapper/Portfile

Added: trunk/dports/python/py26-gchartwrapper/Portfile
===================================================================
--- trunk/dports/python/py26-gchartwrapper/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-gchartwrapper/Portfile	2009-10-27 14:24:06 UTC (rev 59929)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-gchartwrapper
+version             0.9
+categories-append   www
+platforms           darwin
+maintainers         alakazam
+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-setuptools
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "GChartWrapper-(0\.\[0-9\]+(\.\[0-9\]+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091027/1aef02b3/attachment.html>


More information about the macports-changes mailing list