tdsmith / homebrew-pypi-poet

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

Support combining resource blocks for additional packages #43

Closed tdsmith closed 7 years ago

tdsmith commented 7 years ago

It should be possible to express "I want to install X's dependencies, and I additionally want to install module Y and Y's recursive dependencies" in a single command. This will help us handle annoying cases like ansible, where we need to install a bunch of extra packages to support "optional" functionality.

tdsmith commented 7 years ago

poet_lint helps with this right now; you can run poet -r for each of the optionals and poet_lint will dedupe and sort for you, but this should be easier.