diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-12-15 10:20:47 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:24 +0100 |
| commit | fcbf2548a1eb94dbbe53d53c2a453056c4634ea4 (patch) | |
| tree | d95ed0356a1a7bbe5f051979e90872532c6f3584 /gnu/packages | |
| parent | 1f631d6d155aa0295066a58f862d72d7ed6e0e00 (diff) | |
gnu: Remove python-fusepyng.
* gnu/packages/python-xyz.scm (python-fusepyng): Delete variable.
Fixes: guix/guix#3874
Change-Id: I68ca5d59379c0c90f29a83cf3921e5f4e5344a63
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ce9d27e4326..b66196e720e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27161,38 +27161,6 @@ commit, but it also includes some other useful statistics.") binding is created using the standard @code{ctypes} library.") (license license:isc))) -(define-public python-fusepyng - (package - (name "python-fusepyng") - (version "1.0.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "fusepyng" version)) - (sha256 - (base32 - "17w9iw6m6zjbmnhs4ikd27pq4mb1nan6k4ahlwyz40463vw6wkwb")))) - (build-system python-build-system) - (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'set-libfuse-path - (lambda* (#:key inputs #:allow-other-keys) - (let ((fuse (assoc-ref inputs "fuse"))) - (substitute* "fusepyng.py" - (("os.environ.get\\('FUSE_LIBRARY_PATH'\\)") - (string-append "\"" fuse "/lib/libfuse.so\""))))))))) - (inputs - (list fuse-2)) - (propagated-inputs - (list python-paramiko)) - (home-page "https://github.com/rianhunter/fusepyng") - (synopsis "Simple ctypes bindings for FUSE") - (description "@code{fusepyng} is a Python module that provides a simple -interface to FUSE on various operating systems. It's just one file and is -implemented using @code{ctypes}.") - (license license:isc))) - (define-public pybind11 (package (name "pybind11") |
