Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37592602
en ru br
ALT Linux repos
S:0.6.5.git.f2a25d18-alt3

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname raet

Name: python3-module-%oname
Version: 0.6.5.git.f2a25d18
Release: alt3

Summary: RAET (Reliable Asynchronous Event Transport) Protocol
License: ASL 2.0
Group: Development/Python3
Url: https://github.com/saltstack/raet
BuildArch: noarch

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

%description
Modern large scale distributed application architectures, wherein
components are distributed across the internet on multiple hosts
and multiple CPU cores, are often based on a messaging or event bus
that allows the various distributed components to communicate
asynchronously with each other. Typically the messaging bus is some
form of messaging queue service such as AMQP or ZeroMQ. The message
bus supports what is commonly referred to as a publish/subscribe
methodology for information exchange.

%package tests
Summary: Flow Based Programming Automated Reasoning Engine and Automation Operation System
Group: Development/Python3

%description tests
Test files for %oname

%prep
%setup

%build
%add_optflags -fno-strict-aliasing
%python3_build


%install
%python3_install

%files
%doc README.md LICENSE ChangeLog.md
%_bindir/%{oname}flo
%python3_sitelibdir/*
%exclude %python3_sitelibdir/%oname/test
%exclude %python3_sitelibdir/%oname/*/test


%files tests
%python3_sitelibdir/%oname/test
%python3_sitelibdir/%oname/*/test


%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