11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-UlCjUsGclZ12fKyHi4Kdk+XcdiWlFDOZoqANxmKP+3I=";
23 nativeBuildInputs = [ setuptools-scm ];
25 propagatedBuildInputs = [ tempora ];
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "portend" ];
31 # Some of the tests use localhost networking.
32 __darwinAllowLocalNetworking = true;
35 description = "Monitor TCP ports for bound or unbound states";
36 homepage = "https://github.com/jaraco/portend";
37 license = licenses.bsd3;