Unverified Commit 69bba086 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

gandi-cli: remove (#479110)

parents 6594f368 b7d2d451
Loading
Loading
Loading
Loading
+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 = [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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