gnu: python-flask-basicauth: Fix indentation.
* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
This commit is contained in:
		
							parent
							
								
									a4cfdab56a
								
							
						
					
					
						commit
						c410e9e531
					
				
					 1 changed files with 9 additions and 11 deletions
				
			
		| 
						 | 
					@ -2888,12 +2888,12 @@ pretty printer and a tree visitor.")
 | 
				
			||||||
    (name "python-flask-basicauth")
 | 
					    (name "python-flask-basicauth")
 | 
				
			||||||
    (version "0.2.0")
 | 
					    (version "0.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					     (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "Flask-BasicAuth" version))
 | 
					       (uri (pypi-uri "Flask-BasicAuth" version))
 | 
				
			||||||
        (sha256
 | 
					       (sha256
 | 
				
			||||||
          (base32
 | 
					        (base32
 | 
				
			||||||
            "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz"))))
 | 
					         "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases (modify-phases %standard-phases
 | 
					     `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					@ -2908,12 +2908,10 @@ pretty printer and a tree visitor.")
 | 
				
			||||||
                      #t)))))
 | 
					                      #t)))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-flask" ,python-flask)))
 | 
					     `(("python-flask" ,python-flask)))
 | 
				
			||||||
    (home-page
 | 
					    (home-page "https://github.com/jpvanhal/flask-basicauth")
 | 
				
			||||||
      "https://github.com/jpvanhal/flask-basicauth")
 | 
					    (synopsis "HTTP basic access authentication for Flask")
 | 
				
			||||||
    (synopsis
 | 
					 | 
				
			||||||
      "HTTP basic access authentication for Flask")
 | 
					 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
      "This package provides HTTP basic access authentication for Flask.")
 | 
					     "This package provides HTTP basic access authentication for Flask.")
 | 
				
			||||||
    (license license:bsd-3)))
 | 
					    (license license:bsd-3)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python-flask-htpasswd
 | 
					(define-public python-flask-htpasswd
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue