python311Packages.btsmarthub-devicelist: rename from btsmarthub_devicelist

This commit is contained in:
Felix Buehler 2024-01-03 01:42:39 +01:00
parent 96d1259aef
commit 8e80dcc0f9
4 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
responses,
}:
buildPythonPackage rec {
pname = "btsmarthub_devicelist";
pname = "btsmarthub-devicelist";
version = "0.2.3";
format = "setuptools";

View File

@ -559,7 +559,7 @@
"bt_home_hub_5" = ps: with ps; [
]; # missing inputs: bthomehub5-devicelist
"bt_smarthub" = ps: with ps; [
btsmarthub_devicelist
btsmarthub-devicelist
];
"bthome" = ps: with ps; [
aioesphomeapi

View File

@ -74,6 +74,7 @@ mapAliases ({
buildbot-plugins = throw "use pkgs.buildbot-plugins instead"; # added 2022-04-07
buildbot-worker = throw "use pkgs.buildbot-worker instead"; # added 2022-04-07
buildbot-pkg = throw "buildbot-pkg has been removed, it's only internally used in buildbot"; # added 2022-04-07
btsmarthub_devicelist = btsmarthub-devicelist; # added 2024-01-03
bt_proximity = bt-proximity; # added 2021-07-02
BTrees = btrees; # added 2023-02-19
cacheyou = throw "cacheyou has been removed, as it was no longer used for the only consumer pdm"; # added 2023-12-21

View File

@ -1713,7 +1713,7 @@ self: super: with self; {
btrfsutil = callPackage ../development/python-modules/btrfsutil { };
btsmarthub_devicelist = callPackage ../development/python-modules/btsmarthub_devicelist { };
btsmarthub-devicelist = callPackage ../development/python-modules/btsmarthub-devicelist { };
btsocket = callPackage ../development/python-modules/btsocket { };