system/supervisor: Updated for version 3.3.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
digwtx 2018-04-15 11:29:18 +01:00 committed by Willy Sudiarto Raharjo
parent 16cd834af4
commit 1ee4dc7239
3 changed files with 8 additions and 10 deletions

View File

@ -4,7 +4,6 @@
# AUTHOR: Josh Jaques <jjaques@gmail.com>
#
# Start/stop/restart supervisor in slackware.
# Specfically tested in v13.37
#
# To make Supervisor start automatically at boot, make this
# file executable: chmod 755 /etc/rc.d/rc.supervisord
@ -84,7 +83,7 @@ case "$1" in
sleep $SHUTDOWN_TIME
supervisord_status && {
echo "Failed"
exit 1
exit 1
} || {
echo "Success"
}

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2014 digwtx <wtx358@qq.com>
# Copyright 2014-2018 digwtx <wtx358@qq.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=supervisor
VERSION=${VERSION:-3.1.1}
VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -29,7 +29,7 @@ SRCNAM=supervisor
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -76,4 +76,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="supervisor"
VERSION="3.1.1"
VERSION="3.3.4"
HOMEPAGE="http://supervisord.org/"
DOWNLOAD="https://pypi.python.org/packages/source/s/supervisor/supervisor-3.1.1.tar.gz"
MD5SUM="8c9714feaa63902f03871317e3ebf62e"
DOWNLOAD="https://pypi.python.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz"
MD5SUM="f1814d71d820ddfa8c86d46a72314cec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python-meld3"
MAINTAINER="digwtx"
EMAIL="wtx358@qq.com"