openbsd-ports/security/py-passlib
sthen 0270cc6c5b Add a dependency on py-scrypt to py-passlib. passlib has code to
use three scrypt backends; one in hashlib in python itself, one is
py-scrypt, and one is an internal slow pure-python implementation.

hashlib in our Python packages doesn't include scrypt (this requires
OpenSSL 1.1+'s scrypt code and isn't supported in libressl), and slow
pure-python implementation is slow, so provide the best available one.
2019-11-23 15:23:14 +00:00
..
patches
pkg
distinfo update to py-passlib 1.7.2 2019-11-23 14:53:06 +00:00
Makefile Add a dependency on py-scrypt to py-passlib. passlib has code to 2019-11-23 15:23:14 +00:00