| 
									
										
										
										
											2017-09-05 11:16:41 +02:00
										 |  |  | {lib, buildPythonPackage, fetchPypi, isPy3k, incremental, ipaddress, twisted | 
					
						
							|  |  |  | , automat, zope_interface, idna, pyopenssl, service-identity, pytest, mock, lsof | 
					
						
							|  |  |  | , geoip, nose}: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   name = "${pname}-${version}"; | 
					
						
							|  |  |  |   pname = "GeoIP"; | 
					
						
							|  |  |  |   version = "1.3.2"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   checkInputs = [ nose ]; | 
					
						
							|  |  |  |   propagatedBuildInputs = [ | 
					
						
							|  |  |  |     geoip | 
					
						
							|  |  |  |   ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							|  |  |  |     sha256 = "1rphxf3vrn8wywjgr397f49s0s22m83lpwcq45lm0h2p45mdm458"; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   # Tests cannot be run because they require data that isn't included in the | 
					
						
							|  |  |  |   # release tarball. | 
					
						
							|  |  |  |   checkPhase = "true"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = { | 
					
						
							|  |  |  |     description = "MaxMind GeoIP Legacy Database - Python API"; | 
					
						
							| 
									
										
										
										
											2018-03-24 22:04:25 -07:00
										 |  |  |     homepage = https://www.maxmind.com/; | 
					
						
							| 
									
										
										
										
											2017-09-05 11:16:41 +02:00
										 |  |  |     maintainers = with lib.maintainers; [ jluttine ]; | 
					
						
							|  |  |  |     license = lib.licenses.lgpl21Plus; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | } |