13 buildPythonPackage rec {
14 pname = "python-izone";
16 format = "setuptools";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-0rj+tKn2pbFe+nczTMGLwIwmc4jCznGGF4/IMjlEvQg=";
31 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
44 doCheck = false; # most tests access network
46 pythonImportsCheck = [
51 description = "Python interface to the iZone airconditioner controller";
52 homepage = "https://github.com/Swamp-Ig/pizone";
53 license = licenses.gpl3Plus;
54 maintainers = with maintainers; [ dotlambda ];