Loading pkgs/development/python-modules/libgpiod/default.nix→pkgs/development/python-modules/gpiod/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,14 @@ lib, buildPythonPackage, libgpiod, setuptools, }: buildPythonPackage { inherit (libgpiod) pname version src; format = "setuptools"; pname = "gpiod"; inherit (libgpiod) version src; pyproject = true; build-system = [ setuptools ]; buildInputs = [ libgpiod ]; Loading pkgs/development/python-modules/gpiodevice/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ fetchFromGitHub, hatchling, hatch-fancy-pypi-readme, libgpiod, gpiod, mock, }: buildPythonPackage (finalAttrs: { Loading @@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: { ]; dependencies = [ libgpiod gpiod ]; nativeCheckInputs = [ Loading pkgs/development/python-modules/universal-silabs-flasher/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ click, coloredlogs, crc, libgpiod, gpiod, pyserial-asyncio-fast, typing-extensions, zigpy, Loading Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { typing-extensions zigpy ] ++ lib.optionals (stdenv.hostPlatform.isLinux) [ libgpiod ]; ++ lib.optionals (stdenv.hostPlatform.isLinux) [ gpiod ]; nativeCheckInputs = [ pytestCheckHook Loading pkgs/servers/home-assistant/custom-components/gpio/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildHomeAssistantComponent, fetchFromCodeberg, libgpiod, gpiod, }: buildHomeAssistantComponent rec { Loading @@ -17,7 +17,7 @@ buildHomeAssistantComponent rec { hash = "sha256-JyyJPI0lbZLJj+016WgS1KXU5rnxUmRMafel4/wKsYk="; }; dependencies = [ libgpiod ]; dependencies = [ gpiod ]; meta = { description = "Home Assistant GPIO custom integration"; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ mapAliases { lcov_cobertura = throw "'lcov_cobertura' has been renamed to/replaced by 'lcov-cobertura'"; # Converted to throw 2025-10-29 ldap = throw "'ldap' has been renamed to/replaced by 'python-ldap'"; # Converted to throw 2025-10-29 ledger_agent = throw "'ledger_agent' has been renamed to/replaced by 'ledger-agent'"; # Converted to throw 2025-10-29 libgpiod = gpiod; # added 2026-03-30 libpyfoscam = throw "libpyfoscam was removed because Home Assistant switched to libpyfoscamcgi"; # added 2025-07-03 line_profiler = throw "'line_profiler' has been renamed to/replaced by 'line-profiler'"; # Converted to throw 2025-10-29 linear-garage-door = throw "'linear-garage-door' has been superseded by 'nice-go'"; # Added 2025-11-16 Loading Loading
pkgs/development/python-modules/libgpiod/default.nix→pkgs/development/python-modules/gpiod/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,14 @@ lib, buildPythonPackage, libgpiod, setuptools, }: buildPythonPackage { inherit (libgpiod) pname version src; format = "setuptools"; pname = "gpiod"; inherit (libgpiod) version src; pyproject = true; build-system = [ setuptools ]; buildInputs = [ libgpiod ]; Loading
pkgs/development/python-modules/gpiodevice/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ fetchFromGitHub, hatchling, hatch-fancy-pypi-readme, libgpiod, gpiod, mock, }: buildPythonPackage (finalAttrs: { Loading @@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: { ]; dependencies = [ libgpiod gpiod ]; nativeCheckInputs = [ Loading
pkgs/development/python-modules/universal-silabs-flasher/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ click, coloredlogs, crc, libgpiod, gpiod, pyserial-asyncio-fast, typing-extensions, zigpy, Loading Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { typing-extensions zigpy ] ++ lib.optionals (stdenv.hostPlatform.isLinux) [ libgpiod ]; ++ lib.optionals (stdenv.hostPlatform.isLinux) [ gpiod ]; nativeCheckInputs = [ pytestCheckHook Loading
pkgs/servers/home-assistant/custom-components/gpio/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildHomeAssistantComponent, fetchFromCodeberg, libgpiod, gpiod, }: buildHomeAssistantComponent rec { Loading @@ -17,7 +17,7 @@ buildHomeAssistantComponent rec { hash = "sha256-JyyJPI0lbZLJj+016WgS1KXU5rnxUmRMafel4/wKsYk="; }; dependencies = [ libgpiod ]; dependencies = [ gpiod ]; meta = { description = "Home Assistant GPIO custom integration"; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ mapAliases { lcov_cobertura = throw "'lcov_cobertura' has been renamed to/replaced by 'lcov-cobertura'"; # Converted to throw 2025-10-29 ldap = throw "'ldap' has been renamed to/replaced by 'python-ldap'"; # Converted to throw 2025-10-29 ledger_agent = throw "'ledger_agent' has been renamed to/replaced by 'ledger-agent'"; # Converted to throw 2025-10-29 libgpiod = gpiod; # added 2026-03-30 libpyfoscam = throw "libpyfoscam was removed because Home Assistant switched to libpyfoscamcgi"; # added 2025-07-03 line_profiler = throw "'line_profiler' has been renamed to/replaced by 'line-profiler'"; # Converted to throw 2025-10-29 linear-garage-door = throw "'linear-garage-door' has been superseded by 'nice-go'"; # Added 2025-11-16 Loading