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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname taskforce

Name: python3-module-%oname
Version: 0.6.0
Release: alt1

Summary: Starts and restarts daemon processes

License: Apache-2.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/taskforce

BuildArch: noarch

# https://github.com/akfullfo/taskforce.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-yaml

%py3_provides %oname
%py3_requires yaml

%description
Taskforce starts and restarts daemon processes. It will detect
executable and/or module changes and automatically restart the affected
processes. Initially this supports python 2.7 on Unix derivatives.

%prep
%setup

sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
   bin/%oname

%build
%python3_build

%install
%python3_install

%files
%doc README* examples
%_bindir/%oname
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version-py%_python3_version.egg-info

%changelog

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

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