Automatically maintaining Homebrew formulas using GitHub Actions
I previously wrote about Packaging a Python CLI tool for Homebrew. I've now figured out a pattern for automatically updating those formulas over time, using GitHub Actions.
8 posts tagged “packaging”.
I previously wrote about Packaging a Python CLI tool for Homebrew. I've now figured out a pattern for automatically updating those formulas over time, using GitHub Actions.
I used python-build-standalone for this, which provides a version of Python that is designed for easy of bundling - it's also used by PyOxidize.
I spotted a neat looking project links section on https://pypi.org/project/ExifReader/ Turns out that's added using a key in setup.py, e.g.
Jake Archibald pointed to his for as a "modernish example" of NPM packaging on Twitter this morning. I've been frustrated at my lack of understanding of for too long, so I decided to do some research…
Today I was evaluating if the Python cryptography package was a sensible depedency for one of my projects.
For sqlite-utils issue 464 I implemented a fix to a tiny bug in a dependency in my own fork on GitHub.
I wanted the ability to test my Python software against specific version of SQLite on macOS. I found a way to do that using pysqlite3.
This is almost really simple. I used electron/update-electron-app for it, the instructions for which are: - Add it to with - Make sure your field in that file points to your GitHub repository - Use…