python-pyzmq: update to 17.0.0

This commit is contained in:
Alessio Sergi 2018-05-20 17:57:35 +02:00
parent 8cd21c8a30
commit 87cac6f46d

View file

@ -1,6 +1,6 @@
# Template file for 'python-pyzmq' # Template file for 'python-pyzmq'
pkgname=python-pyzmq pkgname=python-pyzmq
version=16.0.4 version=17.0.0
revision=1 revision=1
wrksrc="pyzmq-${version}" wrksrc="pyzmq-${version}"
build_style=python-module build_style=python-module
@ -12,9 +12,9 @@ makedepends="${hostmakedepends/pkg-config/}"
short_desc="Python2 bindings for the ZeroMQ messaging library" short_desc="Python2 bindings for the ZeroMQ messaging library"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pyzmq.readthedocs.io/" homepage="https://pyzmq.readthedocs.io/"
license="LGPL-3, 3-clause-BSD" license="LGPL-3.0-or-later, BSD-3-Clause"
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz" distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
checksum=6381457420b0108226dab730b6728a4c2158e0286f614b2e89ef905f1c8fb580 checksum=e6c6394bfe32e81b4ccb917fe24c3d7637c894f3c5f4698ccac513bda1f675d9
pre_build() { pre_build() {
cat > setup.cfg <<-EOF cat > setup.cfg <<-EOF