16 buildPythonPackage rec {
17 pname = "tableauserverclient";
21 disabled = pythonOlder "3.9";
24 inherit pname version;
25 hash = "sha256-0I0HLPCrA5LoGOnspIDeAp5x7jzR4S9dWitpGw0AzbA=";
29 # Remove vendorized versioneer
55 # Tests attempt to create some file artifacts and fails
58 pythonImportsCheck = [ "tableauserverclient" ];
61 description = "Module for working with the Tableau Server REST API";
62 homepage = "https://github.com/tableau/server-client-python";
63 changelog = "https://github.com/tableau/server-client-python/releases/tag/v${version}";
64 license = licenses.mit;