tdsmith / homebrew-pypi-poet

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

Consider using virtualenv_install_with_resources for --formula #31

Closed zmwangx closed 8 years ago

zmwangx commented 8 years ago

Code is easy to fix — just need to update FORMULA_TEMPLATE in poet.py, and virtualenv_install_with_resources is usually enough. However, as far as I can tell we do lose some flexibility like the ability to pass additional options to setup.py. Do you think it's worthwhile?

tdsmith commented 8 years ago

Yes, this is worth doing.