python3-pyzmq: update to 23.0.0.

This commit is contained in:
Andrew J. Hesford 2022-05-25 13:38:58 -04:00
parent c9d24a56e9
commit 1dbbdf3f17

View File

@ -1,11 +1,11 @@
# Template file for 'python3-pyzmq'
pkgname=python3-pyzmq
version=22.3.0
revision=2
version=23.0.0
revision=1
wrksrc="pyzmq-${version}"
build_style=python3-module
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools python3-packaging"
makedepends="zeromq-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"
@ -15,7 +15,7 @@ license="LGPL-3.0-or-later, BSD-3-Clause"
homepage="https://pyzmq.readthedocs.io/"
changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz"
checksum=8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c
checksum=a45f5c0477d12df05ef2e2922b49b7c0ae9d0f4ff9b6bb0d666558df0ef37122
pre_build() {
cat > setup.cfg <<-EOF