gnu: Add python-pathspec.
* gnu/packages/python-xyz.scm (python-pathspec): New variable.
This commit is contained in:
		
							parent
							
								
									538c1a024a
								
							
						
					
					
						commit
						c777ecb372
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
					@ -3155,6 +3155,25 @@ used in text editing environments to provide a complete and integrated
 | 
				
			||||||
feature-set for programming Python effectively.")
 | 
					feature-set for programming Python effectively.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public python-pathspec
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "python-pathspec")
 | 
				
			||||||
 | 
					    (version "0.7.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (pypi-uri "pathspec" version))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "15lvs4awlg8xzl0l4gk9y53xx4yqmqvsv44pglv39m70y85afajn"))))
 | 
				
			||||||
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://github.com/cpburnz/python-path-specification")
 | 
				
			||||||
 | 
					    (synopsis "Utility library for gitignore style pattern matching of file paths")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package provides a utility library for gitignore style pattern
 | 
				
			||||||
 | 
					matching of file paths.")
 | 
				
			||||||
 | 
					    (license license:mpl2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-black
 | 
					(define-public python-black
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-black")
 | 
					    (name "python-black")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue