mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setproctitle: Fix indentation.
* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
This commit is contained in:
parent
3f68322e5a
commit
90596f373a
1 changed files with 23 additions and 24 deletions
|
@ -13121,7 +13121,7 @@ English stemmer.")
|
||||||
(package-with-python2 python-snowballstemmer))
|
(package-with-python2 python-snowballstemmer))
|
||||||
|
|
||||||
(define-public python-setproctitle
|
(define-public python-setproctitle
|
||||||
(package
|
(package
|
||||||
(name "python-setproctitle")
|
(name "python-setproctitle")
|
||||||
(version "1.1.10")
|
(version "1.1.10")
|
||||||
(source
|
(source
|
||||||
|
@ -13158,8 +13158,7 @@ English stemmer.")
|
||||||
(invoke "make" "check"))))))
|
(invoke "make" "check"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("procps" ,procps))) ; required for tests
|
`(("procps" ,procps))) ; required for tests
|
||||||
(home-page
|
(home-page "https://github.com/dvarrazzo/py-setproctitle")
|
||||||
"https://github.com/dvarrazzo/py-setproctitle")
|
|
||||||
(synopsis
|
(synopsis
|
||||||
"Setproctitle implementation for Python to customize the process title")
|
"Setproctitle implementation for Python to customize the process title")
|
||||||
(description "The library allows a process to change its title (as displayed
|
(description "The library allows a process to change its title (as displayed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue