mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/google-appengine-pysdk: Updated for version 1.6.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8eb682b49f
commit
d355962338
4 changed files with 11 additions and 12 deletions
|
@ -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).
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
google-appengine-pysdk: Homepage: http://code.google.com/appengine
|
||||
|
|
Loading…
Reference in a new issue