aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-zmq/APKBUILD
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2018-04-28 19:33:48 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-04-28 23:58:00 +0300
commit5385a5ea885835eb097b588fa7fc4a03761e5592 (patch)
treebcbdc434cdee42949a625f09c70b232892b9e769 /community/py-zmq/APKBUILD
parent0ee1ff779814f0a14d5305b69e9afa56037bdae5 (diff)
downloadaports-5385a5ea885835eb097b588fa7fc4a03761e5592.tar.bz2
aports-5385a5ea885835eb097b588fa7fc4a03761e5592.tar.xz
community/py-zmq: upgrade to 17.0.0
Diffstat (limited to 'community/py-zmq/APKBUILD')
-rw-r--r--community/py-zmq/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/py-zmq/APKBUILD b/community/py-zmq/APKBUILD
index 0b0ccea117..33994105bd 100644
--- a/community/py-zmq/APKBUILD
+++ b/community/py-zmq/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-zmq
_pkgname=pyzmq
-pkgver=16.0.2
-pkgrel=1
+pkgver=17.0.0
+pkgrel=0
pkgdesc="Python bindings for ZeroMQ"
url="https://pypi.python.org/pypi/pyzmq"
arch="all"
@@ -17,8 +17,8 @@ builddir="$srcdir/$_pkgname-$pkgver"
build() {
cd "$builddir"
- python2 setup.py build || return 1
- python3 setup.py build || return 1
+ python2 setup.py build
+ python3 setup.py build
}
package() {
@@ -44,6 +44,4 @@ _py3() {
}
-md5sums="9a8768b00a566a400d70318f8c359cfe pyzmq-16.0.2.tar.gz"
-sha256sums="0322543fff5ab6f87d11a8a099c4c07dd8a1719040084b6ce9162bcdf5c45c9d pyzmq-16.0.2.tar.gz"
-sha512sums="40eaf8ce39db86ab3866890d74b92bd6f20d4ae827828a8772003656d899d10ffcfc222d21f344d9daba390824e6c43b9f34e31beb604ec5ee1ec199165f4b96 pyzmq-16.0.2.tar.gz"
+sha512sums="e7e9bd402b12ea4ef94740cc60db8481b0a873e0038fbeb80bc03f985c2bd6eab73ebaea41fb8cee277a8f4e6859baac4c8530650d1659c415b1c0eb6042d9a1 pyzmq-17.0.0.tar.gz"