summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:10 +0100
committer dsomero2013-03-04 23:26:52 +0100
commitd9caddcc345a1f801b62f3eb8e33bede9018b75a (patch)
tree7003e4f41ad5df9a6ae09896d88f67bfd95000f9 /libraries
parent1c808b2c16cf03f8ea1cb18137410010b9f62b09 (diff)
downloadslackbuilds-d9caddcc345a1f801b62f3eb8e33bede9018b75a.tar.gz
libraries/zc.lockfile: Updated for version 1.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zc.lockfile/README2
-rw-r--r--libraries/zc.lockfile/slack-desc10
-rw-r--r--libraries/zc.lockfile/zc.lockfile.SlackBuild8
-rw-r--r--libraries/zc.lockfile/zc.lockfile.info8
4 files changed, 13 insertions, 15 deletions
diff --git a/libraries/zc.lockfile/README b/libraries/zc.lockfile/README
index ef62d0023e..1203ec6791 100644
--- a/libraries/zc.lockfile/README
+++ b/libraries/zc.lockfile/README
@@ -1,4 +1,2 @@
-zc.lockfile (Basic inter-process locks)
-
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files.
diff --git a/libraries/zc.lockfile/slack-desc b/libraries/zc.lockfile/slack-desc
index e06d8225e7..ccbb67ba47 100644
--- a/libraries/zc.lockfile/slack-desc
+++ b/libraries/zc.lockfile/slack-desc
@@ -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------------------------------------------------------|
zc.lockfile: zc.lockfile (Basic inter-process locks)
diff --git a/libraries/zc.lockfile/zc.lockfile.SlackBuild b/libraries/zc.lockfile/zc.lockfile.SlackBuild
index 7bff2b3780..44f1f21f17 100644
--- a/libraries/zc.lockfile/zc.lockfile.SlackBuild
+++ b/libraries/zc.lockfile/zc.lockfile.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zc.lockfile
-# 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=zc.lockfile
-VERSION=${VERSION:-1.0.0}
+VERSION=${VERSION:-1.1.0}
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 README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYRIGHT.txt LICENSE.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
diff --git a/libraries/zc.lockfile/zc.lockfile.info b/libraries/zc.lockfile/zc.lockfile.info
index 4d8d8749b5..746cbce21f 100644
--- a/libraries/zc.lockfile/zc.lockfile.info
+++ b/libraries/zc.lockfile/zc.lockfile.info
@@ -1,10 +1,10 @@
PRGNAM="zc.lockfile"
-VERSION="1.0.0"
+VERSION="1.1.0"
HOMEPAGE="http://pypi.python.org/pypi/zc.lockfile"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-1.0.0.tar.gz"
-MD5SUM="6cf83766ef9935c33e240b0904c7a45e"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-1.1.0.zip"
+MD5SUM="8e46b830417363501363bd09e1af1ecc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools"
+REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"