python313Packages.pyhive-integration: rename from pyhiveapi

This commit is contained in:
Martin Weinelt
2025-02-22 14:43:45 +01:00
parent ecc02c902f
commit b4c1fa0fa6
5 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@
}:
buildPythonPackage rec {
pname = "pyhiveapi";
pname = "pyhive-integration";
version = "1.0.1";
pyproject = true;
@@ -2225,7 +2225,7 @@
];
"hive" =
ps: with ps; [
pyhiveapi
pyhive-integration
];
"hko" =
ps: with ps; [
@@ -45,7 +45,6 @@ PKG_PREFERENCES = {
"numpy": "numpy",
"ollama-hass": "ollama",
"paho-mqtt": "paho-mqtt",
"pyhive-integration": "pyhiveapi", # https://github.com/home-assistant/core/pull/135482
"pysuezV2": "pysuez",
"sentry-sdk": "sentry-sdk",
"slackclient": "slack-sdk",
+1
View File
@@ -500,6 +500,7 @@ mapAliases ({
pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07
pyialarmxr-homeassistant = throw "The package was removed together with the component support in home-assistant 2022.7.0"; # added 2022-07-07
PyICU = pyicu; # Added 2022-12-22
pyhiveapi = pyhive-integration; # Added 2025-02-22
pyhs100 = throw "pyhs100 has been removed in favor of python-kasa."; # added 2024-01-05
pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
PyLD = pyld; # added 2022-06-22
+1 -1
View File
@@ -10763,7 +10763,7 @@ self: super: with self; {
pyhepmc = callPackage ../development/python-modules/pyhepmc { };
pyhiveapi = callPackage ../development/python-modules/pyhiveapi { };
pyhive-integration = callPackage ../development/python-modules/pyhive-integration { };
pyhumps = callPackage ../development/python-modules/pyhumps { };