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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_without check

%define modulename daemonize
Name: python3-module-daemonize
Version: 2.5.0
Release: alt2

Summary: Library for writing system daemons in Python

Url: https://github.com/thesharp/daemonize
License: MIT
Group: Development/Python3

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/thesharp/daemonize/archive/v%version.tar.gz

Source: %modulename-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
daemonize is a library for writing system daemons in Python.

%prep
%setup -n %modulename-%version


%build
%python3_build

%install
%python3_install

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