7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-91r2uR3Y47DDH4adsyFj9iraaGlF5bfCX4S8D3+tO2Q=";
16 propagatedBuildInputs = [
21 substituteInPlace setup.cfg \
22 --replace "universal=3" "universal=1"
25 # Tests requires sudo and performs scans
28 pythonImportsCheck = [
33 description = "Python library which helps in using nmap";
35 python-nmap is a Python library which helps in using nmap port scanner. It
36 allows to easily manipulate nmap scan results and will be a perfect tool
37 for systems administrators who want to automatize scanning task and reports.
38 It also supports nmap script outputs.
40 homepage = "http://xael.org/pages/python-nmap-en.html";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ fab ];