[102776] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 20:11:07 PST 2013


Revision: 102776
          https://trac.macports.org/changeset/102776
Author:   ryandesign at macports.org
Date:     2013-02-07 20:11:07 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-gchartwrapper: unify; add py27 subport; use googlecode fetchgroup; license BSD; supported_archs noarch

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

Added Paths:
-----------
    trunk/dports/python/py-gchartwrapper/

Removed Paths:
-------------
    trunk/dports/python/py26-gchartwrapper/

Modified: trunk/dports/python/py-gchartwrapper/Portfile
===================================================================
--- trunk/dports/python/py26-gchartwrapper/Portfile	2013-02-08 04:05:56 UTC (rev 102775)
+++ trunk/dports/python/py-gchartwrapper/Portfile	2013-02-08 04:11:07 UTC (rev 102776)
@@ -1,13 +1,16 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-gchartwrapper
+name                py-gchartwrapper
 version             0.9
 categories-append   www
 platforms           darwin
 maintainers         nomaintainer
+license             BSD
+supported_archs     noarch
+
 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 \
@@ -17,14 +20,15 @@
                     (Django,Zope,CGI,etc.) that need on the fly chart \
                     generation without any extra modules.
 
-master_sites        http://google-chartwrapper.googlecode.com/files/
+python.versions     26 27
+
+master_sites        googlecode:google-chartwrapper
 distname            GChartWrapper-${version}
 checksums           md5     475333f3d592a48ab95ea31469435484 \
                     sha1    94cf8a8cf8cae0457a517deadef8d60738a0c450 \
                     rmd160  9bd30093dc66676d4abee2b55dd45cf3505fd4e3
 
-depends_lib-append  port:py26-distribute
-
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "GChartWrapper-(0\.\[0-9\]+(\.\[0-9\]+)?)"
+if {${name} != ${subport}} {
+    depends_lib-append  port:py${python.version}-distribute
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/e6d75098/attachment.html>


More information about the macports-changes mailing list