diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-06 07:00:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-06 07:00:46 +0700 |
commit | 0c83989bd8aa76dbb838e8409fa25f8c77bed480 (patch) | |
tree | 6641aae507bed5bf584431f3aaa36269ddc1b2a7 /development | |
parent | e8fc12db7e982463721f94034add1fd6fa61ca0a (diff) |
development/zope.interface: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 85a62108ce67..4b971d486013 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 1f587f21178a..76a464987ea4 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" |