aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/uwsgi.rb
AgeCommit message (Collapse)Author
2013-08-25uwsgi 1.9.14Misty De Meo
2013-08-15Add MacOS.preferred_archMisty De Meo
Replaced the plethora of ternaries we've used all over the place to determine whether x86_64 or i386 is called for.
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-29uwsgi 1.9.11Ian Lancaster
Closes #20146. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-25uwsgi 1.9.8Adam Vandenberg
Closes #19433.
2013-04-24uwsgi 1.9.7Krzysztof Urbaniak
Closes #19398. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-04uwsgi 1.9.5Krzysztof Urbaniak
Closes #18978. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-30uwsgi 1.9.4Krzysztof Urbaniak
Closes #18848. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-28uwsgi 1.9.3Krzysztof Urbaniak
Closes #18804. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-27uwsgi 1.9.1Krzysztof Urbaniak
Closes #18764. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-20uwsgi 1.9Krzysztof Urbaniak
Closes #18623. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11uwsgi: only build for host architectureJack Nagel
superenv doesn't filter out the arch flags here because the build system is invoked via python and not any build tool that we wrap. The result is that uwsgi is always build universal, requiring that its deps are build universal, which is really annoying. Note that we may need to audit other things that use archs_for_command. The solution here isn't perfect, but I don't know how to fix superenv to handle this. Fixes #18250. Closes #18341.
2013-03-02uwsgi 1.4.8Krzysztof Urbaniak
Closes #18193. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-26uwsgi 1.4.6Krzysztof Urbaniak
Closes #18093. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-18uwsgi 1.4.5Krzysztof Urbaniak
Closes #17928. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-27uwsgi: style nitsAdam Vandenberg
2013-01-23uwsgi 1.4.4Krzysztof Urbaniak
Closes #17261. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21Use new requirement syntaxJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
2012-10-28uwsgi: add universal pcre requirementAdam Vandenberg
Closes #15715.
2012-09-09uwsgi 1.2.6Adam Vandenberg
2012-09-02uwsgi 1.2.5Adam Vandenberg
2012-07-10uWSGI 1.2.4Rodrigo Chacon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17uwsgi: don't strip symbolsJack Nagel
Fixes #11705. Probably fixes #11674. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16uWSGI 1.1.2Adam Vandenberg
2012-03-12uwsgi: remove now unused inreplaceAdam Vandenberg
2012-02-13uwsgi 1.0.4Sigurd Høgsbro
Closes #10156. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-11uwsgi 1.0.3Ali Asad Lotia
Closes #10111. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04uwsgi: remove verbose warningAdam Vandenberg
The thing that was causing this problem has been fixed in Homebrew.
2012-01-12uwsgi 1.0.2.1Sigurd Høgsbro
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-06uwsgi 1.0.1Sigurd Høgsbro
Closes #9465. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10uwsgi 0.9.9.3Krzysztof Urbaniak
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-19uwsgi 0.9.9.2Krzysztof Urbaniak
Closes #8676. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-19uwsgi: use new arch methodsAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-20Updated to latest uWSGI versionRay Slakinski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-08Update uwsgi formula with new version and proper linking to custom pythons ↵Chris Hoffman
on path Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-22Add caveats to uwsgi about --verboseAdam Vandenberg
2010-06-22Update uwsgi to 0.9.5.1Chris Hoffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-18uwsgi 0.9.4.3Adam Vandenberg
2010-02-01uwsgi 0.9.4Adam Vandenberg
2010-01-13Use new inreplace syntax where usefulMax Howell
2009-12-02Added uWSGI formulaJannis Leidel
"uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed for professional python webapps deployment and development."