Commit 560d82a6 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

aws-encryption-sdk-cli: migrate to pkgs/by-name, format with nixfmt-rfc-style

parent 53c7d6fd
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
{ lib
, python3
, fetchPypi
, nix-update-script
, testers
, aws-encryption-sdk-cli
{
  lib,
  aws-encryption-sdk-cli,
  fetchPypi,
  nix-update-script,
  python3,
  testers,
}:

let
@@ -41,8 +42,8 @@ localPython.pkgs.buildPythonApplication rec {
    attrs
    aws-encryption-sdk
    base64io
    urllib3
    setuptools # for pkg_resources
    urllib3
  ];

  doCheck = true;
@@ -59,7 +60,10 @@ localPython.pkgs.buildPythonApplication rec {
  ];

  # Upstream did not adapt to pytest 8 yet.
  pytestFlagsArray = [ "-W" "ignore::pytest.PytestRemovedIn8Warning" ];
  pytestFlagsArray = [
    "-W"
    "ignore::pytest.PytestRemovedIn8Warning"
  ];

  passthru = {
    updateScript = nix-update-script { };
+0 −2
Original line number Diff line number Diff line
@@ -3167,8 +3167,6 @@ with pkgs;
  aliyun-cli = callPackage ../tools/admin/aliyun-cli { };
  aws-encryption-sdk-cli = callPackage ../tools/admin/aws-encryption-sdk-cli { };
  aws-iam-authenticator = callPackage ../tools/security/aws-iam-authenticator { };
  awscli = callPackage ../tools/admin/awscli { };