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

and.damore at macports.org and.damore at macports.org
Tue Apr 7 12:59:02 PDT 2015


Revision: 134806
          https://trac.macports.org/changeset/134806
Author:   and.damore at macports.org
Date:     2015-04-07 12:59:02 -0700 (Tue, 07 Apr 2015)
Log Message:
-----------
port py-googleappengine: add appcfg to $prefix/bin, fix checksum due to stealth update, bump revision; openmaintainer

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

Modified: trunk/dports/python/py-googleappengine/Portfile
===================================================================
--- trunk/dports/python/py-googleappengine/Portfile	2015-04-07 19:02:20 UTC (rev 134805)
+++ trunk/dports/python/py-googleappengine/Portfile	2015-04-07 19:59:02 UTC (rev 134806)
@@ -6,6 +6,7 @@
 
 name                    py-googleappengine
 version                 1.9.18
+revision                1
 python.versions         27
 categories-append       devel www
 maintainers             snc openmaintainer
@@ -22,8 +23,8 @@
 use_zip                 yes
 worksrcdir              google_appengine
 
-checksums           rmd160  4a217ecf67e2ad96eac070c3ff4287b34b41efe8 \
-                    sha256  2da5885015909de1ede69bf4bdaae143f19b35f4d6f32c73415ebfd246a1ca05
+checksums           rmd160  9d465a1576330acd8cd676ce821f144d99756915 \
+                    sha256  e113c3e68942f0661afe3b22bbe18d9574b42776cc14d4c3f2b761277b7f3d3e
 
 if {${name} ne ${subport}} {
     post-build {
@@ -33,6 +34,7 @@
     destroot {
         file rename ${worksrcpath} ${destroot}${prefix}/share/${worksrcdir}
 
+        ln -sf ${prefix}/share/google_appengine/appcfg.py ${destroot}${prefix}/bin/appcfg.py
         # add this directory to the python path, so we can `import google`
         xinstall -d ${destroot}${python.pkgd}
         set fp [open "${destroot}${python.pkgd}/googleappengine.pth" "w"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150407/445a1a80/attachment.html>


More information about the macports-changes mailing list