2 , buildPythonApplication
8 buildPythonApplication rec {
9 pname = "apc-temp-fetch";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 pname = "APC-Temp-fetch";
18 hash = "sha256-2hNrTrYQadNJWzj7/dDou+a6uI+Ksyrbru9rBqIHXaM=";
21 propagatedBuildInputs = [
25 pythonImportsCheck = [
30 description = "unified temperature fetcher interface to several UPS network adapters";
31 homepage = "https://github.com/YZITE/APC_Temp_fetch";
32 license = licenses.asl20;
33 maintainers = [ maintainers.zseri ];