polkascan / py-sr25519-bindings

Python bindings for the RUST implementation of the sr25519 cryptography library
Apache License 2.0
8 stars 16 forks source link

wheels musllinux #8

Closed nakata5321 closed 2 years ago

nakata5321 commented 2 years ago

Hi. You have recently created wheels for aarch64 platform. Especially, for manylinux systems. But I'm working with Home Assistant OS and it is musllinux system. So, all generated wheels are unsuitable for this system.

I really need this wheels,because otherwise my HA integrations doesn't work property. I've decided to create github action for it. Also, I've integrated this action in your github action for PyPi.Wheels already tested on RPi4 with HomeAssistant OS and everything is working.

Please, add this wheels to Pypi. If any questions, fill free to ask.

nakata5321 commented 2 years ago

Also, I will add the same wheels for two other your libraries: py-bip39-bindings and py-ed25519-bindings. Now py-bip39-bindings is being passed last tests. In py-ed25519-bindings library there is an issue

arjanz commented 2 years ago

@nakata5321 Thanks for your PR, this looks like a nice addition. After I find the time to review this I'll integrate it with the current pipeline