20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.6";
27 src = fetchFromGitHub {
28 owner = "GreyNoise-Intelligence";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-bMQfGkCjMBimNaYzSi78GaLiDiLdmxMB8RfFCVTxD5U=";
34 propagatedBuildInputs = [
53 pythonImportsCheck = [ "greynoise" ];
56 description = "Python3 library and command line for GreyNoise";
57 mainProgram = "greynoise";
58 homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise";
59 changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.rev}/CHANGELOG.rst";
60 license = licenses.mit;
61 maintainers = with maintainers; [ mbalatsko ];