mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-daemon: Update to 2.3.0.
* gnu/packages/python-xyz.scm (python-daemon): Update to 2.3.0. [native-inputs]: Add python-coverage and python-twine. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8cc099b425
commit
508200d66a
1 changed files with 5 additions and 3 deletions
|
@ -4149,14 +4149,14 @@ logging and tracing of the execution.")
|
||||||
(define-public python-daemon
|
(define-public python-daemon
|
||||||
(package
|
(package
|
||||||
(name "python-daemon")
|
(name "python-daemon")
|
||||||
(version "2.2.3")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-daemon" version))
|
(uri (pypi-uri "python-daemon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09fcjdjzk9ywmpnrj62iyxqgcygzdafsz41qlrk2dknzbagcmzmg"))))
|
"1bxfn2bq56sd4w0nm9mqy8y0905m7fc8vmhnjxlrf49vcbqr7adx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4171,9 +4171,11 @@ logging and tracing of the execution.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-lockfile" ,python-lockfile)))
|
`(("python-lockfile" ,python-lockfile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-unittest2" ,python-unittest2)
|
`(("python-coverage" ,python-coverage)
|
||||||
|
("python-unittest2" ,python-unittest2)
|
||||||
("python-testtools" ,python-testtools)
|
("python-testtools" ,python-testtools)
|
||||||
("python-testscenarios" ,python-testscenarios)
|
("python-testscenarios" ,python-testscenarios)
|
||||||
|
("python-twine" ,python-twine)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-docutils" ,python-docutils)))
|
("python-docutils" ,python-docutils)))
|
||||||
(home-page "https://pagure.io/python-daemon/")
|
(home-page "https://pagure.io/python-daemon/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue