[93497] trunk/dports/python/py-googleappengine/Portfile

snc at macports.org snc at macports.org
Thu May 24 06:03:30 PDT 2012


Revision: 93497
          https://trac.macports.org/changeset/93497
Author:   snc at macports.org
Date:     2012-05-24 06:03:30 -0700 (Thu, 24 May 2012)
Log Message:
-----------
py-googleappengine: * update to 1.6.6 * remove py26 (only py25/py27 are supported)

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

Modified: trunk/dports/python/py-googleappengine/Portfile
===================================================================
--- trunk/dports/python/py-googleappengine/Portfile	2012-05-24 12:49:12 UTC (rev 93496)
+++ trunk/dports/python/py-googleappengine/Portfile	2012-05-24 13:03:30 UTC (rev 93497)
@@ -5,9 +5,9 @@
 PortGroup               python 1.0
 
 name                    py-googleappengine
-version                 1.6.5
+version                 1.6.6
 python.versions         25 26 27
-python.default_version  25
+python.default_version  27
 categories-append       devel www
 maintainers             snc openmaintainer
 license                 Apache-2 {MPL-1.1 GPL-2+ LGPL-2.1+}
@@ -23,10 +23,19 @@
 use_zip                 yes
 worksrcdir              google_appengine
 
-checksums           rmd160  5a884e3167af5e667fa6c5a17a5a8b000d17ebf7 \
-                    sha256  48aa663be842e4a922c2895be223df4b34a7e484d27a57eccda265f427e050fc
+checksums           rmd160  543bb3c754eb9688ca18657b27f2b6b1598a6b66 \
+                    sha256  17b3c40bc96d22658cb8c4f0a36ac8a389138a42289ecc9f6ee1edc4033e8389
 
 if {$subport != $name} {
+    if {${python.version} == 26} {
+        # replaced_by added 2012-05-24
+        replaced_by py27-googleappengine
+        distfiles
+        pre-fetch {
+            ui_error "Please do not install this port since it has been replaced by 'skrooge'."
+            return -code error
+        }
+    }
     post-build {
         eval reinplace "\"s|#!/usr/bin/env python|#!${python.bin}|\"" [glob ${worksrcpath}/*.py]
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120524/1334c56a/attachment.html>


More information about the macports-changes mailing list