1 { buildPythonPackage, lib, fetchPypi, pythonOlder
10 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "57d8d15de2527e0697bbef44fc16812bba709f03a07ef99297bd56c1df3b1efd";
21 substituteInPlace requirements.txt --replace "requests>=2.24.0,<3.0.0" "requests"
24 propagatedBuildInputs = [ aiohttp requests maxminddb ];
32 pythonImportsCheck = [ "geoip2" ];
35 description = "Python client for GeoIP2 webservice client and database reader";
36 homepage = "https://github.com/maxmind/GeoIP2-python";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ ];