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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define sname retrying

Name: python3-module-%sname
Version: 1.3.3
Release: alt2
Summary: Retrying library
Group: Development/Python3
License: Apache-2.0
Url:  https://github.com/rholder/retrying
Source: %sname-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
Simplify the task of adding retry behavior to just about anything.

%prep
%setup -n %sname-%version

# Remove bundled egg-info

rm -rf %sname.egg-info

%build
%python3_build

%install
%python3_install

%files
%doc README.rst LICENSE AUTHORS.rst
%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