From 5ed5d48bc57172d06c173b373c294e33f08c96be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Mon, 25 Jun 2012 21:37:45 -0400 Subject: network/uwsgi: Updated for version 1.2.3. Signed-off-by: dsomero --- network/uwsgi/uwsgi.SlackBuild | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'network/uwsgi/uwsgi.SlackBuild') diff --git a/network/uwsgi/uwsgi.SlackBuild b/network/uwsgi/uwsgi.SlackBuild index 4fe1fcfd5b..3f0b4fbb84 100644 --- a/network/uwsgi/uwsgi.SlackBuild +++ b/network/uwsgi/uwsgi.SlackBuild @@ -4,7 +4,7 @@ # Written by Audrius Kažukauskas PRGNAM=uwsgi -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,15 +35,15 @@ else LIBDIRSUFFIX="" fi -# Build Python 2.6 plugin. -PYTHON26=${PYTHON26:-yes} +# Build Python 2.x plugin. +PYTHON=${PYTHON:-yes} -# Set this to "yes" if you want to build a plugin for Python 3.2. Requires +# Set this to "yes" if you want to build a plugin for Python 3.x. Requires # python3 to be installed. -PYTHON32=${PYTHON32:-no} +PYTHON3=${PYTHON3:-no} -# Perl PSGI plugin is disabled for now, as it works only on -current. -PSGI=${PSGI:-no} +# Perl PSGI plugin. +PSGI=${PSGI:-yes} # Build Ruby Rack plugin. RACK=${RACK:-yes} @@ -66,7 +66,7 @@ find . \ # Create build config file. cat > buildconf/package.ini <