mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-userspacefs: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-userspacefs): Update to 3.1.1. [propagated-inputs]: Remove python-fusepyng, add python-aiohttp, python-typing-extensions. Change-Id: Idb1fe6116e4433e789baaee916783f33e4ce41a8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
350ebf03be
commit
473ec0750d
@@ -39318,21 +39318,17 @@ parsing (browser/HTTP) user agent strings.")
|
||||
(define-public python-userspacefs
|
||||
(package
|
||||
(name "python-userspacefs")
|
||||
(version "2.0.5")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "userspacefs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v0qkdwfc61s2yiq7d7amin93x5biypfmi9pfhf8yj1rdpx5yvsx"))))
|
||||
(base32 "0lfzgijza3p4wbrhlf8pzj89j7caj8x6aij78d4izppvq4kfjqs6"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-fusepyng))
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list python-aiohttp python-typing-extensions))
|
||||
(home-page "https://thelig.ht/code/userspacefs/readme.html")
|
||||
(synopsis "User-space file systems for Python")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user