summaryrefslogtreecommitdiffstats
path: root/development/zope.interface
diff options
context:
space:
mode:
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
commit0c83989bd8aa76dbb838e8409fa25f8c77bed480 (patch)
tree6641aae507bed5bf584431f3aaa36269ddc1b2a7 /development/zope.interface
parente8fc12db7e982463721f94034add1fd6fa61ca0a (diff)
downloadslackbuilds-0c83989bd8aa76dbb838e8409fa25f8c77bed480.tar.gz
slackbuilds-0c83989bd8aa76dbb838e8409fa25f8c77bed480.tar.xz
development/zope.interface: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 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"