Loading pkgs/development/python-modules/pymodbus/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,14 +3,15 @@ , buildPythonPackage , click , fetchFromGitHub , mock , prompt-toolkit , pygments , pyserial , pytest-asyncio , pytest-xdist , pytestCheckHook , pythonOlder , redis , setuptools , sqlalchemy , twisted , typer Loading @@ -18,16 +19,22 @@ buildPythonPackage rec { pname = "pymodbus"; version = "3.5.2"; format = "setuptools"; version = "3.5.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pymodbus-dev"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-FOmR9yqLagqcsAVxqHxziEcnZ5M9QpL2qIp8x2gS2PU="; hash = "sha256-IgGDYNIRS39t8vHkJSGnDGCTKxpeIYZyedLzyS5pOI0="; }; nativeBuildInputs = [ setuptools ]; passthru.optional-dependencies = { repl = [ aiohttp Loading @@ -42,7 +49,6 @@ buildPythonPackage rec { }; nativeCheckInputs = [ mock pytest-asyncio pytest-xdist pytestCheckHook Loading Loading
pkgs/development/python-modules/pymodbus/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,14 +3,15 @@ , buildPythonPackage , click , fetchFromGitHub , mock , prompt-toolkit , pygments , pyserial , pytest-asyncio , pytest-xdist , pytestCheckHook , pythonOlder , redis , setuptools , sqlalchemy , twisted , typer Loading @@ -18,16 +19,22 @@ buildPythonPackage rec { pname = "pymodbus"; version = "3.5.2"; format = "setuptools"; version = "3.5.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pymodbus-dev"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-FOmR9yqLagqcsAVxqHxziEcnZ5M9QpL2qIp8x2gS2PU="; hash = "sha256-IgGDYNIRS39t8vHkJSGnDGCTKxpeIYZyedLzyS5pOI0="; }; nativeBuildInputs = [ setuptools ]; passthru.optional-dependencies = { repl = [ aiohttp Loading @@ -42,7 +49,6 @@ buildPythonPackage rec { }; nativeCheckInputs = [ mock pytest-asyncio pytest-xdist pytestCheckHook Loading