| 
									
										
										
										
											2019-12-04 20:41:22 +01:00
										 |  |  | { lib, buildPythonPackage, fetchPypi, flask }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   pname = "Flask-HTTPAuth"; | 
					
						
							| 
									
										
										
										
											2020-11-21 05:45:36 +00:00
										 |  |  |   version = "4.2.0"; | 
					
						
							| 
									
										
										
										
											2019-12-04 20:41:22 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							| 
									
										
										
										
											2020-11-21 05:45:36 +00:00
										 |  |  |     sha256 = "8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a"; | 
					
						
							| 
									
										
										
										
											2019-12-04 20:41:22 +01:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   propagatedBuildInputs = [ flask ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = with lib; { | 
					
						
							|  |  |  |     description = "Extension that provides HTTP authentication for Flask routes"; | 
					
						
							|  |  |  |     homepage = "https://github.com/miguelgrinberg/Flask-HTTPAuth"; | 
					
						
							|  |  |  |     license = licenses.mit; | 
					
						
							| 
									
										
										
										
											2020-08-15 15:25:59 +02:00
										 |  |  |     maintainers = with maintainers; [ oxzi ]; | 
					
						
							| 
									
										
										
										
											2019-12-04 20:41:22 +01:00
										 |  |  |   }; | 
					
						
							|  |  |  | } |