gnu: python-flask-login: Update to 0.5.0.
* gnu/packages/python-web.scm (python-flask-login): Update to 0.5.0. [arguments]: Remove. [native-inputs]: Remove PYTHON-NOSE and PYTHON-PEP8. Add PYTHON-COVERAGE, PYTHON-PYCODESTYLE. and PYTHON-PYTEST.
This commit is contained in:
		
							parent
							
								
									15af040cc3
								
							
						
					
					
						commit
						4393dafd32
					
				
					 1 changed files with 5 additions and 12 deletions
				
			
		| 
						 | 
					@ -2394,7 +2394,7 @@ on the command line.")
 | 
				
			||||||
(define-public python-flask-login
 | 
					(define-public python-flask-login
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-flask-login")
 | 
					    (name "python-flask-login")
 | 
				
			||||||
    (version "0.4.1")
 | 
					    (version "0.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2403,25 +2403,18 @@ on the command line.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1rj0qwyxapxnp84fi4lhmvh3d91fdiwz7hibw77x3d5i72knqaa9"))))
 | 
					        (base32 "11ac924w0y4m0kf3mxnxdlidy88jfa7njw5yyrq16dvnx4iwd8gg"))))
 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:phases
 | 
					 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					 | 
				
			||||||
         (add-before 'check 'avoid-yanc
 | 
					 | 
				
			||||||
           ;; Work around '.nosetests-real: error: no such option: --with-yanc'.
 | 
					 | 
				
			||||||
           (lambda _
 | 
					 | 
				
			||||||
             (setenv "NOCOLOR" "set")
 | 
					 | 
				
			||||||
             #t)))))
 | 
					 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-flask" ,python-flask)))
 | 
					     `(("python-flask" ,python-flask)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     ;; For tests.
 | 
					     ;; For tests.
 | 
				
			||||||
     `(("python-blinker" ,python-blinker)
 | 
					     `(("python-blinker" ,python-blinker)
 | 
				
			||||||
 | 
					       ("python-coverage" ,python-coverage)
 | 
				
			||||||
       ("python-mock" ,python-mock)
 | 
					       ("python-mock" ,python-mock)
 | 
				
			||||||
       ("python-nose" ,python-nose)
 | 
					       ("python-pycodestyle" ,python-pycodestyle)
 | 
				
			||||||
       ("python-pep8" ,python-pep8)
 | 
					 | 
				
			||||||
       ("python-pyflakes" ,python-pyflakes)
 | 
					       ("python-pyflakes" ,python-pyflakes)
 | 
				
			||||||
 | 
					       ("python-pytest" ,python-pytest)
 | 
				
			||||||
       ("python-semantic-version" ,python-semantic-version)
 | 
					       ("python-semantic-version" ,python-semantic-version)
 | 
				
			||||||
       ("python-werkzeug" ,python-werkzeug)))
 | 
					       ("python-werkzeug" ,python-werkzeug)))
 | 
				
			||||||
    (home-page "https://github.com/maxcountryman/flask-login")
 | 
					    (home-page "https://github.com/maxcountryman/flask-login")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue