Loading pkgs/by-name/fa/faraday-cli/package.nix +7 −11 Original line number Diff line number Diff line Loading @@ -6,21 +6,19 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-cli"; version = "2.1.11"; version = "2.1.12"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday-cli"; tag = version; hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U="; hash = "sha256-TZABx76ap4mzZ99Xd8chkwBsGmT9qJWAeMaubUwGiRw="; }; nativeBuildInputs = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [ arrow click cmd2 Loading @@ -42,16 +40,14 @@ python3.pkgs.buildPythonApplication rec { # Tests requires credentials doCheck = false; pythonImportsCheck = [ "faraday_cli" ]; pythonImportsCheck = [ "faraday_cli" ]; meta = with lib; { description = "Command Line Interface for Faraday"; mainProgram = "faraday-cli"; homepage = "https://github.com/infobyte/faraday-cli"; changelog = "https://github.com/infobyte/faraday-cli/releases/tag/${version}"; license = with licenses; [ gpl3Only ]; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = "faraday-cli"; }; } Loading
pkgs/by-name/fa/faraday-cli/package.nix +7 −11 Original line number Diff line number Diff line Loading @@ -6,21 +6,19 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-cli"; version = "2.1.11"; version = "2.1.12"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday-cli"; tag = version; hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U="; hash = "sha256-TZABx76ap4mzZ99Xd8chkwBsGmT9qJWAeMaubUwGiRw="; }; nativeBuildInputs = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [ arrow click cmd2 Loading @@ -42,16 +40,14 @@ python3.pkgs.buildPythonApplication rec { # Tests requires credentials doCheck = false; pythonImportsCheck = [ "faraday_cli" ]; pythonImportsCheck = [ "faraday_cli" ]; meta = with lib; { description = "Command Line Interface for Faraday"; mainProgram = "faraday-cli"; homepage = "https://github.com/infobyte/faraday-cli"; changelog = "https://github.com/infobyte/faraday-cli/releases/tag/${version}"; license = with licenses; [ gpl3Only ]; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = "faraday-cli"; }; }