From baf46c6a33d65e232c2e6826bbba8e7ff2de0c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Thu, 6 Mar 2014 07:06:24 +0700 Subject: libraries/zope.component: Updated for version 4.2.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/zope.component/zope.component.SlackBuild | 8 ++++---- libraries/zope.component/zope.component.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libraries/zope.component') 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" -- cgit v1.2.3