Loading pkgs/development/python-modules/pyrfxtrx/default.nix +10 −9 Original line number Diff line number Diff line Loading @@ -3,21 +3,26 @@ , fetchFromGitHub , pyserial , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "pyrfxtrx"; version = "0.31.0"; format = "setuptools"; version = "0.31.1"; pyproject = true; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pyRFXtrx"; rev = "refs/tags/${version}"; hash = "sha256-0t5pPBk8Mzdm6STGtqGMljPjDoW2DTT7x21MEnG512w="; hash = "sha256-Y9UVJZxm5G5ywNLW8nm162cZTs3/mFeI+ZEUGoc9eAs="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ pyserial ]; Loading @@ -25,14 +30,10 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTestPaths = [ # https://github.com/Danielhiversen/pyRFXtrx/issues/130 "tests/test_rollertrol.py" ]; meta = with lib; { description = "Library to communicate with the RFXtrx family of devices"; homepage = "https://github.com/Danielhiversen/pyRFXtrx"; changelog = "https://github.com/Danielhiversen/pyRFXtrx/releases/tag/${version}"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/pyrfxtrx/default.nix +10 −9 Original line number Diff line number Diff line Loading @@ -3,21 +3,26 @@ , fetchFromGitHub , pyserial , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "pyrfxtrx"; version = "0.31.0"; format = "setuptools"; version = "0.31.1"; pyproject = true; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pyRFXtrx"; rev = "refs/tags/${version}"; hash = "sha256-0t5pPBk8Mzdm6STGtqGMljPjDoW2DTT7x21MEnG512w="; hash = "sha256-Y9UVJZxm5G5ywNLW8nm162cZTs3/mFeI+ZEUGoc9eAs="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ pyserial ]; Loading @@ -25,14 +30,10 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTestPaths = [ # https://github.com/Danielhiversen/pyRFXtrx/issues/130 "tests/test_rollertrol.py" ]; meta = with lib; { description = "Library to communicate with the RFXtrx family of devices"; homepage = "https://github.com/Danielhiversen/pyRFXtrx"; changelog = "https://github.com/Danielhiversen/pyRFXtrx/releases/tag/${version}"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ dotlambda ]; }; Loading