tdsmith / homebrew-pypi-poet

Generates Homebrew resource stanzas for Python packages.
MIT License
140 stars 30 forks source link

Added support for Pipfile.lock #69

Open CameronHall opened 3 years ago

CameronHall commented 3 years ago

I'm unconventionally using a private Brew tap to deploy an internal piece of Python tooling. The problem is, generating Stanzas is a huge time sink. So much so that I actively avoid it updating dependencies. '

This PR adds the ability to interpret dependencies from a Pipfile.lock with a newly added option --lock. The --lock option expects a path to the directory containing the Pipefile.lock. Poet will take care of the rest.

I thought I fixed the build but apparently not. All tests are passing locally 🤷‍♂️