|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
Name: python-zmq
|
|
|
|
|
Version: 22.3.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
|
Summary: Python bindings for zeromq
|
|
|
|
|
|
|
|
|
|
# As noted in https://github.com/zeromq/pyzmq/blob/v26.2.0/RELICENSE/README.md:
|
|
|
|
|
# pyzmq starting with 26.0.0 is fully licensed under the 3-clause Modified
|
|
|
|
@ -73,12 +73,8 @@ BuildRequires: python%{python3_pkgversion}-gevent
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
|
The 0MQ lightweight messaging kernel is a library which extends the
|
|
|
|
|
standard socket interfaces with features traditionally provided by
|
|
|
|
|
specialized messaging middle-ware products. 0MQ sockets provide an
|
|
|
|
|
abstraction of asynchronous message queues, multiple messaging
|
|
|
|
|
patterns, message filtering (subscriptions), seamless access to
|
|
|
|
|
multiple transport protocols and more.}
|
|
|
|
|
This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast
|
|
|
|
|
messaging implementation.}
|
|
|
|
|
|
|
|
|
|
%description %{common_description}
|
|
|
|
|
|
|
|
|
@ -90,8 +86,6 @@ License: LGPLv3+
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-zmq %{common_description}
|
|
|
|
|
|
|
|
|
|
This package contains the python bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-zmq-tests
|
|
|
|
|
Summary: %{summary}, testsuite
|
|
|
|
@ -101,7 +95,7 @@ Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-zmq-tests %{common_description}
|
|
|
|
|
|
|
|
|
|
This package contains the testsuite for the python bindings.
|
|
|
|
|
This package contains the test suite for the Python bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|