From 5ed5d48bc57172d06c173b373c294e33f08c96be Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Mon, 25 Jun 2012 21:37:45 -0400 Subject: network/uwsgi: Updated for version 1.2.3. Signed-off-by: dsomero --- network/uwsgi/README | 6 +++--- network/uwsgi/uwsgi.SlackBuild | 29 +++++++++++++++++------------ network/uwsgi/uwsgi.info | 6 +++--- 3 files changed, 23 insertions(+), 18 deletions(-) (limited to 'network/uwsgi') diff --git a/network/uwsgi/README b/network/uwsgi/README index d65adf3a69..237dee5845 100644 --- a/network/uwsgi/README +++ b/network/uwsgi/README @@ -10,6 +10,6 @@ uWSGI is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. -This script builds plugins for Python 2.6, Python 3.2 (optional, pass -PYTHON32=yes to enable; requires python3 to be installed), Perl PSGI -(disabled, works only with Perl from -current), and Ruby Rack. +This script builds plugins for Python 2.x, Python 3.x (optional, pass +PYTHON3=yes to enable; requires python3 to be installed), Perl PSGI, and +Ruby Rack. 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 <