From 58d902741240d52d783e77ef3a0540642bd91e4c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 19 Mar 2020 02:20:40 +0100 Subject: gnu: glances: Deprecate python- prefix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/package/python-xyz.scm (glances): New public variable renamed from…… (python-glances): …this now-deprecated one. --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a2c3844d65..86e87ae4dc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11956,9 +11956,9 @@ command @command{natsort} that exposes this functionality in the command line.") `(("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 @@ Glances uses the PsUtil library to get information from your system. It 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") -- cgit v1.2.3