guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Remove python2-llfuse.


From: guix-commits
Subject: 01/03: gnu: Remove python2-llfuse.
Date: Mon, 7 Feb 2022 00:15:37 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 418208090b21319797fd461e091570fd9d54d894
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Feb 6 23:49:22 2022 -0500

    gnu: Remove python2-llfuse.
    
    * gnu/packages/python-xyz.scm (python2-llfuse): Remove variable.
    (python-llfuse)[properties]: Remove field.
---
 gnu/packages/python-xyz.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c1b5e8ed3..453cdbb16c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11123,14 +11123,7 @@ third-party code.")
     (description
      "Python-LLFUSE is a set of Python bindings for the low level FUSE API.")
     (home-page "https://bitbucket.org/nikratio/python-llfuse/";)
-    (license license:lgpl2.0+)
-    (properties `((python2-variant . ,(delay python2-llfuse))))))
-
-(define-public python2-llfuse
-  (let ((base (package-with-python2
-               (strip-python2-variant python-llfuse))))
-    (package/inherit base
-      (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2))))))
+    (license license:lgpl2.0+)))
 
 (define-public python-msgpack
   (package



reply via email to

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