mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: glances: Deprecate python- prefix.
* gnu/package/python-xyz.scm (glances): New public variable renamed from…… (python-glances): …this now-deprecated one.
This commit is contained in:
parent
16b8503f55
commit
58d9027412
1 changed files with 5 additions and 2 deletions
|
@ -11956,9 +11956,9 @@ (define-public python2-natsort
|
||||||
`(("python2-pathlib" ,python2-pathlib)
|
`(("python2-pathlib" ,python2-pathlib)
|
||||||
,@(package-native-inputs base))))))
|
,@(package-native-inputs base))))))
|
||||||
|
|
||||||
(define-public python-glances
|
(define-public glances
|
||||||
(package
|
(package
|
||||||
(name "python-glances")
|
(name "glances")
|
||||||
(version "3.1.4")
|
(version "3.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -11989,6 +11989,9 @@ (define-public python-glances
|
||||||
monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
|
monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
(define-public python-glances
|
||||||
|
(deprecated-package "python-glances" glances))
|
||||||
|
|
||||||
(define-public python-graphql-core
|
(define-public python-graphql-core
|
||||||
(package
|
(package
|
||||||
(name "python-graphql-core")
|
(name "python-graphql-core")
|
||||||
|
|
Loading…
Reference in a new issue