nabla-c0d3 / nassl

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.
GNU Affero General Public License v3.0
39 stars 35 forks source link

nassl / sslyze PKGBUILD #55

Closed baerbock closed 4 years ago

baerbock commented 4 years ago

Dear nable,

I'm trying to fix the sslyze PKGBUILD for ArchLinux, which curently doesn't build successfully.

For this I can't rely on pipenv, so an installation using classic setup.py would be helpful.

nabla-c0d3 commented 4 years ago

Hello, You can either use pip install nassl or implement a script similar to https://github.com/nabla-c0d3/nassl/blob/master/build_linux_wheels.sh (but where you only build once instead of multiple times). There is no way to do a "full" build without pipenv/invoke because the process is too complicated to be implemented with just setup.py command. Good luck!