13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
20 src = fetchFromBitbucket {
24 hash = "sha256-IBrd4PH8EzVVVFQtJdJ8bTMLEzfh7MYMe79yuCrhmww=";
27 propagatedBuildInputs = [
33 doCheck = false; # tests fail and upstream does not seem to run them either
41 pythonImportsCheck = [
46 description = "Python Daikin HVAC appliances interface";
47 homepage = "https://bitbucket.org/mustang51/pydaikin";
48 license = with licenses; [ gpl3Only ];
49 maintainers = with maintainers; [ fab ];