tdsmith / homebrew-pypi-poet

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

failure fetching info for vobject #10

Closed dunn closed 9 years ago

dunn commented 9 years ago

Might have to do with the unusual version (https://pypi.python.org/pypi/vobject/0.8.1c)?

All I get is

  resource "vobject" do
    url ""
     ""
  end
tdsmith commented 9 years ago

Yeah, 0.8.1c looks like a release candidate to 0.8.1, which is marked released but hidden on pypi without downloads, and the API and website do different things when the apparently newest release is hidden: http://chat-logs.dcpython.org/day/pypa/2015-05-22#04.31.57.tdsmith

poet could try to do something clever here but hopefully these cases are rare.