diff options
Diffstat (limited to 'development/zope.interface')
-rw-r--r-- | development/zope.interface/zope.interface.SlackBuild | 6 | ||||
-rw-r--r-- | development/zope.interface/zope.interface.info | 6 |
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" |