Loading pkgs/development/python-modules/pyirishrail/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, requests, setuptools, }: buildPythonPackage rec { pname = "pyirishrail"; version = "0.0.2"; pyproject = true; src = fetchFromGitHub { owner = "ttroy50"; repo = "pyirishrail"; tag = version; hash = "sha256-NgARqhcXP0lgGpgBRiNtQaSn9JcRNtCcZPljcL7t3Xc="; }; build-system = [ setuptools ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyirishrail" ]; meta = { description = "Python library to get the real-time transport information (RTPI) from Irish Rail"; homepage = "https://github.com/ttroy50/pyirishrail"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; } pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2789,7 +2789,8 @@ ]; "irish_rail_transport" = ps: with ps; [ ]; # missing inputs: pyirishrail pyirishrail ]; "iron_os" = ps: with ps; [ aioesphomeapi Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13124,6 +13124,8 @@ self: super: with self; { pyiqvia = callPackage ../development/python-modules/pyiqvia { }; pyirishrail = callPackage ../development/python-modules/pyirishrail { }; pyisbn = callPackage ../development/python-modules/pyisbn { }; pyisemail = callPackage ../development/python-modules/pyisemail { }; Loading Loading
pkgs/development/python-modules/pyirishrail/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, requests, setuptools, }: buildPythonPackage rec { pname = "pyirishrail"; version = "0.0.2"; pyproject = true; src = fetchFromGitHub { owner = "ttroy50"; repo = "pyirishrail"; tag = version; hash = "sha256-NgARqhcXP0lgGpgBRiNtQaSn9JcRNtCcZPljcL7t3Xc="; }; build-system = [ setuptools ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyirishrail" ]; meta = { description = "Python library to get the real-time transport information (RTPI) from Irish Rail"; homepage = "https://github.com/ttroy50/pyirishrail"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; }
pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2789,7 +2789,8 @@ ]; "irish_rail_transport" = ps: with ps; [ ]; # missing inputs: pyirishrail pyirishrail ]; "iron_os" = ps: with ps; [ aioesphomeapi Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13124,6 +13124,8 @@ self: super: with self; { pyiqvia = callPackage ../development/python-modules/pyiqvia { }; pyirishrail = callPackage ../development/python-modules/pyirishrail { }; pyisbn = callPackage ../development/python-modules/pyisbn { }; pyisemail = callPackage ../development/python-modules/pyisemail { }; Loading