[70660] trunk/dports/python

nox at macports.org nox at macports.org
Mon Aug 16 10:19:57 PDT 2010


Revision: 70660
          http://trac.macports.org/changeset/70660
Author:   nox at macports.org
Date:     2010-08-16 10:19:56 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
Create new port py26-PyRSS2Gen

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

Added: trunk/dports/python/py26-PyRSS2Gen/Portfile
===================================================================
--- trunk/dports/python/py26-PyRSS2Gen/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-PyRSS2Gen/Portfile	2010-08-16 17:19:56 UTC (rev 70660)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-PyRSS2Gen
+version         1.0.0
+license         BSD
+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://www.dalkescientific.com/Python/PyRSS2Gen.html
+master_sites    http://www.dalkescientific.com/Python/
+distname        PyRSS2Gen-${version}
+
+checksums       md5     b37ed0c9cfa4438a73dbbb0207f3aff6 \
+                sha1    fcea9beb59ca022ed89b254b2362ae5af386f01a \
+                rmd160  8fe60587c15760dc229c0acc765626a0e1c412d7
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir}
+}
+
+universal_variant   no
+
+livecheck.type    regex
+livecheck.url     ${homepage}
+livecheck.regex   {pygooglechart-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/python/py26-PyRSS2Gen/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/b4af81f4/attachment-0001.html>


More information about the macports-changes mailing list