11 buildPythonPackage rec {
12 pname = "azure-storage-file";
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "3559b9c7ab13450c66ea833eb82c28233bee24f1bd8ca19aa7d27f8c23d5bc53";
21 propagatedBuildInputs = [
24 ] ++ lib.optional (!isPy3k) futures;
30 description = "Client library for Microsoft Azure Storage services containing the file service APIs";
31 homepage = "https://github.com/Azure/azure-sdk-for-python";
32 license = licenses.mit;
33 maintainers = with maintainers; [ cmcdragonkai ];