9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-4Na75TdKDywUomJF4tDWUWwCCtcOSxBUMOF7+FDhbpY=";
28 "tests/scanner_tests.py"
31 pythonImportsCheck = [
36 description = "Python library to automate nmap";
37 homepage = "https://github.com/cblopez/nmapthon2";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];