guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-parted: Rename to python-pyparted.


From: guix-commits
Subject: 02/04: gnu: python-parted: Rename to python-pyparted.
Date: Tue, 14 Jun 2022 08:10:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88b098d9ba523b41fac813ae6ee296579ceab659
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:00 2022 +0200

    gnu: python-parted: Rename to python-pyparted.
    
    * gnu/packages/disk.scm (python-pyparted): New variable renamed from…
    (python-parted): …this, to better follow the package naming guidelines.
    Redefine it using DEPRECATED-PACKAGE.
---
 gnu/packages/disk.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 5524792188..47b15e588f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -715,9 +715,9 @@ the card and then checks if can read it.  It will assure 
you haven't been sold
 a card with a smaller capacity than stated.")
     (license license:gpl3+)))
 
-(define-public python-parted
+(define-public python-pyparted
   (package
-    (name "python-parted")
+    (name "python-pyparted")
     (version "3.12.0")
     (source
      (origin
@@ -740,6 +740,9 @@ a card with a smaller capacity than stated.")
     (description "This package provides @code{parted} bindings for Python.")
     (license license:gpl2+)))
 
+(define-public python-parted
+  (deprecated-package "python-parted" python-pyparted))
+
 (define-public duperemove
   (package
     (name "duperemove")



reply via email to

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