summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2015-01-20 17:47:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-20 17:47:04 +0700
commit2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7 (patch)
tree081d0b3035035f79dfa9b71487825569431e0290 /libraries
parent100f67ec8b2e43352e831c418656c224a2305214 (diff)
downloadslackbuilds-2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7.tar.gz
slackbuilds-2a4a7adf63b78ddc0f0173a22dc25d1200fff6e7.tar.xz
libraries/zope.hookable: Updated for version 4.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.hookable/zope.hookable.SlackBuild4
-rw-r--r--libraries/zope.hookable/zope.hookable.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/zope.hookable/zope.hookable.SlackBuild b/libraries/zope.hookable/zope.hookable.SlackBuild
index b68396b060..bb511ea1ff 100644
--- a/libraries/zope.hookable/zope.hookable.SlackBuild
+++ b/libraries/zope.hookable/zope.hookable.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zope.hookable
-VERSION=${VERSION:-4.0.1}
+VERSION=${VERSION:-4.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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 COPYRIGHT.txt LICENSE.txt CHANGES.txt README.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst 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 b3e693447a..518c7d2387 100644
--- a/libraries/zope.hookable/zope.hookable.info
+++ b/libraries/zope.hookable/zope.hookable.info
@@ -1,8 +1,8 @@
PRGNAM="zope.hookable"
-VERSION="4.0.1"
+VERSION="4.0.4"
HOMEPAGE="http://pypi.python.org/pypi/zope.hookable"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-4.0.1.tar.gz"
-MD5SUM="5a97fcf312586ee90d4cb83b7206e609"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-4.0.4.tar.gz"
+MD5SUM="860328682d4f50563e1a3e6cb999b7f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"