Loading pkgs/development/python-modules/greynoise/default.nix 0 → 100644 +62 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , click , ansimarkup , cachetools , colorama , click-default-group , click-repl , dict2xml , jinja2 , more-itertools , requests , six , pytestCheckHook , mock , pythonOlder }: buildPythonPackage rec { pname = "greynoise"; version = "2.0.1"; format = "setuptools"; disable = pythonOlder "3.6"; src = fetchFromGitHub { owner = "GreyNoise-Intelligence"; repo = "pygreynoise"; rev = "v${version}"; hash = "sha256-zevom7JqXnZuotXfGtfPOmQNh32dANS4Uc6tHUuq08s="; }; propagatedBuildInputs = [ click ansimarkup cachetools colorama click-default-group click-repl dict2xml jinja2 more-itertools requests six ]; nativeCheckInputs = [ pytestCheckHook mock ]; pythonImportsCheck = [ "greynoise" ]; meta = with lib; { description = "Python3 library and command line for GreyNoise"; homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise"; changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.rev}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4690,6 +4690,8 @@ self: super: with self; { gremlinpython = callPackage ../development/python-modules/gremlinpython { }; greynoise = callPackage ../development/python-modules/greynoise { }; growattserver = callPackage ../development/python-modules/growattserver { }; gridnet = callPackage ../development/python-modules/gridnet { }; Loading Loading
pkgs/development/python-modules/greynoise/default.nix 0 → 100644 +62 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , click , ansimarkup , cachetools , colorama , click-default-group , click-repl , dict2xml , jinja2 , more-itertools , requests , six , pytestCheckHook , mock , pythonOlder }: buildPythonPackage rec { pname = "greynoise"; version = "2.0.1"; format = "setuptools"; disable = pythonOlder "3.6"; src = fetchFromGitHub { owner = "GreyNoise-Intelligence"; repo = "pygreynoise"; rev = "v${version}"; hash = "sha256-zevom7JqXnZuotXfGtfPOmQNh32dANS4Uc6tHUuq08s="; }; propagatedBuildInputs = [ click ansimarkup cachetools colorama click-default-group click-repl dict2xml jinja2 more-itertools requests six ]; nativeCheckInputs = [ pytestCheckHook mock ]; pythonImportsCheck = [ "greynoise" ]; meta = with lib; { description = "Python3 library and command line for GreyNoise"; homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise"; changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.rev}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4690,6 +4690,8 @@ self: super: with self; { gremlinpython = callPackage ../development/python-modules/gremlinpython { }; greynoise = callPackage ../development/python-modules/greynoise { }; growattserver = callPackage ../development/python-modules/growattserver { }; gridnet = callPackage ../development/python-modules/gridnet { }; Loading