Loading pkgs/development/python-modules/python-tado/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-KcYxUKQuO7TLS4YPg2mrBjP+DMnvZeJokGzwmeM/CvE="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "PyTado" ]; pythonImportsCheck = [ "PyTado" ]; meta = with lib; { description = "Python binding for Tado web API. Pythonize your central heating!"; Loading Loading
pkgs/development/python-modules/python-tado/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-KcYxUKQuO7TLS4YPg2mrBjP+DMnvZeJokGzwmeM/CvE="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "PyTado" ]; pythonImportsCheck = [ "PyTado" ]; meta = with lib; { description = "Python binding for Tado web API. Pythonize your central heating!"; Loading