diff options
author | Leo Famulari <leo@famulari.name> | 2020-12-09 18:17:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-12-09 18:18:26 -0500 |
commit | ec2eccbf3d1a6378c5ebf1e3d17ec72b4b2a4cd0 (patch) | |
tree | 05e12688d6f42a9978b49f22830cd24dfd2efe48 /gnu/packages | |
parent | 15c4e135a7999dc7701ab4f3fafae4f1f1cd383d (diff) |
gnu: Remove python-llfuse-0.41.
* gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8891db3c50..d312e3172a 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") |