2 , buildPythonApplication
10 buildPythonApplication rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-KLeEbbzgqpmBjeTc5RYsFScym8xtMqVjU+H0lyDM0+o=";
21 propagatedBuildInputs = [
28 # Tests try to contact the actual remote API
30 pythonImportsCheck = [ "gandi" ];
33 description = "Command-line interface to the public Gandi.net API";
34 mainProgram = "gandi";
35 homepage = "https://cli.gandi.net/";
36 license = licenses.gpl3Plus;