14 buildPythonPackage rec {
15 pname = "vertica-python";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-VCB4ri/t7mlK3tsE2Bxu3Cd7h+10QDApQhB9hqC81EU=";
26 build-system = [ setuptools ];
40 # Integration tests require an accessible Vertica db
41 "vertica_python/tests/integration_tests"
44 pythonImportsCheck = [ "vertica_python" ];
47 description = "Native Python client for Vertica database";
48 homepage = "https://github.com/vertica/vertica-python";
49 changelog = "https://github.com/vertica/vertica-python/releases/tag/${version}";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ arnoldfarkas ];