ndparker / rjsmin

Fast javascript minifier for Python
http://opensource.perlig.de/rjsmin/
Apache License 2.0
60 stars 15 forks source link

Add linux aarch64 wheel support #24

Closed odidev closed 2 years ago

odidev commented 3 years ago

Problem

On aarch64, ‘pip install rjsmin’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install rjsmin’ should download the wheels from pypi.

@ndparker Please let me know your interest in releasing aarch64 wheels. I can help in this.

ndparker commented 2 years ago

Fixed.