gnu: Add python-shellingham.
* gnu/packages/python-xyz.scm (python-shellingham): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
		
							parent
							
								
									2be85c4531
								
							
						
					
					
						commit
						0bb3220140
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -10644,6 +10644,26 @@ create new TOML documents from scratch using the provided helpers.  Part of the
 | 
				
			||||||
implementation as been adapted, improved and fixed from Molten.")
 | 
					implementation as been adapted, improved and fixed from Molten.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public python-shellingham
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "python-shellingham")
 | 
				
			||||||
 | 
					    (version "1.3.1")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (pypi-uri "shellingham" version))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "1q7kws7w4x2hji3g7y0ni9ddk4sd676ylrb3db54gbpys6xj6nwq"))))
 | 
				
			||||||
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (home-page
 | 
				
			||||||
 | 
					     "https://github.com/sarugaku/shellingham")
 | 
				
			||||||
 | 
					    (synopsis "Tool to detect surrounding shell")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "Shellingham detects what shell the current Python executable is
 | 
				
			||||||
 | 
					running in.")
 | 
				
			||||||
 | 
					    (license license:isc)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-lazy-object-proxy
 | 
					(define-public python-lazy-object-proxy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-lazy-object-proxy")
 | 
					    (name "python-lazy-object-proxy")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue