From 0c83989bd8aa76dbb838e8409fa25f8c77bed480 Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Thu, 6 Mar 2014 07:00:46 +0700 Subject: development/zope.interface: Updated for version 4.1.0. Signed-off-by: Willy Sudiarto Raharjo --- development/zope.interface/zope.interface.SlackBuild | 6 +++--- development/zope.interface/zope.interface.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'development') diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild index 85a62108ce..4b971d4860 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 2013 Mikko Värri, Finland +# Copyright 2014 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:-4.0.5} +VERSION=${VERSION:-4.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 -unzip $CWD/$PRGNAM-$VERSION.zip +tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/zope.interface/zope.interface.info b/development/zope.interface/zope.interface.info index 1f587f2117..76a464987e 100644 --- a/development/zope.interface/zope.interface.info +++ b/development/zope.interface/zope.interface.info @@ -1,8 +1,8 @@ PRGNAM="zope.interface" -VERSION="4.0.5" +VERSION="4.1.0" HOMEPAGE="http://pypi.python.org/pypi/zope.interface/" -DOWNLOAD="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.5.zip" -MD5SUM="caf26025ae1b02da124a58340e423dfe" +DOWNLOAD="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.0.tar.gz" +MD5SUM="ac63de1784ea0327db876c908af07a94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" -- cgit v1.2.3-65-gdbad