From e4d990b64812d70d6e288cb6c114e7dc924e30bb Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 24 Mar 2019 09:21:31 -0300 Subject: [PATCH] python-pyzmq: update to 17.1.3. --- srcpkgs/python-pyzmq/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python-pyzmq/template index 594d4ceb65a..22297ec98a0 100644 --- a/srcpkgs/python-pyzmq/template +++ b/srcpkgs/python-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python-pyzmq' pkgname=python-pyzmq -version=17.1.2 -revision=2 +version=17.1.3 +revision=1 wrksrc="pyzmq-${version}" build_style=python-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" @@ -11,10 +11,10 @@ hostmakedepends="pkg-config python-devel python3-devel python-Cython makedepends="${hostmakedepends/pkg-config/}" short_desc="Python2 bindings for the ZeroMQ messaging library" maintainer="Alessio Sergi " -homepage="https://pyzmq.readthedocs.io/" license="LGPL-3.0-or-later, BSD-3-Clause" +homepage="https://pyzmq.readthedocs.io/" distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz" -checksum=77a32350440e321466b1748e6063b34a8a73768b62cb674e7d799fbc654b7c45 +checksum=49dc9d3c38d803f436784bcdddd35354b946d37d0a777a301bd493655348b773 pre_build() { cat > setup.cfg <<-EOF