Merge pull request #248014 from tjni/amazon-kclpy

python310Packages.amazon-kclpy: rename from amazon_kclpy
This commit is contained in:
Weijia Wang 2023-08-12 21:01:24 +02:00 committed by GitHub
commit 31a86dc603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 { };