mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 13:31:16 +02:00
gnu: python-userspacefs: Switch to pypproejct.
* gnu/packages/python-xyz.scm (python-userspacefs)[build-system]: Switch to pypproejct-build-system. [native-inputs]: Add python-setuptools. [home-page]: Upstream move development away from GitHub to it's own repository. Change-Id: Ie659f21c206f50d6808b92ddedd531c2ff4fc250
This commit is contained in:
@@ -28795,10 +28795,14 @@ package updates.")
|
||||
(sha256
|
||||
(base32
|
||||
"0v0qkdwfc61s2yiq7d7amin93x5biypfmi9pfhf8yj1rdpx5yvsx"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-fusepyng))
|
||||
(home-page "https://github.com/rianhunter/userspacefs")
|
||||
(home-page "https://thelig.ht/code/userspacefs/readme.html")
|
||||
(synopsis "User-space file systems for Python")
|
||||
(description
|
||||
"@code{userspacefs} is a library that allows you to easily write
|
||||
|
||||
Reference in New Issue
Block a user