keepkey-agent,python311Packages.keepkey-agent: rename from keepkey_agent

This commit is contained in:
Felix Buehler 2024-01-06 20:27:18 +01:00
parent e55b4c1ec7
commit 6f48784dc6
5 changed files with 7 additions and 4 deletions

View File

@ -8,12 +8,13 @@
}:
buildPythonPackage rec {
pname = "keepkey_agent";
pname = "keepkey-agent";
version = "0.9.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "keepkey_agent";
inherit version;
sha256 = "03779gvlx70i0nnry98i4pl1d92604ix5x6jgdfkrdgzqbh5vj27";
};

View File

@ -460,6 +460,7 @@ mapAliases ({
kdeconnect = plasma5Packages.kdeconnect-kde; # Added 2020-10-28
keepassx = throw "KeePassX is no longer actively developed. Please consider KeePassXC as a maintained alternative."; # Added 2023-02-17
keepassx2 = throw "KeePassX is no longer actively developed. Please consider KeePassXC as a maintained alternative."; # Added 2023-02-17
keepkey_agent = keepkey-agent; # added 2024-01-06
kerberos = libkrb5; # moved from top-level 2021-03-14
kexectools = kexec-tools; # Added 2021-09-03
keysmith = libsForQt5.kdeGear.keysmith; # Added 2021-07-14

View File

@ -9797,7 +9797,7 @@ with pkgs;
stdenv = gccStdenv;
};
keepkey_agent = with python3Packages; toPythonApplication keepkey_agent;
keepkey-agent = with python3Packages; toPythonApplication keepkey-agent;
keepmenu = callPackage ../applications/misc/keepmenu { };

View File

@ -228,6 +228,7 @@ mapAliases ({
jupyterlab_launcher = throw "jupyterlab_launcher has been removed as it's abandoned for over 5 years and broken"; # added 2023-11-11
jupyterlab_server = jupyterlab-server; # added 2023-11-12
Kajiki = kajiki; # added 2023-02-19
keepkey_agent = keepkey-agent; # added 2024-01-06
Keras = keras; # added 2021-11-25
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04

View File

@ -6056,7 +6056,7 @@ self: super: with self; {
keepalive = callPackage ../development/python-modules/keepalive { };
keepkey_agent = callPackage ../development/python-modules/keepkey_agent { };
keepkey-agent = callPackage ../development/python-modules/keepkey-agent { };
keepkey = callPackage ../development/python-modules/keepkey { };