1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "f22c4e00ddf1213e0fae36dc60b46ee7c25a6339941ec1a975539014c1f9a96d";
13 # requires geoip samples
16 buildInputs = [ nose ];
19 description = "Pure Python GeoIP API";
20 homepage = "https://github.com/appliedsec/pygeoip";
21 license = licenses.lgpl3Plus;