VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
648 stars 179 forks source link

Distributable wheel #142

Open cosmosgenius opened 4 years ago

cosmosgenius commented 4 years ago

Hey, So we forked yara-python as we needed to build wheels for linux and mac. We were able to to build wheel using the manylinux docker packages and natively on mac (build.sh)

For the final setup we ran auditwheel on the generated wheels in linux, which worked fine. While running delocate for the mac wheel, openssl from homebrew was not delocated due to issue

Would it be possible to move yara-python.c into a yara package and the yara submodule to yara-src (or something similar)?

I can open a PR for the same and possibly for wheel builds if its ok