python3-pyzmq: update to 26.2.1.

This commit is contained in:
Andrew J. Hesford 2025-02-04 08:50:25 -05:00
parent 65abcc746c
commit 3314c05cdd

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pyzmq'
pkgname=python3-pyzmq
version=26.2.0
revision=2
version=26.2.1
revision=1
build_style=python3-pep517
make_check_args="--ignore tests/test_log.py"
make_check_target="tests"
@ -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=070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f
checksum=17d72a74e5e9ff3829deb72897a175333d3ef5b5413948cae3cf7ebf0b02ecca
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"