From 778a60c0f06ef4182f111c161df28346651ddea8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 7 May 2024 16:43:43 -0400 Subject: [PATCH] python3-pyzmq: update to 26.0.3. --- 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 26f770fa6a1..b57d8961902 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.0.2 +version=26.0.3 revision=1 build_style=python3-pep517 make_check_target=".xbps-testdir/*/${py3_sitelib}/zmq/tests" @@ -14,7 +14,7 @@ license="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=f0f9bb370449158359bb72a3e12c658327670c0ffe6fbcd1af083152b64f9df0 +checksum=dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"