10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "hikariatama";
20 # https://github.com/hikariatama/acunetix/issues/1
21 rev = "67584746731b9f7abd1cf10ff8161eb3085800ce";
22 hash = "sha256-ycdCz8CNSP0USxv657jf6Vz4iF//reCeO2tG+und86A=";
25 propagatedBuildInputs = [
33 pythonImportsCheck = [ "acunetix" ];
36 description = "Acunetix Web Vulnerability Scanner SDK for Python";
37 homepage = "https://github.com/hikariatama/acunetix";
38 license = licenses.agpl3Only;
39 maintainers = with maintainers; [ fab ];