summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2017-05-05 09:59:08 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-06 07:03:51 +0700
commitd24afb1ac57641e221275bda2e111c47e9fdac3b (patch)
tree8468e283cb27a9d50f8013da90f346006a1da914
parentd49ba4563e1e31d9897de562536a98ae9663722b (diff)
downloadslackbuilds-d24afb1ac57641e221275bda2e111c47e9fdac3b.tar.gz
slackbuilds-d24afb1ac57641e221275bda2e111c47e9fdac3b.tar.xz
python3-pyzmq: Updated for version 16.0.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r--python/python3-pyzmq/python3-pyzmq.SlackBuild6
-rw-r--r--python/python3-pyzmq/python3-pyzmq.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild
index e015cabaeb..936b2cb4e8 100644
--- a/python/python3-pyzmq/python3-pyzmq.SlackBuild
+++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild
@@ -3,7 +3,7 @@
# SlackBuild script for python3-pyzmq
# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2016 Christoph Willing Brisbane, Australia
+# Copyright 2016-2017 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
PRGNAM=python3-pyzmq
SRCNAM=pyzmq
-VERSION=${VERSION:-15.4.0}
+VERSION=${VERSION:-16.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$SRCNAM-$VERSION
cd $TMP
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info
index 284ab23fa1..b36d587716 100644
--- a/python/python3-pyzmq/python3-pyzmq.info
+++ b/python/python3-pyzmq/python3-pyzmq.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
-VERSION="15.4.0"
+VERSION="16.0.2"
HOMEPAGE="https://github.com/zeromq/pyzmq"
-DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v15.4.0.tar.gz"
-MD5SUM="404edb66fcd4a6e3a1002bb427ef9ca5"
+DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v16.0.2/pyzmq-16.0.2.tar.gz"
+MD5SUM="4cf14a2995742253b2b009541f4436f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"