20 buildPythonPackage rec {
25 src = fetchFromGitHub {
29 hash = "sha256-2E1pdHHt8o7CGpdG+u4xy5OyNCueUGVw5CY8oicYd5w=";
32 nativeBuildInputs = [ setuptools ];
34 propagatedBuildInputs = [
51 disabledTests = lib.optionals (pythonAtLeast "3.12") [
52 # https://github.com/picklepete/pyicloud/issues/446
57 description = "PyiCloud is a module which allows pythonistas to interact with iCloud webservices";
58 mainProgram = "icloud";
59 homepage = "https://github.com/picklepete/pyicloud";
60 license = licenses.mit;
61 maintainers = [ maintainers.mic92 ];