diff options
author | Eric Schultz <eric at schultzter dot ca> | 2012-04-15 22:20:36 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:59 -0500 |
commit | d355962338b85a7419937c3699542fb745bd79f2 (patch) | |
tree | 0f46ef26c1ea67e784f8616ba683cac36e029c49 | |
parent | 8eb682b49fa8e17fe7f9435032e7675ccfbed222 (diff) | |
download | slackbuilds-d355962338b85a7419937c3699542fb745bd79f2.tar.gz |
development/google-appengine-pysdk: Updated for version 1.6.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
4 files changed, 11 insertions, 12 deletions
diff --git a/development/google-appengine-pysdk/README b/development/google-appengine-pysdk/README index 58450fe6cf..466505de6c 100644 --- a/development/google-appengine-pysdk/README +++ b/development/google-appengine-pysdk/README @@ -3,7 +3,6 @@ google-appengine-pysdk (Google Appengine Python SDK) The Python SDK includes a web server application that simulates the App Engine environment, including a local version of the datastore, Google Accounts, and the ability to fetch URLs and send email directly from your computer using the -App Engine APIs. The Python SDK runs on any computer with Python 2.5, and +App Engine APIs. The Python SDK runs on any computer with Python 2.5 or 2.7, and versions are available for Windows, Mac OS X and Linux. (The Python SDK is not -compatible with Python 3.) - +compatible with Python 3).
\ No newline at end of file diff --git a/development/google-appengine-pysdk/google-appengine-pysdk.SlackBuild b/development/google-appengine-pysdk/google-appengine-pysdk.SlackBuild index 65e53a15b3..cf651cca9c 100644 --- a/development/google-appengine-pysdk/google-appengine-pysdk.SlackBuild +++ b/development/google-appengine-pysdk/google-appengine-pysdk.SlackBuild @@ -25,7 +25,7 @@ # Written by Eric Schultz eric at schultzter dot ca PRGNAM=google-appengine-pysdk -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/google-appengine-pysdk/google-appengine-pysdk.info b/development/google-appengine-pysdk/google-appengine-pysdk.info index 2c90bddd0b..8f3f73fca7 100644 --- a/development/google-appengine-pysdk/google-appengine-pysdk.info +++ b/development/google-appengine-pysdk/google-appengine-pysdk.info @@ -1,10 +1,10 @@ PRGNAM="google-appengine-pysdk" -VERSION="1.6.2" +VERSION="1.6.4" HOMEPAGE="http://code.google.com/appengine/" -DOWNLOAD="http://googleappengine.googlecode.com/files/google_appengine_1.6.2.zip" -MD5SUM="e2e9e4540cec50e6f3fddd8461a8bf5d" +DOWNLOAD="http://googleappengine.googlecode.com/files/google_appengine_1.6.4.zip" +MD5SUM="df3d15dbcf1c5b8e076d86c7538fbd86" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Eric Schultz" EMAIL="eric at schultzter dot ca" -APPROVED="dsomero,Erik Hanson" +APPROVED="dsomero" diff --git a/development/google-appengine-pysdk/slack-desc b/development/google-appengine-pysdk/slack-desc index 908ec566b9..75fc46228f 100644 --- a/development/google-appengine-pysdk/slack-desc +++ b/development/google-appengine-pysdk/slack-desc @@ -12,8 +12,8 @@ google-appengine-pysdk: The Python SDK includes a web server application that si google-appengine-pysdk: App Engine environment, including a local version of the datastore, google-appengine-pysdk: Google Accounts, and the ability to fetch URLs and send email google-appengine-pysdk: directly from your computer using the App Engine APIs. The Python -google-appengine-pysdk: SDK runs on any computer with Python 2.5, and versions are available -google-appengine-pysdk: for Windows, Mac OS X and Linux. (The Python SDK is not compatible -google-appengine-pysdk: with Python 3.) +google-appengine-pysdk: SDK runs on any computer with Python 2.5 or 2.7, and versions are +google-appengine-pysdk: availablefor Windows, Mac OS X and Linux. (The Python SDK is not +google-appengine-pysdk: compatible with Python 3). google-appengine-pysdk: -google-appengine-pysdk: Homepage: http://code.google.com/appengine
\ No newline at end of file +google-appengine-pysdk: Homepage: http://code.google.com/appengine |