8 buildPythonPackage rec {
9 pname = "ultraheat-api";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 pname = "ultraheat_api";
18 hash = "sha256-7yZATv0cgjRnvD9u34iZtsdsfEkdbAoVWJ19+HHlrzI=";
21 propagatedBuildInputs = [
25 # Source is not tagged, only PyPI releases
28 pythonImportsCheck = [
33 description = "Module for working with data from Landis+Gyr Ultraheat heat meter unit";
34 homepage = "https://github.com/vpathuis/uh50";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];