python311Packages.bash-kernel: rename from bash_kernel

This commit is contained in:
Martin Weinelt
2023-11-10 13:17:10 +01:00
parent edbaace5a0
commit 8c87a8ab75
3 changed files with 5 additions and 3 deletions
@@ -11,13 +11,14 @@
}:
buildPythonPackage rec {
pname = "bash_kernel";
pname = "bash-kernel";
version = "0.9.1";
format = "flit";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
pname = "bash_kernel";
inherit version;
sha256 = "sha256-AYPVPjYP+baEcQUqmiiagWIXMlFrA04njpcgtdFaFis=";
};
+1
View File
@@ -58,6 +58,7 @@ mapAliases ({
backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
bash_kernel = bash-kernel; # added 2023-11-10
beancount_docverif = beancount-docverif; # added 2023-10-08
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
bip_utils = bip-utils; # 2023-10-08
+1 -1
View File
@@ -1321,7 +1321,7 @@ self: super: with self; {
basemap-data = callPackage ../development/python-modules/basemap-data { };
bash_kernel = callPackage ../development/python-modules/bash_kernel { };
bash-kernel = callPackage ../development/python-modules/bash-kernel { };
bashlex = callPackage ../development/python-modules/bashlex { };