[128738] trunk/dports/python/py-gchartwrapper/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:52:52 PST 2014


Revision: 128738
          https://trac.macports.org/changeset/128738
Author:   larryv at macports.org
Date:     2014-11-27 00:52:52 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-gchartwrapper: Add modeline, rearrange, and reformat

Modified Paths:
--------------
    trunk/dports/python/py-gchartwrapper/Portfile

Modified: trunk/dports/python/py-gchartwrapper/Portfile
===================================================================
--- trunk/dports/python/py-gchartwrapper/Portfile	2014-11-27 08:52:47 UTC (rev 128737)
+++ trunk/dports/python/py-gchartwrapper/Portfile	2014-11-27 08:52:52 UTC (rev 128738)
@@ -1,3 +1,4 @@
+# -*- 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
 # $Id$
 
 PortSystem          1.0
@@ -7,20 +8,21 @@
 version             0.9
 categories-append   www
 platforms           darwin
+license             BSD
 maintainers         nomaintainer
-license             BSD
-supported_archs     noarch
 
+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.
 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
+supported_archs     noarch
 
 master_sites        googlecode:google-chartwrapper
 distname            GChartWrapper-${version}
@@ -28,6 +30,8 @@
                     sha1    94cf8a8cf8cae0457a517deadef8d60738a0c450 \
                     rmd160  9bd30093dc66676d4abee2b55dd45cf3505fd4e3
 
+python.versions     26 27
+
 if {${name} ne ${subport}} {
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/0ecaf1a2/attachment.html>


More information about the macports-changes mailing list