summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:05:06 +0100
committer dsomero2013-03-04 23:26:52 +0100
commitb2f89504886d89bf51949620c7b7c38834fab664 (patch)
tree1de6989359bf2597a5eb4d01bc403deb3eeb8830 /libraries
parentbf42ad535aa0e4751889dbba300e734b61debb02 (diff)
downloadslackbuilds-b2f89504886d89bf51949620c7b7c38834fab664.tar.gz
libraries/ZConfig: Updated for version 3.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/ZConfig/ZConfig.SlackBuild8
-rw-r--r--libraries/ZConfig/ZConfig.info8
-rw-r--r--libraries/ZConfig/slack-desc10
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/ZConfig/ZConfig.SlackBuild b/libraries/ZConfig/ZConfig.SlackBuild
index fa53d38eeb..7de8a73d15 100644
--- a/libraries/ZConfig/ZConfig.SlackBuild
+++ b/libraries/ZConfig/ZConfig.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ZConfig
-# Copyright 2012 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=ZConfig
-VERSION=${VERSION:-2.9.2}
+VERSION=${VERSION:-3.0.2}
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 LICENSE.txt COPYRIGHT.txt NEWS.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE.txt COPYRIGHT.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/ZConfig/ZConfig.info b/libraries/ZConfig/ZConfig.info
index b64bdfe794..fc282df6ab 100644
--- a/libraries/ZConfig/ZConfig.info
+++ b/libraries/ZConfig/ZConfig.info
@@ -1,10 +1,10 @@
PRGNAM="ZConfig"
-VERSION="2.9.2"
+VERSION="3.0.2"
HOMEPAGE="http://pypi.python.org/pypi/ZConfig"
-DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-2.9.2.tar.gz"
-MD5SUM="4ed769263676c711ca09eb68a820ae54"
+DOWNLOAD="http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-3.0.2.zip"
+MD5SUM="0c1635e290d32fa20eab12391a7c26cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools"
+REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
diff --git a/libraries/ZConfig/slack-desc b/libraries/ZConfig/slack-desc
index 337878d225..8d9b2831e5 100644
--- a/libraries/ZConfig/slack-desc
+++ b/libraries/ZConfig/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------------------------------------------------------|
ZConfig: ZConfig (Structured Configuration Library)