%define name pyzmq %define version 27.0.0 %define release 1 %define py_setup_args --zmq=bundled Name: %{name} Version: %{version} Release: %{release} License: LGPL+BSD Summary: Python bindings for 0MQ Url: https://pyzmq.readthedocs.org Vendor: Brian E. Granger, Min Ragan-Kelley Source0: %{name}-%{version}.tar.gz BuildRequires: gcc, gcc-c++, libsodium-devel, python3-devel, python3-packaging, python3-pip, python3-scikit-build-core, python3-setuptools %{?python_disable_dependency_generator} %global debug_package %{nil} %description PyZMQ is the official Python binding for the ZeroMQ Messaging Library (http://www.zeromq.org). %package -n python3-zmq Summary: Python bindings for 0MQ %description -n python3-zmq PyZMQ is the official Python binding for the ZeroMQ Messaging Library (http://www.zeromq.org). %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-zmq %license LICENSE.md %doc AUTHORS.md README.md %{_libdir}/python3*/site-packages/zmq %{_libdir}/python3*/site-packages/pyzmq*.dist-info %changelog * Tue Jul 29 2025 log2timeline development team 27.0.0-1 - Auto-generated