guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Remove python2-natsort.


From: guix-commits
Subject: 01/05: gnu: Remove python2-natsort.
Date: Thu, 16 Sep 2021 17:27:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ce0d39ae2b8084392f4dee61ef976b1a5270014c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 16 14:35:05 2021 +0200

    gnu: Remove python2-natsort.
    
    This package currently fails to build and has no users in Guix.
    
    * gnu/packages/python-xyz.scm (python2-natsort): Remove variable.
    (python-natsort)[properties]: Remove.
---
 gnu/packages/python-xyz.scm | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4cf7797..4e2e719 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16045,23 +16045,7 @@ on a list such as @code{[@code{a20}, @code{a9}, 
@code{a1}, @code{a4},
 identifies numbers and sorts them separately from strings.  It can also sort
 version numbers, real numbers, mixed types and more, and comes with a shell
 command @command{natsort} that exposes this functionality in the command 
line.")
-    (license license:expat)
-    (properties `((python2-variant . ,(delay python2-natsort))))))
-
-;; Natsort 6.x are the last versions with support for Python 2.
-(define-public python2-natsort
-  (let ((base (package-with-python2 (strip-python2-variant python-natsort))))
-    (package (inherit base)
-             (version "6.2.1")
-             (source (origin
-                       (method url-fetch)
-                       (uri (pypi-uri "natsort" version))
-                       (sha256
-                        (base32
-                         
"1mc9hbh6fv76xyz13frm7dgi05cf74f9j5wvcyjiy5234gylz565"))))
-             (native-inputs
-              `(("python2-pathlib" ,python2-pathlib)
-                ,@(package-native-inputs base))))))
+    (license license:expat)))
 
 (define-public glances
   (package



reply via email to

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