6 python3.pkgs.buildPythonApplication rec {
12 inherit pname version;
13 hash = "sha256-+OqcLbXilbY4h/zRAkvRd8taVIOPyiScOAcDyPZ4RUw=";
16 propagatedBuildInputs = with python3.pkgs; [
24 substituteInPlace setup.py \
25 --replace "use_2to3=True," ""
31 pythonImportsCheck = [
36 description = "s3 CLI tool";
37 mainProgram = "s3bro";
38 homepage = "https://github.com/rsavordelli/s3bro";
39 license = licenses.mit;
40 maintainers = with maintainers; [ psyanticy ];