20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub {
30 rev = "refs/tags/v${version}";
31 hash = "sha256-EvE40HLNKYl38PZ2bShAhFCsX3DMYsMmusUTcAql9b4=";
34 pythonRelaxDeps = true;
41 propagatedBuildInputs = [
58 pythonImportsCheck = [
63 # Tests require network access
64 "test_bad_version_raises"
66 "test_multiple_hosts_raises"
67 "test_non_dict_passed"
68 "test_skip_version_check"
72 description = "Module for building Elasticsearch client objects";
73 homepage = "https://github.com/untergeek/es_client";
74 changelog = "https://github.com/untergeek/es_client/releases/tag/v${version}";
75 license = licenses.asl20;
76 maintainers = with maintainers; [ fab ];