jimporter / bfg9000

bfg9000 - build file generator
https://jimporter.github.io/bfg9000
BSD 3-Clause "New" or "Revised" License
76 stars 21 forks source link

Support Python wheels #101

Closed jimporter closed 6 years ago

jimporter commented 6 years ago

Python wheels are a major source of pain for bfg, since bfg has platform-specific deps. This is probably fixable using some special syntax for our deps, but first, we should create some Travis/Appveyor jobs to make a wheel and try installing it to ensure that it does the things we expect.