Unverified Commit 847a9f1b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

awsebcli: remove eqyiel from maintainers; clean up; move to by-name; nixfmt-rfc-style (#346521)

parents d7a2d455 017f0a4d
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
{ lib, python3, fetchFromGitHub, glibcLocales, git }:
{
  lib,
  python3,
  fetchFromGitHub,
  git,
}:

let
  changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec {
  changeVersion =
    overrideFunc: version: hash:
    overrideFunc (oldAttrs: rec {
      inherit version;
      src = oldAttrs.src.override {
        inherit version hash;
@@ -33,16 +40,9 @@ localPython.pkgs.buildPythonApplication rec {

  postPatch = ''
    # https://github.com/aws/aws-elastic-beanstalk-cli/pull/469
    substituteInPlace setup.py --replace "scripts=['bin/eb']," ""
    substituteInPlace setup.py --replace-fail "scripts=['bin/eb']," ""
  '';

  nativeBuildInputs = with localPython.pkgs; [
  ];

  buildInputs = [
    glibcLocales
  ];

  propagatedBuildInputs = with localPython.pkgs; [
    blessed
    botocore
@@ -95,7 +95,7 @@ localPython.pkgs.buildPythonApplication rec {
    homepage = "https://aws.amazon.com/elasticbeanstalk/";
    description = "Command line interface for Elastic Beanstalk";
    changelog = "https://github.com/aws/aws-elastic-beanstalk-cli/blob/${version}/CHANGES.rst";
    maintainers = with maintainers; [ eqyiel kirillrdy ];
    maintainers = with maintainers; [ kirillrdy ];
    license = licenses.asl20;
    mainProgram = "eb";
  };
+0 −2
Original line number Diff line number Diff line
@@ -3155,8 +3155,6 @@ with pkgs;
  okta-aws-cli = callPackage ../tools/admin/okta-aws-cli { };
  awsebcli = callPackage ../tools/virtualization/awsebcli { };
  awslimitchecker = callPackage ../tools/admin/awslimitchecker { };
  awslogs = callPackage ../tools/admin/awslogs { };