12 buildPythonPackage rec {
13 pname = "azure-synapse-artifacts";
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-UvCSsiZ315IoDwvMI02JLJ9zjpPI4Ut0wZUQG5uicYQ=";
24 propagatedBuildInputs = [
31 # Tests are only available in mono-repo
34 pythonImportsCheck = [ "azure.synapse.artifacts" ];
37 description = "Microsoft Azure Synapse Artifacts Client Library for Python";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-artifacts_${version}/sdk/synapse/azure-synapse-artifacts/CHANGELOG.md";
40 license = licenses.mit;