aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-app-engine.rb
AgeCommit message (Collapse)Author
2014-05-22Upgrades the Java, Python and 32/64 bit Go Google App Engine SDKs to 1.9.5. ↵Callum Gare
SHAs taken from Google's download site at https://developers.google.com/appengine/downloads Closes #29484. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-04Google App Engine SDKs 1.9.4Martin Probst
Upgrades App Engine SDKs to 1.9.4 across Java, Python, Go 32/64. SHAs verified from Google's download site at https://developers.google.com/appengine/downloads Closes #28943. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-18google-appengine 1.9.3Brett Koonce
Closes #28512.
2014-04-03google appengine 1.9.2Wael M. Nasreddine
2014-03-25google-app-engine: use install_symlinkJack Nagel
2014-03-20google-appengine 1.9.1Brett Koonce
Closes #27733.
2014-02-28google-appengine 1.9.0Brett Koonce
Closes #27096.
2014-01-15google appengine 1.8.9Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-04google-app-engine: cleanup python usage.Mike McQuaid
2013-11-20google appengine 1.8.8Brett Koonce
Closes #24529. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-05google appengine 1.8.7Brett Koonce
Closes #24012. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-15google-appengine 1.8.6Brett Koonce
Closes #23292. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-25google-appengine 1.8.5Brett Koonce
Closes #22831. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09google-appengine 1.8.4Brett Koonce
Closes #22423. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07google_appengine 1.8.3Stephen Martinis
Closes #21723. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-17google_appengine 1.8.2Brett Koonce
Closes #21292. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23google-app-engine: update sha1Christoffer Lund
a hotfix was applied in-place to 1.8.1.1 Closes #20717. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-12google-app-engine: 1.8.1.Samuel John
Closes #20438
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-23google-app-engine: add _php_runtime.py binaryIan Lancaster
Closes #20040. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-15google-app-engine 1.8.0Ian Lancaster
Closes #19838. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-11Fix google-app-engineVincent
Add "_python_runtime.py" to the file list. If this file is omitted then google app engine can't run in development mode and raise the following error: /usr/bin/python: can't open file '/usr/local/bin/_python_runtime.py': [Errno 2] No such file or directory Closes #19139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11google appengine 1.7.7Brett Koonce
Closes #19094. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-21google appengine 1.7.6George Whewell
Closes #18654. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-14google appengine 1.7.5Brett Koonce
Closes #17844. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-14google appengine 1.7.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-17google_appengine 1.7.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-15google-app-engine, app-engine-java-sdk: homepages movedKevin Moore
Updating homepage on each. Old values redirect to new values. Closes #15468. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22Google App Engine 1.7.2 (Python, Java, Go).Alexey Palazhchenko
Closes #15051. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21Google App Engine 1.7.1Kyle Fuller
Closes #14355. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-26google-app-engine 1.7.0Matt Davis
Closes #13049. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22Google App Engine 1.6.6Adam Vandenberg
2012-05-19Google App Engine 1.6.5Matt Davis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22Python Google App Engine SDK 1.6.4Rich Healey
Closes #11799. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-24Google-app-engine 1.6.3Vincent
Closes #11185. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-02Updated google-app-engine to 1.6.2Berry Phillips
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-15google-app-engine 1.6.1Matthias Bauch
Closes #9127. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-10Update Google App Engine SDKs to 1.6.0Lee Packham
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-12Google App Engine 1.5.5Laurent Raufaste
Closes #8079. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Google App Engine 1.5.4Laurent Raufaste
Signed-off-by: Laurent Raufaste <analogue@glop.org> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-17Google App Engine 1.5.3Laurent Raufaste
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-04google-app-engine 1.5.2maqr
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-23google-app-engine 1.5.1Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-10google-app-engine 1.5.0Gabe Berke-Williams
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-31Google App Engine 1.4.3Adam Vandenberg
2011-03-26google-app-engine: update to 1.4.2.Drew Hess
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-03google-app-engine 1.4.0.Drew Hess
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-15GAE 1.3.8Sheng Ning
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-31Updated the google-app-engine formula to 1.3.7William Roe
Signed-off-by: David Höppner <0xffea@gmail.com>