python310Packages.amazon-kclpy: rename from amazon_kclpy

This commit is contained in:
Theodore Ni 2023-08-08 13:03:17 -07:00
parent 71d2dd203d
commit 60200a6183
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
3 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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 { };