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

snc at macports.org snc at macports.org
Wed Jul 31 13:10:39 PDT 2013


Revision: 108741
          https://trac.macports.org/changeset/108741
Author:   snc at macports.org
Date:     2013-07-31 13:10:39 -0700 (Wed, 31 Jul 2013)
Log Message:
-----------
py-googleappengine: update to 1.8.2

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

Modified: trunk/dports/python/py-googleappengine/Portfile
===================================================================
--- trunk/dports/python/py-googleappengine/Portfile	2013-07-31 19:51:46 UTC (rev 108740)
+++ trunk/dports/python/py-googleappengine/Portfile	2013-07-31 20:10:39 UTC (rev 108741)
@@ -5,7 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-googleappengine
-version                 1.8.1
+version                 1.8.2
 python.versions         25 27
 python.default_version  27
 categories-append       devel www
@@ -23,10 +23,15 @@
 use_zip                 yes
 worksrcdir              google_appengine
 
-checksums           rmd160  bb30d32e4ef380b030fe85f91058f28619895624 \
-                    sha256  1ce73f5e033f1a16f562a213a70e71e7ea5ee1f8538483056e613ab1e361177e
+checksums           rmd160  a7a39f869d3e18a304f32bb6aeb44889b8853dc5 \
+                    sha256  9d80c9874c762a494a3e5846821425b1d85044eabbc6c8718ee1b6d9303b7d9f
 
 if {$subport != $name} {
+    if {${python.version} == 25} {
+        notes "${subport} support is deprecated by Google: \
+            https://developers.google.com/appengine/docs/python/python25/diff27"
+    }
+
     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/20130731/f11dd347/attachment-0001.html>


More information about the macports-changes mailing list