[128755] trunk/dports/python/py-graphy/Portfile

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


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

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

Modified: trunk/dports/python/py-graphy/Portfile
===================================================================
--- trunk/dports/python/py-graphy/Portfile	2014-11-27 08:54:02 UTC (rev 128754)
+++ trunk/dports/python/py-graphy/Portfile	2014-11-27 08:54:05 UTC (rev 128755)
@@ -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
@@ -4,19 +5,19 @@
 PortGroup           python 1.0
 
 name                py-graphy
-python.versions     24 25 26 27
 set real_name       graphy
 version             1.0
+platforms           darwin
+license             Apache-2
 maintainers         nomaintainer
-license             Apache-2
+
 description         Simple Python library for generating charts
-long_description    \
-    Graphy is a simple Python library for generating charts. It tries to get \
-    out of the way and let you just work with your data. At the moment, it \
-    produces charts using the Google Chart API.
-    
+long_description    Graphy is a simple Python library for generating \
+                    charts. It tries to get out of the way and let you \
+                    just work with your data. At the moment, it \
+                    produces charts using the Google Chart API.
 homepage            http://code.google.com/p/graphy/
-platforms           darwin
+
 master_sites        googlecode:${real_name}
 distname            ${real_name}_${version}
 use_bzip2           yes
@@ -24,6 +25,8 @@
                     sha1    b3206c349357bad02750b25ad58547ffc9fcae06 \
                     rmd160  69c986a9b41f6de6e5f6cd5a61071308f4f608b0
 
+python.versions     24 25 26 27
+
 if {${name} ne ${subport}} {
     build {
         system "find ${worksrcpath} -name .svn -print0 | xargs -0 rm -rf"
@@ -31,7 +34,7 @@
     destroot {
         set docdir ${destroot}${prefix}/share/doc/${subport}
         xinstall -d ${docdir}/examples ${destroot}${python.pkgd}
-        
+
         move ${worksrcpath}/${real_name} ${destroot}${python.pkgd}/${real_name}
         xinstall ${worksrcpath}/README ${docdir}
         eval xinstall [glob ${worksrcpath}/examples/*.py] ${docdir}/examples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/7f9c9273/attachment.html>


More information about the macports-changes mailing list