9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-fDACVHdbgHzkbj3LzaMKo7miBLnFenrB557m2+OUKXM=";
21 build-system = [ setuptools ];
23 # Tests are not shipped
26 pythonImportsCheck = [ "uptime" ];
29 description = "Cross-platform way to retrieve system uptime and boot time";
30 homepage = "https://github.com/Cairnarvon/uptime";
31 license = licenses.bsd2;
32 maintainers = with maintainers; [ rob ];