mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Remove python-llfuse-0.41.
* gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable.
This commit is contained in:
parent
15c4e135a7
commit
ec2eccbf3d
1 changed files with 0 additions and 16 deletions
|
@ -8838,22 +8838,6 @@ third-party code.")
|
||||||
(strip-python2-variant python-llfuse)))
|
(strip-python2-variant python-llfuse)))
|
||||||
(propagated-inputs `(("python2-contextlib2" ,python2-contextlib2)))))
|
(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
|
(define-public python-msgpack
|
||||||
(package
|
(package
|
||||||
(name "python-msgpack")
|
(name "python-msgpack")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue