summaryrefslogtreecommitdiffstats
path: root/libraries/zope.configuration
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-01-11 08:26:19 -0600
committer Erik Hanson <erik@slackbuilds.org>2012-01-11 08:26:19 -0600
commitd08b073b5dd5b4d3877d9d68dd6f73e90d1ba9b7 (patch)
treeed5337c7de7d3ccfb2f0f8eac92838cd232fd759 /libraries/zope.configuration
parentfd2e25830a2b7066c2d46470fa9afbfc8a938243 (diff)
downloadslackbuilds-d08b073b5dd5b4d3877d9d68dd6f73e90d1ba9b7.tar.gz
slackbuilds-d08b073b5dd5b4d3877d9d68dd6f73e90d1ba9b7.tar.xz
libraries/zope.configuration: Updated for version 3.8.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zope.configuration')
-rw-r--r--libraries/zope.configuration/zope.configuration.SlackBuild8
-rw-r--r--libraries/zope.configuration/zope.configuration.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/zope.configuration/zope.configuration.SlackBuild b/libraries/zope.configuration/zope.configuration.SlackBuild
index 82bd0b055a..5be2771989 100644
--- a/libraries/zope.configuration/zope.configuration.SlackBuild
+++ b/libraries/zope.configuration/zope.configuration.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.configuration
-# Copyright 2011 Mikko Värri, Finland
+# Copyright 2012 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=zope.configuration
-VERSION=${VERSION:-3.7.4}
+VERSION=${VERSION:-3.8.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
-unzip $CWD/$PRGNAM-$VERSION.zip
+tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -57,7 +57,7 @@ find . \
python setup.py install --root=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/zope.configuration/zope.configuration.info b/libraries/zope.configuration/zope.configuration.info
index a9252eb32b..1c549e06cb 100644
--- a/libraries/zope.configuration/zope.configuration.info
+++ b/libraries/zope.configuration/zope.configuration.info
@@ -1,10 +1,10 @@
PRGNAM="zope.configuration"
-VERSION="3.7.4"
+VERSION="3.8.0"
HOMEPAGE="http://pypi.python.org/pypi/zope.configuration"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-3.7.4.zip"
-MD5SUM="5b0271908ef26c05059eda76928896ea"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-3.8.0.tar.gz"
+MD5SUM="4f8718661ef5c7a34a77f7701e878ce8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero"
+APPROVED="dsomero,Erik Hanson"