summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-12 21:01:24 +0200
committerGitHub <noreply@github.com>2023-08-12 21:01:24 +0200
commit31a86dc6037ed434cf3734874548d7f10c475b54 (patch)
tree247fd987c507a5b05097797a8437ce179dd1c81d
parent63157172a4bc6cb15e98c5b1bdd0a22cb2103c48 (diff)
parent60200a618363d9b89a24c3186736d013aa219e2e (diff)
downloadnixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar.gz
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar.bz2
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar.lz
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar.xz
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.tar.zst
nixpkgs-31a86dc6037ed434cf3734874548d7f10c475b54.zip
Merge pull request #248014 from tjni/amazon-kclpy
python310Packages.amazon-kclpy: rename from amazon_kclpy
-rw-r--r--pkgs/development/python-modules/amazon-kclpy/default.nix (renamed from pkgs/development/python-modules/amazon_kclpy/default.nix)2
-rw-r--r--pkgs/top-level/python-aliases.nix1
-rw-r--r--pkgs/top-level/python-packages.nix2
3 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/amazon_kclpy/default.nix b/pkgs/development/python-modules/amazon-kclpy/default.nix
index 3de930cfa41..623ab60ed63 100644
--- a/pkgs/development/python-modules/amazon_kclpy/default.nix
+++ b/pkgs/development/python-modules/amazon-kclpy/default.nix
@@ -1,7 +1,7 @@
 { lib, buildPythonPackage, fetchFromGitHub, python, mock, boto, pytest }:
 
 buildPythonPackage rec {
-  pname = "amazon_kclpy";
+  pname = "amazon-kclpy";
   version = "2.1.1";
 
   src = fetchFromGitHub {
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 70e4855f793..7f6d7e44ac6 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -37,6 +37,7 @@ mapAliases ({
   acebinf = throw "acebinf has been removed because it is abandoned and broken."; # Added 2023-05-19
   aioh2 = throw "aioh2 has been removed because it is abandoned and broken."; # Added 2022-03-30
   aiosenseme = throw "aiosenseme has been removed, because it does no longer work with the latest firmware and has become unmaintained"; # Added 2023-07-05
+  amazon_kclpy = amazon-kclpy; # added 2023-08-08
   ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30
   ansible-doctor = throw "ansible-doctor has been promoted to a top-level attribute"; # Added 2023-05-16
   ansible-later = throw "ansible-later has been promoted to a top-level attribute"; # Added 2023-05-16
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index c2572b7a4e7..b3bbf25c843 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -456,7 +456,7 @@ self: super: with self; {
 
   amazon-ion = callPackage ../development/python-modules/amazon-ion { };
 
-  amazon_kclpy = callPackage ../development/python-modules/amazon_kclpy { };
+  amazon-kclpy = callPackage ../development/python-modules/amazon-kclpy { };
 
   ambee = callPackage ../development/python-modules/ambee { };