|
|
@ -1,12 +1,3 @@
|
|
|
|
# what it's called on pypi
|
|
|
|
|
|
|
|
%global srcname pyzmq
|
|
|
|
|
|
|
|
# what it's imported as
|
|
|
|
|
|
|
|
%global libname zmq
|
|
|
|
|
|
|
|
# name of egg info directory
|
|
|
|
|
|
|
|
%global eggname %{srcname}
|
|
|
|
|
|
|
|
# package name fragment
|
|
|
|
|
|
|
|
%global pkgname %{libname}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
%global common_description %{expand:
|
|
|
|
The 0MQ lightweight messaging kernel is a library which extends the
|
|
|
|
The 0MQ lightweight messaging kernel is a library which extends the
|
|
|
|
standard socket interfaces with features traditionally provided by
|
|
|
|
standard socket interfaces with features traditionally provided by
|
|
|
@ -15,18 +6,16 @@ abstraction of asynchronous message queues, multiple messaging
|
|
|
|
patterns, message filtering (subscriptions), seamless access to
|
|
|
|
patterns, message filtering (subscriptions), seamless access to
|
|
|
|
multiple transport protocols and more.}
|
|
|
|
multiple transport protocols and more.}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkgname}
|
|
|
|
Name: python-zmq
|
|
|
|
Version: 22.3.0
|
|
|
|
Version: 22.3.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv3+ and ASL 2.0 and BSD
|
|
|
|
License: LGPLv3+ and ASL 2.0 and BSD
|
|
|
|
URL: https://zeromq.org/languages/python/
|
|
|
|
URL: https://zeromq.org/languages/python/
|
|
|
|
Source0: %pypi_source
|
|
|
|
Source0: %{pypi_source pyzmq}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
|
|
|
BuildRequires: %{_bindir}/pathfix.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: zeromq-devel
|
|
|
|
BuildRequires: zeromq-devel
|
|
|
|
|
|
|
|
|
|
|
@ -39,33 +28,29 @@ BuildRequires: python%{python3_pkgversion}-numpy
|
|
|
|
%description %{common_description}
|
|
|
|
%description %{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-%{pkgname}
|
|
|
|
%package -n python%{python3_pkgversion}-zmq
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPLv3+
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
|
|
|
|
%py_provides python%{python3_pkgversion}-pyzmq
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
|
|
|
|
Provides: python%{python3_pkgversion}-%{srcname} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{pkgname} %{common_description}
|
|
|
|
%description -n python%{python3_pkgversion}-zmq %{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains the python bindings.
|
|
|
|
This package contains the python bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python%{python3_pkgversion}-%{pkgname}-tests
|
|
|
|
%package -n python%{python3_pkgversion}-zmq-tests
|
|
|
|
Summary: %{summary}, testsuite
|
|
|
|
Summary: %{summary}, testsuite
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPLv3+
|
|
|
|
Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
|
|
|
|
Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}-tests}
|
|
|
|
%py_provides python%{python3_pkgversion}-pyzmq-tests
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}-tests}
|
|
|
|
|
|
|
|
Provides: python%{python3_pkgversion}-%{srcname}-tests = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{pkgname}-tests %{common_description}
|
|
|
|
%description -n python%{python3_pkgversion}-zmq-tests %{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains the testsuite for the python bindings.
|
|
|
|
This package contains the testsuite for the python bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{srcname}-%{version}
|
|
|
|
%setup -q -n pyzmq-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# remove bundled libraries
|
|
|
|
# remove bundled libraries
|
|
|
|
rm -rf bundled
|
|
|
|
rm -rf bundled
|
|
|
@ -86,7 +71,6 @@ find . -type f -executable | xargs chmod -x
|
|
|
|
%pyproject_wheel
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%global RPATH /zmq/{backend/cython,devices}
|
|
|
|
|
|
|
|
%pyproject_install
|
|
|
|
%pyproject_install
|
|
|
|
%pyproject_save_files zmq
|
|
|
|
%pyproject_save_files zmq
|
|
|
|
|
|
|
|
|
|
|
@ -97,12 +81,12 @@ cd %{_topdir}
|
|
|
|
%pytest --pyargs zmq -k "not test_cython"
|
|
|
|
%pytest --pyargs zmq -k "not test_cython"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-%{pkgname} -f %{pyproject_files}
|
|
|
|
%files -n python%{python3_pkgversion}-zmq -f %{pyproject_files}
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%exclude %{python3_sitearch}/%{libname}/tests
|
|
|
|
%exclude %{python3_sitearch}/zmq/tests
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-%{pkgname}-tests
|
|
|
|
%files -n python%{python3_pkgversion}-zmq-tests
|
|
|
|
%{python3_sitearch}/%{libname}/tests
|
|
|
|
%{python3_sitearch}/zmq/tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|