9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "0p37pc7l2malmjfkdlh4q2cfa6dqpsk1rah2j2xil0pj57ai6bks";
26 pythonImportsCheck = [ "radiotherm" ];
29 description = "Python library for Wifi Radiothermostat";
30 homepage = "https://github.com/mhrivnak/radiotherm";
31 license = with licenses; [ bsd3 ];
32 maintainers = with maintainers; [ fab ];