[67795] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue May 18 08:57:42 PDT 2010


Revision: 67795
          http://trac.macports.org/changeset/67795
Author:   singingwolfboy at macports.org
Date:     2010-05-18 08:57:38 -0700 (Tue, 18 May 2010)
Log Message:
-----------
New port: py26-graphy

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

Added: trunk/dports/python/py26-graphy/Portfile
===================================================================
--- trunk/dports/python/py26-graphy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-graphy/Portfile	2010-05-18 15:57:38 UTC (rev 67795)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-graphy
+set real_name       graphy
+version             1.0
+maintainers         singingwolfboy openmaintainer
+license             Apache 2.0
+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.
+    
+homepage            http://code.google.com/p/graphy/
+platforms           darwin
+master_sites        googlecode:${real_name}
+distname            ${real_name}_${version}
+use_bzip2           yes
+checksums           md5     cbf392db1866f3158608f6de97488de1 \
+                    sha1    b3206c349357bad02750b25ad58547ffc9fcae06 \
+                    rmd160  69c986a9b41f6de6e5f6cd5a61071308f4f608b0
+
+build {
+    system "find ${worksrcpath} -name .svn -print0 | xargs -0 rm -rf"
+}
+destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    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
+}


Property changes on: trunk/dports/python/py26-graphy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/7b223ef9/attachment.html>


More information about the macports-changes mailing list