python-pyzmq: update to 19.0.2.

This commit is contained in:
Andrew J. Hesford 2020-07-31 12:26:57 -04:00 committed by Andrew J. Hesford
parent b9229fd0ab
commit 4369a3f689

View file

@ -1,11 +1,10 @@
# Template file for 'python-pyzmq'
pkgname=python-pyzmq
version=19.0.0
version=19.0.2
revision=1
wrksrc="pyzmq-${version}"
build_style=python-module
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
pycompile_module="zmq"
hostmakedepends="pkg-config python-devel python3-devel python-Cython
python3-Cython zeromq-devel"
makedepends="${hostmakedepends/pkg-config/}"
@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
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=d197fc01dc67372066143e5e85dcd3a97ec759ceb76927b7de83cda05eb06006
checksum=ed67b5ffe8a87c88c5a19bf6f2d64ca7e3c325a2f6cc30f989f5f57d2205bada
pre_build() {
cat > setup.cfg <<-EOF
@ -28,7 +27,6 @@ post_install() {
}
python3-pyzmq_package() {
pycompile_module="zmq"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*