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:
Tobias Geerinckx-Rice 2020-03-19 02:20:40 +01:00
parent 16b8503f55
commit 58d9027412
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11956,9 +11956,9 @@ (define-public python2-natsort
`(("python2-pathlib" ,python2-pathlib)
,@(package-native-inputs base))))))
(define-public python-glances
(define-public glances
(package
(name "python-glances")
(name "glances")
(version "3.1.4")
(source
(origin
@ -11989,6 +11989,9 @@ (define-public python-glances
monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
(license license:lgpl3+)))
(define-public python-glances
(deprecated-package "python-glances" glances))
(define-public python-graphql-core
(package
(name "python-graphql-core")