tdsmith / homebrew-pypi-poet

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

Work around 404 HTTPError. #20

Closed pwnall closed 8 years ago

pwnall commented 8 years ago

I ran into #16 when trying to generate a formula for shade. This workaround isn't perfect, but it got me most of the way there.

tdsmith commented 8 years ago

This is a useful workaround but I think the "right" thing to do is to normalize the version; I'll add a note on that to #16.