mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add python-daemonize.
* gnu/packages/python-xyz.scm (python-daemonize): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
af1f7a3279
commit
039c549900
1 changed files with 16 additions and 0 deletions
|
@ -18835,3 +18835,19 @@ (define-public python-signedjson
|
|||
key.
|
||||
@end itemize")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-daemonize
|
||||
(package
|
||||
(name "python-daemonize")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "daemonize" version))
|
||||
(sha256
|
||||
(base32 "1hwbl3gf9fdds9sc14zgjyjisjvxidrvqc11xlbb0b6jz17nw0nx"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/thesharp/daemonize")
|
||||
(synopsis "Library for writing system daemons in Python")
|
||||
(description "Daemonize is a library for writing system daemons in Python.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue