uwsgi: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 11:28:22 +01:00
parent 66c8f9215e
commit 01107dd807
1 changed files with 3 additions and 13 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'uwsgi'
pkgname=uwsgi
version=1.2.4
revision=2
revision=3
build_style=python-module
makedepends="sqlite-devel python-devel python-distribute libxml2-devel"
hostmakedepends="python-devel python-setuptools"
makedepends="sqlite-devel python-devel python-setuptools libxml2-devel"
pycompile_module="uwsgidecorators.py"
short_desc="Fast, self-healing application container server"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,14 +12,3 @@ 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...)"