[70659] trunk/dports/python
nox at macports.org
nox at macports.org
Mon Aug 16 10:19:34 PDT 2010
Revision: 70659
http://trac.macports.org/changeset/70659
Author: nox at macports.org
Date: 2010-08-16 10:19:33 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
Create new port py26-pygooglechart
Added Paths:
-----------
trunk/dports/python/py26-pygooglechart/
trunk/dports/python/py26-pygooglechart/Portfile
Added: trunk/dports/python/py26-pygooglechart/Portfile
===================================================================
--- trunk/dports/python/py26-pygooglechart/Portfile (rev 0)
+++ trunk/dports/python/py26-pygooglechart/Portfile 2010-08-16 17:19:33 UTC (rev 70659)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-pygooglechart
+version 0.2.1
+license GPL-3
+maintainers nox openmaintainer
+platforms darwin
+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/
+distname pygooglechart-${version}
+
+checksums md5 ec6e1ddd678485c7971c8c0b5dd3cec6 \
+ sha1 a227fa9673280ac260da7d9f0d47168072149722 \
+ rmd160 6e8c5076b1659da5bbdc13f6415a9d39c9e3f42b
+
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} COPYING ${destroot}${docdir}
+}
+
+universal_variant no
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex {pygooglechart-(\d+(?:\.\d+)*)}
Property changes on: trunk/dports/python/py26-pygooglechart/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/20100816/e16194c1/attachment.html>
More information about the macports-changes
mailing list