New package: uwsgi-1.2.4.
This commit is contained in:
parent
cbb7510243
commit
21a060b8f6
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'uwsgi'
|
||||
pkgname=uwsgi
|
||||
version=1.2.4
|
||||
revision=1
|
||||
build_style=python-module
|
||||
pycompile_dirs="."
|
||||
makedepends="sqlite-devel python-devel python-distribute libxml2-devel"
|
||||
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...)"
|
|
@ -0,0 +1,7 @@
|
|||
libpthread.so.0
|
||||
libm.so.6
|
||||
libdl.so.2
|
||||
libxml2.so.2
|
||||
libsqlite3.so.0
|
||||
libpython2.7.so.1.0
|
||||
libc.so.6
|
Loading…
Reference in New Issue