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

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

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

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

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