Created attachment 165363 [details] shar archive CAVEAT: Test suite is broken with missing dependency: https://bitbucket.org/mhallin/py-scrypt/issues/21/test-breaks-importerror-no-module-named But otherwise module should work fine.
Passes poudriere build.
A commit references this bug: Author: miwi Date: Mon Jan 11 07:29:17 UTC 2016 New revision: 405767 URL: https://svnweb.freebsd.org/changeset/ports/405767 Log: This is is a set of Python bindings for the scrypt key derivation function. Scrypt is useful when encrypting password as it is possible to specify a minimum amount of time to use when encrypting and decrypting. If, for example, a password takes 0.05 seconds to verify, a user won't notice the slight delay when signing in, but doing a brute force search of several billion passwords will take a considerable amount of time. This is in contrast to more traditional hash functions such as MD5 or the SHA family which can be implemented extremely fast on cheap hardware. WWW: https://pypi.python.org/pypi/scrypt/ PR: 206102 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/security/Makefile head/security/py-scrypt/ head/security/py-scrypt/Makefile head/security/py-scrypt/distinfo head/security/py-scrypt/pkg-descr