Loading pkgs/development/python-modules/pyinsteon/default.nix +18 −21 Original line number Diff line number Diff line { lib , aiofiles , aiohttp , async-timeout , async-generator , buildPythonPackage , fetchFromGitHub , pypubsub , pyserial , pyserial-asyncio , pytestCheckHook , pythonAtLeast , pythonOlder , setuptools , voluptuous { lib, aiofiles, aiohttp, async-timeout, async-generator, buildPythonPackage, fetchFromGitHub, pypubsub, pyserial, pyserial-asyncio, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, voluptuous, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-s8YRDu+UpU1sisdscd87CpcLl3csOUDdIuKqx48GZsw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiofiles Loading @@ -58,9 +57,7 @@ buildPythonPackage rec { "tests/test_handlers/" ]; pythonImportsCheck = [ "pyinsteon" ]; pythonImportsCheck = [ "pyinsteon" ]; meta = with lib; { description = "Python library to support Insteon home automation projects"; Loading Loading
pkgs/development/python-modules/pyinsteon/default.nix +18 −21 Original line number Diff line number Diff line { lib , aiofiles , aiohttp , async-timeout , async-generator , buildPythonPackage , fetchFromGitHub , pypubsub , pyserial , pyserial-asyncio , pytestCheckHook , pythonAtLeast , pythonOlder , setuptools , voluptuous { lib, aiofiles, aiohttp, async-timeout, async-generator, buildPythonPackage, fetchFromGitHub, pypubsub, pyserial, pyserial-asyncio, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, voluptuous, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-s8YRDu+UpU1sisdscd87CpcLl3csOUDdIuKqx48GZsw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiofiles Loading @@ -58,9 +57,7 @@ buildPythonPackage rec { "tests/test_handlers/" ]; pythonImportsCheck = [ "pyinsteon" ]; pythonImportsCheck = [ "pyinsteon" ]; meta = with lib; { description = "Python library to support Insteon home automation projects"; Loading