coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
295 stars 580 forks source link

Request wheels for all upstream Python packages #1436

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

In addition to coala dependencies without wheels (https://github.com/coala/coala/issues/3753), the following bear dependencies need wheels:

 Running setup.py install for autoflake: started
    Running setup.py install for autoflake: finished with status 'done'
  Running setup.py install for cmakelint: started
    Running setup.py install for cmakelint: finished with status 'done'
  Running setup.py install for cppclean: started
    Running setup.py install for cppclean: finished with status 'done'
  Running setup.py install for cpplint: started
    Running setup.py install for cpplint: finished with status 'done'
  Running setup.py install for eradicate: started
    Running setup.py install for eradicate: finished with status 'done'
  Running setup.py install for guess-language-spirit: started
    Running setup.py install for guess-language-spirit: finished with status 'done'
  Running setup.py install for docopt: started
    Running setup.py install for docopt: finished with status 'done'
  Running setup.py install for template-remover: started
    Running setup.py install for template-remover: finished with status 'done'
  Running setup.py install for html-linter: started
    Running setup.py install for html-linter: finished with status 'done'
  Running setup.py install for language-check: started
    Running setup.py install for language-check: finished with status 'done'
  Running setup.py install for munkres3: started
    Running setup.py install for munkres3: finished with status 'done'
  Running setup.py install for mypy-lang: started
    Running setup.py install for mypy-lang: finished with status 'done'
  Running setup.py install for nltk: started
    Running setup.py install for nltk: finished with status 'done'
  Running setup.py install for future: started
    Running setup.py install for future: finished with status 'done'
  Running setup.py install for proselint: started
    Running setup.py install for proselint: finished with status 'done'
  Running setup.py install for wrapt: started
    Running setup.py install for wrapt: finished with status 'done'
  Running setup.py install for pyroma: started
    Running setup.py install for pyroma: finished with status 'done'
  Running setup.py install for restructuredtext-lint: started
    Running setup.py install for restructuredtext-lint: finished with status 'done'
  Running setup.py install for MarkupSafe: started
    Running setup.py install for MarkupSafe: finished with status 'done'
  Running setup.py install for rstcheck: started
    Running setup.py install for rstcheck: finished with status 'done'
  Running setup.py install for scspell3k: started
    Running setup.py install for scspell3k: finished with status 'done'
  Running setup.py install for vim-vint: started
    Running setup.py install for vim-vint: finished with status 'done'
  Running setup.py install for vulture: started
    Running setup.py install for vulture: finished with status 'done'

https://ci.appveyor.com/project/coala/coala-bears/build/1.0.5301/job/s87hjtdtx99ah8kj

See http://pythonwheels.com/ for more information about wheels. Projects that can be 'universal wheels' are the easiest. Usually a small change to setup.cfg is all that is required, and some improvements to .travis.yml to build and test the wheel.

jayvdb commented 6 years ago

https://github.com/yaml/pyyaml/issues/95

jayvdb commented 6 years ago

https://github.com/jendrikseipp/vulture/pull/79 was done