gnu: Add python-fusepyng.
* gnu/packages/python-xyz.scm (python-fusepyng): New variable.
This commit is contained in:
		
							parent
							
								
									9a684b4078
								
							
						
					
					
						commit
						2eb09a5cfd
					
				
					 1 changed files with 33 additions and 0 deletions
				
			
		| 
						 | 
					@ -16049,6 +16049,39 @@ MacFUSE.  The binding is created using the standard @code{ctypes} library.")
 | 
				
			||||||
(define-public python2-fusepy
 | 
					(define-public python2-fusepy
 | 
				
			||||||
  (package-with-python2 python-fusepy))
 | 
					  (package-with-python2 python-fusepy))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(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\""))))
 | 
				
			||||||
 | 
					             #t)))))
 | 
				
			||||||
 | 
					    (inputs
 | 
				
			||||||
 | 
					     `(("fuse" ,fuse)))
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     `(("python-paramiko" ,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 python2-gdrivefs
 | 
					(define-public python2-gdrivefs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python2-gdrivefs")
 | 
					    (name "python2-gdrivefs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue