summaryrefslogtreecommitdiffstats
path: root/development/zope.interface
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-01-10 12:33:29 -0200
committer Erik Hanson <erik@slackbuilds.org>2012-01-13 14:43:34 -0600
commit29f344d1b786dca548f1408d1078b131002457e2 (patch)
tree8265f04320c8516da95b016590f514bbce47764a /development/zope.interface
parentae014ba9c61dd90a8bc62dc3a46a402324f73144 (diff)
downloadslackbuilds-29f344d1b786dca548f1408d1078b131002457e2.tar.gz
slackbuilds-29f344d1b786dca548f1408d1078b131002457e2.tar.xz
development/zope.interface: Updated for version 3.8.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/zope.interface')
-rw-r--r--development/zope.interface/zope.interface.SlackBuild6
-rw-r--r--development/zope.interface/zope.interface.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild
index f2c32a9b4e..057dde22bf 100644
--- a/development/zope.interface/zope.interface.SlackBuild
+++ b/development/zope.interface/zope.interface.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.interface
-# 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.interface
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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/development/zope.interface/zope.interface.info b/development/zope.interface/zope.interface.info
index bf22c2a75b..bc172896dc 100644
--- a/development/zope.interface/zope.interface.info
+++ b/development/zope.interface/zope.interface.info
@@ -1,8 +1,8 @@
PRGNAM="zope.interface"
-VERSION="3.7.0"
+VERSION="3.8.0"
HOMEPAGE="http://pypi.python.org/pypi/zope.interface/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.7.0.tar.gz"
-MD5SUM="8f3e942e9556ed27ac1a71ee85bf697f"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.8.0.tar.gz"
+MD5SUM="8ab837320b4532774c9c89f030d2a389"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"