Loading pkgs/development/python-modules/pysml/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -5,18 +5,21 @@ , fetchFromGitHub , poetry-core , pyserial-asyncio , pythonOlder }: buildPythonPackage rec { pname = "pysml"; version = "0.0.11"; version = "0.0.12"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mtdcr"; repo = pname; rev = version; hash = "sha256-RPDYh5h885/FiU2vsDpCGd8yWXNNIEpjAu6w8QXTxAA="; rev = "refs/tags/${version}"; hash = "sha256-DgfTSlgDC92l/hOgrMZrkZi1wzRUDY8tNl4xU3OQgJ8="; }; nativeBuildInputs = [ Loading @@ -32,7 +35,9 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "sml" ]; pythonImportsCheck = [ "sml" ]; meta = with lib; { description = "Python library for EDL21 smart meters using Smart Message Language (SML)"; Loading Loading
pkgs/development/python-modules/pysml/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -5,18 +5,21 @@ , fetchFromGitHub , poetry-core , pyserial-asyncio , pythonOlder }: buildPythonPackage rec { pname = "pysml"; version = "0.0.11"; version = "0.0.12"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mtdcr"; repo = pname; rev = version; hash = "sha256-RPDYh5h885/FiU2vsDpCGd8yWXNNIEpjAu6w8QXTxAA="; rev = "refs/tags/${version}"; hash = "sha256-DgfTSlgDC92l/hOgrMZrkZi1wzRUDY8tNl4xU3OQgJ8="; }; nativeBuildInputs = [ Loading @@ -32,7 +35,9 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "sml" ]; pythonImportsCheck = [ "sml" ]; meta = with lib; { description = "Python library for EDL21 smart meters using Smart Message Language (SML)"; Loading