summaryrefslogtreecommitdiffstats
path: root/libraries/zope.component
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-06 07:06:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-06 07:06:24 +0700
commitbaf46c6a33d65e232c2e6826bbba8e7ff2de0c35 (patch)
tree963637d85d1b043de2cfe1ae5e8f8b8e0eaeff59 /libraries/zope.component
parent0c98a3567a27e6e08b4ab88281d0be572d8f7bb5 (diff)
downloadslackbuilds-baf46c6a33d65e232c2e6826bbba8e7ff2de0c35.tar.gz
slackbuilds-baf46c6a33d65e232c2e6826bbba8e7ff2de0c35.tar.xz
libraries/zope.component: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zope.component')
-rw-r--r--libraries/zope.component/zope.component.SlackBuild8
-rw-r--r--libraries/zope.component/zope.component.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/zope.component/zope.component.SlackBuild b/libraries/zope.component/zope.component.SlackBuild
index 22d3c6fd8d..9213e3633d 100644
--- a/libraries/zope.component/zope.component.SlackBuild
+++ b/libraries/zope.component/zope.component.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.component
-# 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.component
-VERSION=${VERSION:-4.0.2}
+VERSION=${VERSION:-4.2.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
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -58,7 +58,7 @@ find -L . \
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/zope.component/zope.component.info b/libraries/zope.component/zope.component.info
index f5466b1e58..a9614ac8f0 100644
--- a/libraries/zope.component/zope.component.info
+++ b/libraries/zope.component/zope.component.info
@@ -1,8 +1,8 @@
PRGNAM="zope.component"
-VERSION="4.0.2"
+VERSION="4.2.0"
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.0.2.tar.gz"
-MD5SUM="8c2fd4414ca23cbbe014dcaf911acebc"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.2.0.zip"
+MD5SUM="4cb3bd8611fd7abedf5c7513393f8d1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.event zope.interface"