Skip to main content

Manage different versions of homebrew packages

Project description

Brew Versions (brewv)

PyPI version Python versions

Manage multiple versions of your Homebrew packages with ease! Homebrew makes this difficult as a design decision, but sometimes old packages need to be installed and we need a way to do so easily.

Installation

With pipx

pipx install brew-versions

Or just with pip:

python3 -m pip install --user brew-versions

Usage

List available bottle versions:

$ brewv switch wget
[brewv]: Found the following bottle versions for wget:
- 1.21.1
- 1.21
- 1.20.3_2
- 1.20.3_1
- 1.20.3
- 1.20.2
- 1.20.1_4
- 1.20.1_3
- 1.20.1_2
- 1.20.1_1
- 1.19.5
- 1.19.4_1
- 1.19.4
- 1.19.3
- 1.19.2_1
- 1.19.2
- 1.19.1_1
- 1.19.1
- 1.18

Switch to a specific version:

$ brewv switch wget 1.21
[brewv]: Switching wget to version 1.21
[brewv]: Not in cache: finding bottle to download
[brewv]: GET https://linuxbrew.bintray.com/bottles/wget-1.21.x86_64_linux.bottle.tar.gz
[brewv]: Bottle successfully downloaded, but cannot verify SHA256
[brewv]: Pinning wget
[brewv]: Successfully switched to wget 1.21

Installing from taps:

$ brewv switch jonchang/biology/bucky 1.4.4
[brewv]: Tapping jonchang/biology
[brewv]: Switching bucky to version 1.4.4
[brewv]: Not in cache: finding bottle to download
[brewv]: GET https://linuxbrew.bintray.com/bottles/bucky-1.4.4.x86_64_linux.bottle.tar.gz
[brewv]: No bottle was found for bucky 1.4.4
[brewv]: Searching for version in git directory, this may take a while...
[brewv]: Found a version in commit: eee76a60fb5d7c6b619d736b50ee10fe42a9c73c
[brewv]: Found bottle in tap config
[brewv]: GET https://dl.bintray.com/jonchang/bottles-biology/bucky-1.4.4.x86_64_linux.bottle.tar.gz
[brewv]: SHA256 verified successfully
[brewv]: Pinning bucky
[brewv]: Successfully switched to jonchang/biology/bucky 1.4.4

When no bottle is found for taps it will proceed with searching the local tap repository for the correct version and installing from the bottle defined in the formula if it exists, otherwise from source.

This is very slow for the main homebrew repository so this behaviour is disabled when a bottle for a homebrew-core package cannot be found. You can supply the option brewv switch --slow ... to perform this search.

Warnings

Proper SHA256 verification is not done when downloading bottles from the main bottle repository. This is because to get the expected SHAs would mean searching the huge homebrew-core repository.

While homebrew bottles exist for most operating systems, if the bottle is not found then parsing old formulas fails quite often since Homebrew updates their code frequently.

Bintray.com will be disabled on May 1st 2021, and homebrew as of now hasn't updated to a new host. When they do, this package will need to be updated and it's possible some of the functionality like listing available bottle versions won't work

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brew-versions-0.2.2.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

brew_versions-0.2.2-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file brew-versions-0.2.2.tar.gz.

File metadata

  • Download URL: brew-versions-0.2.2.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for brew-versions-0.2.2.tar.gz
Algorithm Hash digest
SHA256 00144e085d8e04fb68449efb7b1b76178b4fa42bd4b81aa9725886107856ae36
MD5 7c8523f5593a087a9cdb12a36ecb4e12
BLAKE2b-256 e5c95aa1b0c92439bc759533dbfc79cb8157ca29f6934416d44a959ffeaab8eb

See more details on using hashes here.

File details

Details for the file brew_versions-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: brew_versions-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for brew_versions-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4d6577e3dac3e220346d0d200899c9896ce13a0cb9e80403dda775fa6f4b2a09
MD5 9ff34bea1d089075f70498a7ac53269f
BLAKE2b-256 5d0d84ff62df032e5b3c760115aede40c9bf4da7496bf5a53a825674d001cd55

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page