Skip to content

Commit

Permalink
Merge pull request #279221 from Stunkymonkey/hcs-utils-normalize
Browse files Browse the repository at this point in the history
python311Packages.hcs-utils: rename from hcs_utils
  • Loading branch information
NickCao authored Jan 7, 2024
2 parents ea3c9db + b6ff419 commit 8f822aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{ lib, pythonOlder, buildPythonPackage, fetchPypi, six, glibcLocales, pytest }:

buildPythonPackage rec {
pname = "hcs_utils";
pname = "hcs-utils";
version = "2.0";
format = "setuptools";

src = fetchPypi {
inherit pname version;
pname = "hcs_utils";
inherit version;
sha256 = "04xq69hrys8lf9kp8pva0c4aphjjfw412km7c32ydkwq0i59rhp2";
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ mapAliases ({
HAP-python = hap-python; # added 2021-06-01
hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
hcs_utils = hcs-utils; # added 2024-01-06
hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
hglib = python-hglib; # added 2023-10-13
homeassistant-pyozw = throw "homeassistant-pyozw has been removed, as it was packaged for home-assistant which has removed it as a dependency."; # added 2024-01-05
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5066,7 +5066,7 @@ self: super: with self; {

hcloud = callPackage ../development/python-modules/hcloud { };

hcs_utils = callPackage ../development/python-modules/hcs_utils { };
hcs-utils = callPackage ../development/python-modules/hcs-utils { };

hdbscan = callPackage ../development/python-modules/hdbscan { };

Expand Down

0 comments on commit 8f822aa

Please sign in to comment.