head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.6 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.4 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.2 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.08.05.06.11.10; author adam; state Exp; branches; next 1.1; commitid pkwhfkQes2Zrnv5G; 1.1 date 2024.04.27.02.42.18; author ryoon; state Exp; branches; next ; commitid 4gpnMk7qa6LpaJ7F; desc @@ 1.2 log @py-zmq: updated to 27.0.1 27.0.1 adds wheels for android and free-threaded Python 3.14 (314t) thanks to cibuildwheel 3.1, and adds wheels for free-threaded Python for Windows on ARM. The android wheels are untested, so please report issues if you have them! There are no changes to pyzmq code in this release. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2024/04/27 02:42:18 ryoon Exp $ Fix _zmq.so build. --- CMakeLists.txt.orig 2022-11-09 12:37:21.000000000 +0000 +++ CMakeLists.txt @@@@ -1,6 +1,7 @@@@ cmake_minimum_required(VERSION 3.14...4.1) project(${SKBUILD_PROJECT_NAME} LANGUAGES C CXX) set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) +set(CMAKE_SKIP_RPATH TRUE) list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) message(STATUS "Building pyzmq for ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION}") @ 1.1 log @net/py-zmq: Fix build under NetBSD at least Wheel invokes cmake and it has no CMAKE_CONFIGURE_ARGS. Then _zmq.so was reported as problematic RPATH. Define CMAKE_SKIP_RPATH in CMakeLists.txt to fix this failure. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 * Fix _zmq.so build. d5 1 a5 1 --- CMakeLists.txt.orig 2024-04-27 02:25:29.115223723 +0000 d8 1 a8 1 cmake_minimum_required(VERSION 3.14...3.28) d14 1 a14 1 find_package( @