24 lines
1 KiB
Text
24 lines
1 KiB
Text
# Template file for 'uwsgi'
|
|
pkgname=uwsgi
|
|
version=1.2.4
|
|
revision=2
|
|
build_style=python-module
|
|
makedepends="sqlite-devel python-devel python-distribute libxml2-devel"
|
|
pycompile_module="uwsgidecorators.py"
|
|
short_desc="Fast, self-healing application container server"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://projects.unbit.it/uwsgi"
|
|
distfiles="http://projects.unbit.it/downloads/uwsgi-$version.tar.gz"
|
|
checksum=294306d249300b531bfc7abaa706926d0ed87ccc2e7248afec50b425aef39ebb
|
|
long_desc="
|
|
uWSGI is a fast, self-healing and developer/sysadmin-friendly application
|
|
container server coded in pure C.
|
|
|
|
Born as a WSGI-only server, over time it has evolved in a complete stack for
|
|
networked/clustered web applications, implementing message/object passing,
|
|
caching, RPC and process management.
|
|
|
|
It uses the uwsgi (all lowercase, already included by default in the Nginx
|
|
and Cherokee releases) protocol for all the networking/interprocess communications,
|
|
but it can speak other protocols as well (http, fastcgi, mongrel2...)"
|