From 275e2f1db66733f884163c24bf60a10e57f9b8b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 6 Aug 2024 11:55:25 -0400 Subject: [PATCH] python3-pyzmq: update to 26.1.0. --- srcpkgs/python3-pyzmq/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index b57d8961902..f1ead787f55 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,20 +1,21 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=26.0.3 +version=26.1.0 revision=1 build_style=python3-pep517 -make_check_target=".xbps-testdir/*/${py3_sitelib}/zmq/tests" +make_check_args="--ignore tests/test_log.py" +make_check_target="tests" hostmakedepends="python3-scikit-build-core python3-Cython ninja" makedepends="zeromq-devel python3-devel" depends="python3" -checkdepends="python3-pytest python3-pytest-asyncio" +checkdepends="python3-pytest python3-pytest-asyncio python3-tornado" short_desc="Python3 bindings for the ZeroMQ messaging library" maintainer="Andrew J. Hesford " 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=dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a +checksum=6c5aeea71f018ebd3b9115c7cb13863dd850e98ca6b9258509de1246461a7e7f export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"