chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

GMP / gmpy2 removal. #11

Closed dumol closed 3 years ago

dumol commented 3 years ago

Scope

Fixes https://github.com/chevah/pythia/issues/7.

The plan for Python 3 is to only use cryptography and OpenSSL.

Changes

Removed GMP build and consequently gmpy2 module. This speeds up the non-Windows builds considerably, as GMP build+testing was slow.

Drive-by changes:

Testing

Please review changes.

Asses the above drive-by clean-ups.