Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37590285
en ru br
ALT Linux repos
S:0.6.1-alt2

Group :: Development/Python3
RPM: python3-module-zerorpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_without python3
%define oname zerorpc-python

Name: python3-module-zerorpc
Version: 0.6.1
Release: alt2

Summary: An easy to use, intuitive, and cross-language RPC

License: MIT
Group: Development/Python3
Url: http://www.zerorpc.io/
# Source-url: https://github.com/0rpc/zerorpc-python/archive/v%version.tar.gz
Source: %oname-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3


%description
Zerorpc is a light-weight, reliable and language-agnostic library
for distributed communication between server-side processes.
It builds on top of ZeroMQ and MessagePack.
Support for streamed responses - similar to python generators -
makes zerorpc more than a typical RPC engine. Built-in heartbeats
and timeouts detect and recover from failed requests. Introspective
capabilities, first-class exceptions and the command-line utility
make debugging easy.

%prep
%setup -n %oname-%version

sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
   $(find ./ -type f \( -name '*.py' -o -name 'zerorpc' \))

%build
%python3_build_debug

%install
%python3_install

%files
%doc LICENSE README* doc
%_bindir/*
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin