Loading pkgs/development/python-modules/logi-circle/default.nixdeleted 100644 → 0 +0 −47 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, aiohttp, python-slugify, pytz, aresponses, pytestCheckHook, }: buildPythonPackage rec { pname = "logi-circle"; version = "0.2.3"; disabled = pythonOlder "3.6"; format = "setuptools"; src = fetchFromGitHub { owner = "evanjd"; repo = "python-logi-circle"; rev = "v${version}"; hash = "sha256-Q+uoaimJjn6MiO3jXGYyZ6cS0tqI06Azkq1QbNq2FN8="; }; propagatedBuildInputs = [ aiohttp python-slugify pytz ]; nativeCheckInputs = [ aresponses pytestCheckHook ]; pythonImportsCheck = [ "logi_circle" ]; meta = { description = "Python library to communicate with Logi Circle cameras"; homepage = "https://github.com/evanjd/python-logi-circle"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; } pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,7 @@ mapAliases ({ livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14 lmcloud = pylamarzocco; # added 2024-11-26 localstack = throw "localstack was promoted to a top-level attribute"; # added 2025-02-21 logi-circle = throw "logi-circle has been removed because the logi_circle integration was removed from Home Assistant"; # added 2025-05-13 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29 logilab_common = logilab-common; # added 2022-11-21 loo-py = loopy; # added 2022-05-03 Loading pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -8287,8 +8287,6 @@ self: super: with self; { logging-journald = callPackage ../development/python-modules/logging-journald { }; logi-circle = callPackage ../development/python-modules/logi-circle { }; logical-unification = callPackage ../development/python-modules/logical-unification { }; logilab-common = callPackage ../development/python-modules/logilab/common.nix { Loading Loading
pkgs/development/python-modules/logi-circle/default.nixdeleted 100644 → 0 +0 −47 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, aiohttp, python-slugify, pytz, aresponses, pytestCheckHook, }: buildPythonPackage rec { pname = "logi-circle"; version = "0.2.3"; disabled = pythonOlder "3.6"; format = "setuptools"; src = fetchFromGitHub { owner = "evanjd"; repo = "python-logi-circle"; rev = "v${version}"; hash = "sha256-Q+uoaimJjn6MiO3jXGYyZ6cS0tqI06Azkq1QbNq2FN8="; }; propagatedBuildInputs = [ aiohttp python-slugify pytz ]; nativeCheckInputs = [ aresponses pytestCheckHook ]; pythonImportsCheck = [ "logi_circle" ]; meta = { description = "Python library to communicate with Logi Circle cameras"; homepage = "https://github.com/evanjd/python-logi-circle"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,7 @@ mapAliases ({ livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14 lmcloud = pylamarzocco; # added 2024-11-26 localstack = throw "localstack was promoted to a top-level attribute"; # added 2025-02-21 logi-circle = throw "logi-circle has been removed because the logi_circle integration was removed from Home Assistant"; # added 2025-05-13 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29 logilab_common = logilab-common; # added 2022-11-21 loo-py = loopy; # added 2022-05-03 Loading
pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -8287,8 +8287,6 @@ self: super: with self; { logging-journald = callPackage ../development/python-modules/logging-journald { }; logi-circle = callPackage ../development/python-modules/logi-circle { }; logical-unification = callPackage ../development/python-modules/logical-unification { }; logilab-common = callPackage ../development/python-modules/logilab/common.nix { Loading