9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "hikariatama";
19 # https://github.com/hikariatama/acunetix/issues/1
20 rev = "67584746731b9f7abd1cf10ff8161eb3085800ce";
21 hash = "sha256-ycdCz8CNSP0USxv657jf6Vz4iF//reCeO2tG+und86A=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Acunetix Web Vulnerability Scanner SDK for Python";
38 homepage = "https://github.com/hikariatama/acunetix";
39 license = licenses.agpl3Only;
40 maintainers = with maintainers; [ fab ];