8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-sKbISlL5hOBu1j6zWSib2HjJCvEoMrqdwzgG2keMqDE=";
20 # Project has no tests
23 pythonImportsCheck = [ "nclib" ];
26 description = "Python module that provides netcat features";
27 mainProgram = "serve-stdio";
28 homepage = "https://nclib.readthedocs.io/";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];