From 01107dd807da75e1b7836ac39e707217fb67677e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 11:28:22 +0100 Subject: [PATCH] uwsgi: remove long_desc. --- srcpkgs/uwsgi/template | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 4a6a13f4e3a..0bedcf6ff77 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -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 " @@ -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...)"