Hey folks,
277.0.0-2 has been released. This includes 7 new commits, bringing quite a few changes in. Namely:
- The PKGBUILD now downloads and, well, packages, version 277.0.0
- The SDK should now run with python 3 instead of python 2
- The SyntaxWarning brought about by an upstream commit is patched locally
- Building + packaging should now be a lot more quiet; interpreter-compiled bytecode are removed at packaging time (which will suppress a
makepkg
warning), and the variousecho
statements have been removed
As always, please let me know if you run into issues, or have a usability concern. While I do still monitor AUR comments, the proper place to report issues is at the Github repository.
Pinned Comments
jvybihal commented on 2025-06-30 06:37 (UTC)
I did a split of the package to 3 packages:
google-cloud-cli
,google-cloud-cli-bq
,google-cloud-cli-gsutil
. There is also package containing the bundled python for those who want it or as a dependency to the gsutil (current version 5.24 does not work with python 3.13 out-of-the-box, although 5.25 which is already available on github should). I am also testing to include other "components".If there will be interest, it's also possible to split the manpages to another package. So for those who don't want them, the install time can get faster and size significantly smaller.
I have tried not to break anyones installation, so please try to install the 3 mentioned packages and it should work the same as before.
You don't need bundled python for the gcloud to work, and I would advice to use
gsutil
only if yo really have to. The prefered way is to usegcloud storage
anyway.