From e36105664da15c95c3dc1884a80c1d2deeabf06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Mon, 4 Mar 2013 00:05:19 -0500 Subject: development/zope.interface: Updated for version 4.0.4. Signed-off-by: dsomero --- development/zope.interface/slack-desc | 12 ++++++------ development/zope.interface/zope.interface.SlackBuild | 8 ++++---- development/zope.interface/zope.interface.info | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/development/zope.interface/slack-desc b/development/zope.interface/slack-desc index 2bdb812a66..cc1bc91ebb 100644 --- a/development/zope.interface/slack-desc +++ b/development/zope.interface/slack-desc @@ -1,14 +1,14 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| zope.interface: zope.interface (Zope 3 Interface Infrastructure) zope.interface: -zope.interface: Interfaces are a mechanism for labeling objects as conforming to a +zope.interface: Interfaces are a mechanism for labeling objects as conforming to a zope.interface: given API or contract. zope.interface: zope.interface: Homepage: http://pypi.python.org/pypi/zope.interface/ diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild index 057dde22bf..d137e94bc8 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 2012 Mikko Värri, Finland +# Copyright 2013 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:-3.8.0} +VERSION=${VERSION:-4.0.4} 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 . \ @@ -61,7 +61,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true 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/development/zope.interface/zope.interface.info b/development/zope.interface/zope.interface.info index 15076aff41..269bbb4bb3 100644 --- a/development/zope.interface/zope.interface.info +++ b/development/zope.interface/zope.interface.info @@ -1,8 +1,8 @@ PRGNAM="zope.interface" -VERSION="3.8.0" +VERSION="4.0.4" HOMEPAGE="http://pypi.python.org/pypi/zope.interface/" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.8.0.tar.gz" -MD5SUM="8ab837320b4532774c9c89f030d2a389" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.4.zip" +MD5SUM="b74c4da844e1f96b7e29f0324f14377d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="distribute" -- cgit v1.2.3