ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.92k stars 227 forks source link

patch wheels to take care of additional requirements #464

Closed mkb79 closed 1 year ago

mkb79 commented 1 year ago

In most cases wheels have additional requirements like brotli; platform_python_implementation == 'CPython' and extra == 'brotli'.

My changes take care about that. In addition checking for platform_python_implementation, platform_system and sys_platform.

Next patch libversion to take care of wildcard version match like 1.*

bennr01 commented 1 year ago

Looks good, thank you for your contribution.

Edit: For future pull requests, please use the dev branch rather than the master branch.