10 buildPythonPackage rec {
11 pname = "nagiosplugin";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-vOr67DWfAyOT3dVgrizI0WNhODPsY8k85xifhZBOU9Y=";
32 # Test relies on who, which does not work in the sandbox
36 pythonImportsCheck = [
41 description = "Python class library which helps with writing Nagios (Icinga) compatible plugins";
42 homepage = "https://github.com/mpounsett/nagiosplugin";
43 license = licenses.zpl21;
44 maintainers = with maintainers; [ symphorien ];