guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Remove python-llfuse-0.41.


From: guix-commits
Subject: 02/02: gnu: Remove python-llfuse-0.41.
Date: Wed, 9 Dec 2020 18:19:22 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ec2eccbf3d1a6378c5ebf1e3d17ec72b4b2a4cd0
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Dec 9 18:17:20 2020 -0500

    gnu: Remove python-llfuse-0.41.
    
    * gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable.
---
 gnu/packages/python-xyz.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8891db3..d312e31 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8838,22 +8838,6 @@ third-party code.")
                  (strip-python2-variant python-llfuse)))
     (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2)))))
 
-;; For attic-0.16
-(define-public python-llfuse-0.41
-  (package (inherit python-llfuse)
-    (version "0.41.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://bitbucket.org/nikratio/python-llfuse/downloads/";
-                    "llfuse-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "1imlqw9b73086y97izr036f58pgc5akv4ihc2rrf8j5h75jbrlaa"))))
-    ;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat)
-    ;; licensed.  The rest of the package is licensed under LGPL2.0 or later.
-    (license (list license:expat license:lgpl2.0+))))
-
 (define-public python-msgpack
   (package
     (name "python-msgpack")



reply via email to

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