Merge pull request #279221 from Stunkymonkey/hcs-utils-normalize

python311Packages.hcs-utils: rename from hcs_utils
This commit is contained in:
Nick Cao
2024-01-06 21:24:37 -05:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
@@ -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";
};
+1
View File
@@ -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
+1 -1
View File
@@ -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 { };