CLI tool for checking homebrew formulae compatibility for different macOS versions
Project description
brew-compat
- CLI tool to check homebrew formula compatibility for different macOS versions.
- Supports core bottles and casks. Does not support taps (third-party repositories).
Installation
This tool has been built with python3. You need to install Python3.x for this utility. Install this tool from PyPI (The Python Package Index) using pip:
❯ pip install brew-compat
Running
- Use
brew bundle dump
to generate the Brewfile - Run
brew-compat
to check the compatibility status
Options
- By default, compatibility is checked for Big Sur. Use
--macos-version
to change the macOS version to check against. - You can use
--export
to export the results to CSV. It is written to a file calledcompatibility.csv
- Use
--verbose
to use verbose logging.
❯ brew-compat --help
usage: brew-compat [-h] [--macos-version {arm64_big_sur,big_sur,catalina,mojave,high_sierra,sierra,el_capitan}] [--verbose] [--export] [brewfile]
Check compatibility of brew formula against macOS versions
positional arguments:
brewfile Path to Brewfile
optional arguments:
-h, --help show this help message and exit
--macos-version {arm64_big_sur,big_sur,catalina,mojave,high_sierra,sierra,el_capitan}
macOS version
--verbose Use verbose logging
--export Export results in CSV format
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brew-compat-0.1.0.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file brew-compat-0.1.0.tar.gz
.
File metadata
- Download URL: brew-compat-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4815e55db806522aeb52ae0dab8effe566360135ed206259a69ac0561d286400 |
|
MD5 | 894ad451cb3a8efa554761aab9e8c4da |
|
BLAKE2b-256 | b6228c368fffb3d6d89841afdf69057c946f3f488515458194d531bf633bba4e |
File details
Details for the file brew_compat-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: brew_compat-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2a543726d25c77be6e413fd8b761bd72c4fc5a13e743f3013730599ee6350c5 |
|
MD5 | 8bb0b8e4adb71604757926d232154829 |
|
BLAKE2b-256 | f92cb3322a907d981ceb3fb50065ddcb9b4936a71a8403bf3eb377af0abb4f91 |