guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d2338b1e087e577872af7dc2a975b3b642be5bee
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 20:44:25 2025 +0100
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
---
gnu/packages/python-xyz.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ea5556d6d0..322cdada42 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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