7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-sKbISlL5hOBu1j6zWSib2HjJCvEoMrqdwzgG2keMqDE=";
19 # Project has no tests
22 pythonImportsCheck = [
27 description = "Python module that provides netcat features";
28 homepage = "https://nclib.readthedocs.io/";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];