14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-nEWrfCd2MQCcIM6dLkVYc/cWT5wcT/pvYaY2V3wfuto=";
26 propagatedBuildInputs = [
40 # the following tests require network access
42 "test_additional_settings"
45 "test_default_settings"
46 "test_dynamic_http_port"
47 "test_environment_variables"
52 # imports setuptools.ssl_support, which doesn't exist anymore
53 "src/crate/client/test_http.py"
57 homepage = "https://github.com/crate/crate-python";
58 description = "A Python client library for CrateDB";
59 changelog = "https://github.com/crate/crate-python/blob/${version}/CHANGES.txt";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ doronbehar ];