python3-pyzmq: update to 26.3.0.

This commit is contained in:
Andrew J. Hesford 2025-03-17 20:27:32 -04:00
parent 9f99b1bc0d
commit 320bf378eb

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pyzmq'
pkgname=python3-pyzmq
version=26.2.1
version=26.3.0
revision=1
build_style=python3-pep517
make_check_args="--ignore tests/test_log.py"
@ -16,7 +16,7 @@ homepage="https://pyzmq.readthedocs.io/"
changelog="https://raw.githubusercontent.com/zeromq/pyzmq/main/docs/source/changelog.md"
changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz"
checksum=17d72a74e5e9ff3829deb72897a175333d3ef5b5413948cae3cf7ebf0b02ecca
checksum=f1cd68b8236faab78138a8fc703f7ca0ad431b17a3fcac696358600d4e6243b3
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"