me
/
guix
Archived
1
0
Fork 0

gnu: Add python-userspacefs.

* gnu/packages/python-xyz.scm (python-userspacefs): New variable.
master
Efraim Flashner 2020-03-17 09:01:59 +02:00
parent 2eb09a5cfd
commit 24200bdf9d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -16123,6 +16123,27 @@ implemented using @code{ctypes}.")
under Python 2.7.") under Python 2.7.")
(license license:gpl2))) (license license:gpl2)))
(define-public python-userspacefs
(package
(name "python-userspacefs")
(version "1.0.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "userspacefs" version))
(sha256
(base32
"0kyz52jyxw3m7hqvn5g6z0sx9cq6k0nq1wj44lvdrghdljjgyk2z"))))
(build-system python-build-system)
(propagated-inputs
`(("python-fusepyng" ,python-fusepyng)))
(home-page "https://github.com/rianhunter/userspacefs")
(synopsis "User-space file systems for Python")
(description
"@code{userspacefs} is a library that allows you to easily write
user-space file systems in Python.")
(license license:gpl3+)))
(define-public pybind11 (define-public pybind11
(package (package
(name "pybind11") (name "pybind11")