[Bug 265360] [NEW PORT] devel/awscli2: Universal Command Line Interface for Amazon Web Services
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Aug 2026 07:03:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265360
Norikatsu Shigemura <nork@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #273477|0 |1
is obsolete| |
--- Comment #16 from Norikatsu Shigemura <nork@FreeBSD.org> ---
Created attachment 273546
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=273546&action=edit
devel/py-awscli2: 2.36.19
Update to 2.36.19, a release candidate-quality (beta) version, as a port.
- Use PEP517 instead of the legacy build method, as recommended by AWS.
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-source-install.html
- Disable launching a browser by default for `aws login` / `aws sso login`.
For FreeBSD users, launching a browser is generally not desirable.
When no graphical browser is available, AWS CLI falls back to `w3m`, but this
does not work in practice.
- Relax version constraints for several Python modules.
- Adjust the test suite so that `make test` passes.
* Skip well-known error tests.
* Ignore unnecessary warnings (known issues).
* Fix tests related to the `XDG_*` environment variables.
* Apply the fix from
https://github.com/aws-cloudformation/resource-provider-enhanced-schemas/pull/27
* As a result, most tests now pass successfully.
TODO:
- Add CONFLICTS to devel/py-awscli
- Add devel/py-awscli2 to devel/Makefile
- Get a review from my mentor
--
You are receiving this mail because:
You are on the CC list for the bug.