tdsmith / homebrew-pypi-poet

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

Error generating a formula for FoBiS.py #14

Closed zbeekman closed 9 years ago

zbeekman commented 9 years ago

Hi, I’m trying to generate a formula for FoBiS.py and am encountering the following error:

$ poet -f FoBiS.py
Traceback (most recent call last):
  File "/usr/local/bin/poet", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/poet/poet.py", line 184, in main
    print(formula_for(args.formula))
  File "/usr/local/lib/python2.7/site-packages/poet/poet.py", line 141, in formula_for
    root = nodes[package]
KeyError: ‘FoBiS.py’

Do you know if there is a work around for this? I think it may be a bug.

tdsmith commented 9 years ago

Thanks for reporting! This should be fixed in v0.5.1.