From c099ae55c1c7be8a07943834979773599a7d8b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Mon, 4 Mar 2013 00:05:16 -0500 Subject: libraries/zope.hookable: Updated for version 4.0.1. Signed-off-by: dsomero --- libraries/zope.hookable/README | 2 -- libraries/zope.hookable/slack-desc | 10 +++++----- libraries/zope.hookable/zope.hookable.SlackBuild | 8 ++++---- libraries/zope.hookable/zope.hookable.info | 8 ++++---- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/libraries/zope.hookable/README b/libraries/zope.hookable/README index eb4130f184..39bd3eea63 100644 --- a/libraries/zope.hookable/README +++ b/libraries/zope.hookable/README @@ -1,5 +1,3 @@ -zope.hookable (Hookable object support) - Support the efficient creation of hookable objects, which are callable objects that are meant to be replaced by other callables, at least optionally. diff --git a/libraries/zope.hookable/slack-desc b/libraries/zope.hookable/slack-desc index 9d9039b466..e2b329c1c1 100644 --- a/libraries/zope.hookable/slack-desc +++ b/libraries/zope.hookable/slack-desc @@ -1,9 +1,9 @@ # 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.hookable: zope.hookable (Hookable object support) diff --git a/libraries/zope.hookable/zope.hookable.SlackBuild b/libraries/zope.hookable/zope.hookable.SlackBuild index 0d814f976b..d23f6c9c7e 100644 --- a/libraries/zope.hookable/zope.hookable.SlackBuild +++ b/libraries/zope.hookable/zope.hookable.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.hookable -# Copyright 2011 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.hookable -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-4.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,11 +57,11 @@ find . \ python setup.py install --root=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $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.hookable/zope.hookable.info b/libraries/zope.hookable/zope.hookable.info index d66d731243..b65bfa97a2 100644 --- a/libraries/zope.hookable/zope.hookable.info +++ b/libraries/zope.hookable/zope.hookable.info @@ -1,10 +1,10 @@ PRGNAM="zope.hookable" -VERSION="3.4.1" +VERSION="4.0.1" HOMEPAGE="http://pypi.python.org/pypi/zope.hookable" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-3.4.1.tar.gz" -MD5SUM="fe6713aef5b6c0f4963fb984bf326da0" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-4.0.1.tar.gz" +MD5SUM="5a97fcf312586ee90d4cb83b7206e609" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="distribute" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -- cgit v1.2.3