7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "013q2797d9sf6mrj7x1hqfcql5gqgg50zgiifp2yypfa4k8cwjsx";
16 propagatedBuildInputs = [ nmap ];
19 substituteInPlace setup.cfg --replace "universal=3" "universal=1"
22 # Tests requires sudo and performs scans
24 pythonImportsCheck = [ "nmap" ];
27 description = "Python library which helps in using nmap";
29 python-nmap is a Python library which helps in using nmap port scanner. It
30 allows to easily manipulate nmap scan results and will be a perfect tool
31 for systems administrators who want to automatize scanning task and reports.
32 It also supports nmap script outputs.
34 homepage = "http://xael.org/pages/python-nmap-en.html";
35 license = with licenses; [ gpl3Plus ];
36 maintainers = with maintainers; [ fab ];