python312Packages.azure-multiapi-storage: modernize and fix metadata
This commit is contained in:
@@ -42,14 +42,13 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"azure.common"
|
||||
"azure.multiapi.storage"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Microsoft Azure Storage Client Library for Python with multi API version support";
|
||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/Azure/azure-multiapi-storage-python";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user