Package Details: google-cloud-cli-bundled-python3-unix 542.0.0-1

Git Clone URL: https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy)
Package Base: google-cloud-cli
Description: gcloud Bundled Python 3.12
Upstream URL: https://cloud.google.com/cli/
Keywords: cloud gcloud gcp google sdk
Licenses: Apache-2.0
Submitter: PolarianDev
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 191
Popularity: 0.054088
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-10-09 07:22 (UTC)

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 use gcloud storage anyway.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 34 Next › Last »

PolarianDev commented on 2023-05-23 08:58 (UTC)

@kubrick When I bumped the package to 430.0.0, the package successfully built in a clean chroot, you are free to download the built package from my unofficial repository:

https://polarrepo.polarian.dev

The package needs updating to version 431.0.0, I will see if I can reproduce this build error within a clean chroot once I bump the package later.

Thanks for reporting this issue,
Polarian

kubrick commented on 2023-05-22 13:25 (UTC)

I could not get this to build (ImportError: cannot import name 'yaml' from 'ruamel' (unknown location)) without adding the following to the prepare function:

export CLOUDSDK_PYTHON=python3;

PolarianDev commented on 2023-05-22 09:52 (UTC)

@artafinde Ok I get it now, thanks for the explanation :)

I will add provides when I update the package (seen as it is already flagged out of date).

Thanks, Polarian

artafinde commented on 2023-05-22 09:51 (UTC) (edited on 2023-05-22 09:51 (UTC) by artafinde)

@Polarian If one has the old google-cloud-sdk installed and wants to find the new alternative because the old one is gone they won't be able to unless you add the provides.

PolarianDev commented on 2023-05-18 07:30 (UTC)

@artafinde Why should this be the case?

The conflict handles the rename of the package, however provides is used when multiple packages provide the same function, I do not see where in the man pages it says to use it for this, mind elaborating on why for future reference?

Thanks, Polarian

artafinde commented on 2023-05-17 20:16 (UTC)

This should provide 'google-cloud-sdk'

PolarianDev commented on 2023-05-13 13:17 (UTC)

@jvybihal I have updated the package to the latest version, and deployed it to my unofficial repository if you want to install it directly without needing to build it.

Let me know if there is any issues :)

PolarianDev commented on 2023-05-13 12:34 (UTC)

@jvybihal sorry, I have been busy a lot recently.

I was preoccupied for the last few months with coursework, and that was only finished a few weeks back, since then I have been trying to get the disorder back into order.

I have been occupied with ArchWiki and I totally forgot to update the packages on the AUR.

I will work on updating the package right now, expect an update within the hour :)

jvybihal commented on 2023-05-13 11:33 (UTC) (edited on 2023-05-13 11:33 (UTC) by jvybihal)

@PolarianDev do you need help with maintaining this package? version 430 is already out. I'd prefer staying up-to-date when there is no obvious issue with the new version(s) (I did not find any).

PolarianDev commented on 2023-04-11 21:20 (UTC)

Project has been updated to the latest version.

https://onedev.polarian.dev/ has been permanently shutdown.

The repository has been temporarily moved to my gitea instance:

https://git.polarian.dev/AUR/google-cloud-cli

This may become its permanent home, not sure yet!