aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-zmq
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-03-08 21:44:52 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-03-11 14:07:27 +0000
commitf1e5c41298e6f422becea45a285e86ebd7837db5 (patch)
tree026f5ae08e079a4cf3efac809b148d36022dd2fd /testing/py-zmq
parentf781dbf659d09641e218f85effd3413f27b84165 (diff)
downloadaports-f1e5c41298e6f422becea45a285e86ebd7837db5.tar.bz2
aports-f1e5c41298e6f422becea45a285e86ebd7837db5.tar.xz
testing/py-zmq: upgrade to 13.0.0
Diffstat (limited to 'testing/py-zmq')
-rw-r--r--testing/py-zmq/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/py-zmq/APKBUILD b/testing/py-zmq/APKBUILD
index 9d718f3890..af12a700d7 100644
--- a/testing/py-zmq/APKBUILD
+++ b/testing/py-zmq/APKBUILD
@@ -2,20 +2,20 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-zmq
_pkgname=pyzmq
-pkgver=2.2.0.1
+pkgver=13.0.0
pkgrel=0
pkgdesc="Python bindings for ZeroMQ"
url="http://pypi.python.org/pypi/pyzmq"
arch="all"
-license="LGPL BSD"
+license="LGPL3+ BSD"
depends=""
depends_dev=""
makedepends="python-dev py-setuptools zeromq-dev"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$_pkgname-$pkgver
+_builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
@@ -26,4 +26,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="f2f80709e84c8ac72d6671eee645d804 pyzmq-2.2.0.1.tar.gz"
+md5sums="1325ab6819f7a087eee84aaa951b6f0c pyzmq-13.0.0.tar.gz"
+sha256sums="31d8ededdb707f97ffe22963d3f9a721c2330e50904a647cb8d97ec38db43476 pyzmq-13.0.0.tar.gz"
+sha512sums="d8e56c5f488ac9d618661c23c714560af44a70705ad092843eb4e9d5ae8b737a65fb59eec91acd9f3dfafafac807c32bf815bd0a2f175649097a28dff308db8e pyzmq-13.0.0.tar.gz"