guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: glances: Deprecate python- prefix.


From: guix-commits
Subject: 07/07: gnu: glances: Deprecate python- prefix.
Date: Wed, 18 Mar 2020 21:32:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 58d902741240d52d783e77ef3a0540642bd91e4c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Mar 19 02:20:40 2020 +0100

    gnu: glances: Deprecate python- prefix.
    
    * 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 a2c3844..86e87ae 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]