20 buildPythonPackage rec {
25 disabled = pythonOlder "3.9";
27 src = fetchFromGitHub {
30 rev = "refs/tags/${version}";
31 hash = "sha256-Sqwwk++iA/PsAKZRkUPjXuzgSrhnH4N02c072pIVEyw=";
34 build-system = [ setuptools ];
44 optional-dependencies = {
58 pythonImportsCheck = [ "nibe" ];
61 description = "Library for the communication with Nibe heatpumps";
62 homepage = "https://github.com/yozik04/nibe";
63 changelog = "https://github.com/yozik04/nibe/releases/tag/${version}";
64 license = licenses.gpl3Plus;
65 maintainers = with maintainers; [ fab ];