| 
									
										
										
										
											2019-01-31 11:55:32 +08:00
										 |  |  | { lib, buildPythonPackage, fetchPypi }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   pname = "python-logstash"; | 
					
						
							|  |  |  |   version = "0.4.6"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							|  |  |  |     sha256 = "13763yx0k655y0c8gxv7jj6cqp45zypx2fmnc56jnn9zz1fkx50h"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   # no tests | 
					
						
							|  |  |  |   doCheck = false; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = with lib; { | 
					
						
							|  |  |  |     description = "Python logging handler for Logstash"; | 
					
						
							| 
									
										
										
										
											2020-03-31 21:11:51 -04:00
										 |  |  |     homepage = "https://github.com/vklochan/python-logstash"; | 
					
						
							| 
									
										
										
										
											2019-01-31 11:55:32 +08:00
										 |  |  |     maintainers = with maintainers; [ peterromfeldhk ]; | 
					
						
							|  |  |  |     license = licenses.mit; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | } |