Update of PR-125, build_wheel
This works for me, looks good to merge.
You might also want to double-check that it conforms to the current wheel specification.
@dholth indeed. I would prefer for the command to be based on the wheel library (if that's possible). Unfortunately, I am completely swamped at work and cannot work on this ATM.
(but I would of course accept patches doing it ).
You could get the structure of the zipfile and the hashing from wheel, but not much more right? Most of this PR is bento specific it looks like.
That's right, the wheel library isn't really designed to be re-used for creation. Instead the format is designed to be simple enough that you have a fighting chance of re-implementing it correctly.
What will need double-checking is the format of the PKG-INFO / METADATA, and the format of the WHEEL file especially that bento can advertise itself as producing wheel 1.0 instead of 0.1.
On Mon, Dec 9, 2013, at 05:42 PM, Ralf Gommers wrote:
You could get the structure of the zipfile and the hashing from wheel, but not much more right? Most of this PR is bento specific it looks like.
—
Reply to this email directly or [1]view it on GitHub. [jRB-KP9-4apGOUr1-hoPd16XoV_3tOyqV7_QsSoRYFXtTekVhn3BaYjGMFAr5WkG.gif]
References
- https://github.com/cournape/Bento/pull/140#issuecomment-30181738