[54427] trunk/dports/python

snc at macports.org snc at macports.org
Mon Jul 27 06:42:16 PDT 2009


Revision: 54427
          http://trac.macports.org/changeset/54427
Author:   snc at macports.org
Date:     2009-07-27 06:42:16 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
created py26-googleappengine, openmaintainer. added livecheck

Added Paths:
-----------
    trunk/dports/python/py26-googleappengine/
    trunk/dports/python/py26-googleappengine/Portfile

Added: trunk/dports/python/py26-googleappengine/Portfile
===================================================================
--- trunk/dports/python/py26-googleappengine/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-googleappengine/Portfile	2009-07-27 13:42:16 UTC (rev 54427)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-googleappengine
+version                 1.2.3
+categories-append       devel www
+maintainers             snc openmaintainer
+description             The Google App Engine Python SDK
+long_description        This is the official Google App Engine SDK for Python.
+platforms               darwin
+
+homepage                http://code.google.com/appengine/
+master_sites            googlecode \
+                        http://googleappengine.googlecode.com/files/
+distname                google_appengine_1.2.3
+use_zip                 yes
+worksrcdir              google_appengine
+
+checksums               md5     eea7881c7a3d20c075e83fc2c6671d71 \
+                        sha1    840405d873b03400329c0df8e1a1a9342808da6e \
+                        rmd160  aa03483a79bad11751404b6fdaacaf71446634c2
+
+destroot {
+    file rename ${worksrcpath} ${destroot}${prefix}/share/${worksrcdir}
+}
+build {}
+
+livecheck.name          googleappengine
+livecheck.regex         "<a href=\"http://googleappengine.googlecode.com/files/google_appengine_(\\d+\\.\\d+\\.\\d+)\\.zip"


Property changes on: trunk/dports/python/py26-googleappengine/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/0fcd8b89/attachment-0001.html>


More information about the macports-changes mailing list