12 buildPythonPackage rec {
13 pname = "azure-storage-file-share";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-AJjxz6k0TE94HODNUE/zo1JVdRVTwB5yDczQyqjYqio=";
24 propagatedBuildInputs = [
31 # Tests require checkout from monorepo
34 pythonImportsCheck = [
40 description = "Microsoft Azure File Share Storage Client Library for Python";
41 homepage = "https://github.com/Azure/azure-sdk-for-python";
42 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-share_${version}/sdk/storage/azure-storage-file-share/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ kamadorueda ];