Loading pkgs/tools/networking/gandi-cli/default.nixdeleted 100644 → 0 +0 −41 Original line number Diff line number Diff line { lib, buildPythonApplication, click, fetchFromGitHub, ipy, pyyaml, requests, }: buildPythonApplication rec { pname = "gandi-cli"; version = "1.6"; format = "setuptools"; src = fetchFromGitHub { owner = "Gandi"; repo = "gandi.cli"; rev = version; sha256 = "sha256-KLeEbbzgqpmBjeTc5RYsFScym8xtMqVjU+H0lyDM0+o="; }; propagatedBuildInputs = [ click ipy pyyaml requests ]; # Tests try to contact the actual remote API doCheck = false; pythonImportsCheck = [ "gandi" ]; meta = { description = "Command-line interface to the public Gandi.net API"; mainProgram = "gandi"; homepage = "https://cli.gandi.net/"; license = lib.licenses.gpl3Plus; maintainers = [ ]; }; } pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -651,6 +651,7 @@ mapAliases { fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27 g4music = throw "'g4music' has been renamed to/replaced by 'gapless'"; # Converted to throw 2025-10-27 gamecube-tools = throw "gamecube-tools was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23 gandi-cli = throw "'gandi-cli' has been removed as it is unmaintained upstream"; # Added 2026-01-11 garage_0_8 = throw "'garage_0_8' has been removed as it is unmaintained upstream"; # Added 2025-06-23 garage_0_8_7 = throw "'garage_0_8_7' has been removed as it is unmaintained upstream"; # Added 2025-06-23 garage_0_9 = throw "'garage_0_9' has been removed as it is unmaintained upstream"; # Added 2025-09-16 Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -2584,8 +2584,6 @@ with pkgs; uniscribe = callPackage ../tools/text/uniscribe { }; gandi-cli = python3Packages.callPackage ../tools/networking/gandi-cli { }; inherit (callPackages ../tools/filesystems/garage { }) garage garage_1 Loading Loading
pkgs/tools/networking/gandi-cli/default.nixdeleted 100644 → 0 +0 −41 Original line number Diff line number Diff line { lib, buildPythonApplication, click, fetchFromGitHub, ipy, pyyaml, requests, }: buildPythonApplication rec { pname = "gandi-cli"; version = "1.6"; format = "setuptools"; src = fetchFromGitHub { owner = "Gandi"; repo = "gandi.cli"; rev = version; sha256 = "sha256-KLeEbbzgqpmBjeTc5RYsFScym8xtMqVjU+H0lyDM0+o="; }; propagatedBuildInputs = [ click ipy pyyaml requests ]; # Tests try to contact the actual remote API doCheck = false; pythonImportsCheck = [ "gandi" ]; meta = { description = "Command-line interface to the public Gandi.net API"; mainProgram = "gandi"; homepage = "https://cli.gandi.net/"; license = lib.licenses.gpl3Plus; maintainers = [ ]; }; }
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -651,6 +651,7 @@ mapAliases { fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27 g4music = throw "'g4music' has been renamed to/replaced by 'gapless'"; # Converted to throw 2025-10-27 gamecube-tools = throw "gamecube-tools was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23 gandi-cli = throw "'gandi-cli' has been removed as it is unmaintained upstream"; # Added 2026-01-11 garage_0_8 = throw "'garage_0_8' has been removed as it is unmaintained upstream"; # Added 2025-06-23 garage_0_8_7 = throw "'garage_0_8_7' has been removed as it is unmaintained upstream"; # Added 2025-06-23 garage_0_9 = throw "'garage_0_9' has been removed as it is unmaintained upstream"; # Added 2025-09-16 Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -2584,8 +2584,6 @@ with pkgs; uniscribe = callPackage ../tools/text/uniscribe { }; gandi-cli = python3Packages.callPackage ../tools/networking/gandi-cli { }; inherit (callPackages ../tools/filesystems/garage { }) garage garage_1 Loading