1 {lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
8 checkInputs = [ nose ];
9 propagatedBuildInputs = [
14 inherit pname version;
15 sha256 = "1rphxf3vrn8wywjgr397f49s0s22m83lpwcq45lm0h2p45mdm458";
18 # Tests cannot be run because they require data that isn't included in the
23 description = "MaxMind GeoIP Legacy Database - Python API";
24 homepage = "https://www.maxmind.com/";
25 maintainers = with lib.maintainers; [ jluttine ];
26 license = lib.licenses.lgpl21Plus;