Loading pkgs/development/python-modules/flexit-bacnet/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, lib, setuptools, }: buildPythonPackage rec { pname = "flexit-bacnet"; version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "piotrbulinski"; repo = "flexit_bacnet"; rev = "refs/tags/${version}"; hash = "sha256-Cy/WHKtJoZWSFOs+9rBYSLqZTF/68WRM1HiYXDyb9KM="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "flexit_bacnet" ]; # upstream has no tests doCheck = false; meta = { changelog = "https://github.com/piotrbulinski/flexit_bacnet/releases/tag/${version}"; description = "Client BACnet library for Flexit Nordic series of air handling units"; homepage = "https://github.com/piotrbulinski/flexit_bacnet"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -1265,7 +1265,8 @@ pymodbus ]; "flexit_bacnet" = ps: with ps; [ ]; # missing inputs: flexit_bacnet flexit-bacnet ]; "flexom" = ps: with ps; [ ]; "flic" = ps: with ps; [ Loading Loading @@ -5046,6 +5047,7 @@ "fitbit" "fivem" "fjaraskupan" "flexit_bacnet" "flic" "flick_electric" "flipr" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4536,6 +4536,8 @@ self: super: with self; { flexcache = callPackage ../development/python-modules/flexcache { }; flexit-bacnet = callPackage ../development/python-modules/flexit-bacnet { }; flexmock = callPackage ../development/python-modules/flexmock { }; flexparser = callPackage ../development/python-modules/flexparser { }; Loading Loading
pkgs/development/python-modules/flexit-bacnet/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, lib, setuptools, }: buildPythonPackage rec { pname = "flexit-bacnet"; version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "piotrbulinski"; repo = "flexit_bacnet"; rev = "refs/tags/${version}"; hash = "sha256-Cy/WHKtJoZWSFOs+9rBYSLqZTF/68WRM1HiYXDyb9KM="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "flexit_bacnet" ]; # upstream has no tests doCheck = false; meta = { changelog = "https://github.com/piotrbulinski/flexit_bacnet/releases/tag/${version}"; description = "Client BACnet library for Flexit Nordic series of air handling units"; homepage = "https://github.com/piotrbulinski/flexit_bacnet"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -1265,7 +1265,8 @@ pymodbus ]; "flexit_bacnet" = ps: with ps; [ ]; # missing inputs: flexit_bacnet flexit-bacnet ]; "flexom" = ps: with ps; [ ]; "flic" = ps: with ps; [ Loading Loading @@ -5046,6 +5047,7 @@ "fitbit" "fivem" "fjaraskupan" "flexit_bacnet" "flic" "flick_electric" "flipr" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4536,6 +4536,8 @@ self: super: with self; { flexcache = callPackage ../development/python-modules/flexcache { }; flexit-bacnet = callPackage ../development/python-modules/flexit-bacnet { }; flexmock = callPackage ../development/python-modules/flexmock { }; flexparser = callPackage ../development/python-modules/flexparser { }; Loading