12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-yCI5UCRDhw+dJoTKyjmHbAGBm3by2AyxHKlqCywnLcs=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
37 pythonImportsCheck = [ "finitude" ];
40 description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems";
41 homepage = "https://github.com/dulitz/finitude";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];