Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37533489
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-zerorpc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin