libraries/zdaemon: Updated for version 4.0.0a1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2013-03-04 00:05:11 -05:00 committed by dsomero
parent d9caddcc34
commit 78783360ca
4 changed files with 12 additions and 14 deletions

View File

@ -1,4 +1,2 @@
zdaemon (Daemon process control library)
zdaemon is a Python package which provides APIs for managing
applications run as daemons.

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
zdaemon: zdaemon (Daemon process control library)

View File

@ -2,7 +2,7 @@
# Slackware build script for zdaemon
# Copyright 2011 Mikko Värri, Finland
# Copyright 2013 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zdaemon
VERSION=${VERSION:-2.0.4}
VERSION=${VERSION:-4.0.0a1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,7 +46,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -58,7 +58,7 @@ find . \
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="zdaemon"
VERSION="2.0.4"
VERSION="4.0.0a1"
HOMEPAGE="http://pypi.python.org/pypi/zdaemon"
DOWNLOAD="http://pypi.python.org/packages/source/z/zdaemon/zdaemon-2.0.4.tar.gz"
MD5SUM="7d358297df480abe93b6565fc0213c34"
DOWNLOAD="http://pypi.python.org/packages/source/z/zdaemon/zdaemon-4.0.0a1.zip"
MD5SUM="56799a919bc073bce5289b773ee64595"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ZConfig"