From 5424d3f1e0fe9d636b02da3f3619a20173e169a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 10 Apr 2025 20:52:12 -0400 Subject: [PATCH] python3-pyzmq: update to 26.4.0. --- srcpkgs/python3-pyzmq/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index 513e6a88a83..387d856995b 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=26.3.0 +version=26.4.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=f1cd68b8236faab78138a8fc703f7ca0ad431b17a3fcac696358600d4e6243b3 +checksum=4bd13f85f80962f91a651a7356fe0472791a5f7a92f227822b5acf44795c626d export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"