21 buildPythonPackage rec {
24 format = "setuptools";
26 disabled = pythonOlder "3.6";
28 src = fetchFromGitHub {
29 owner = "GreyNoise-Intelligence";
31 rev = "refs/tags/v${version}";
32 hash = "sha256-17NieDQ57qVT2i4S26vLS9N6zALZ+eTtCCcBbhQ8fhQ=";
35 propagatedBuildInputs = [
54 pythonImportsCheck = [ "greynoise" ];
57 description = "Python3 library and command line for GreyNoise";
58 mainProgram = "greynoise";
59 homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise";
60 changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.rev}/CHANGELOG.rst";
61 license = licenses.mit;
62 maintainers = with maintainers; [ mbalatsko ];