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.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-12 02:00:00 +02:00
parent 67ff676792
commit 88b098d9ba
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -715,9 +715,9 @@ (define-public f3
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 @@ (define-public python-parted
(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")