[84145] trunk/dports/python/py-googleappengine/Portfile
snc at macports.org
snc at macports.org
Mon Sep 19 07:00:50 PDT 2011
Revision: 84145
http://trac.macports.org/changeset/84145
Author: snc at macports.org
Date: 2011-09-19 07:00:48 -0700 (Mon, 19 Sep 2011)
Log Message:
-----------
py-googleappengine: fix livecheck
Modified Paths:
--------------
trunk/dports/python/py-googleappengine/Portfile
Modified: trunk/dports/python/py-googleappengine/Portfile
===================================================================
--- trunk/dports/python/py-googleappengine/Portfile 2011-09-19 13:38:45 UTC (rev 84144)
+++ trunk/dports/python/py-googleappengine/Portfile 2011-09-19 14:00:48 UTC (rev 84145)
@@ -29,10 +29,10 @@
post-build {
eval reinplace "\"s|#!/usr/bin/env python|#!${python.bin}|\"" [glob ${worksrcpath}/*.py]
}
-
+
destroot {
file rename ${worksrcpath} ${destroot}${prefix}/share/${worksrcdir}
-
+
# 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"]
@@ -43,4 +43,3 @@
}
livecheck.name googleappengine
-livecheck.regex "location\.href='http://googleappengine.googlecode.com/files/google_appengine_(\\d+\\.\\d+\\.\\d+)\\.zip"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110919/eacc4ea9/attachment.html>
More information about the macports-changes
mailing list