faraday-cli: refactor
This commit is contained in:
parent
2ae0dd8308
commit
4c7d08cffb
@ -16,11 +16,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
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
|
||||
@ -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…
x
Reference in New Issue
Block a user