freebsd-ports/security/py-passlib/pkg-descr
Kubilay Kocak d727468126 security/py-passlib: Update to 1.6.5
- Update PORTVERSION and distinfo checksum (1.6.5)
- Add LICENSE_FILE
- Add TEST_DEPENDS and test target
- Add comment about failing tests which appear to require fixing bcrypt
  in FreeBSD base
- Remove setup.py patch (no longer necessary)
- Update pkg-descr WWW: URL (match setup.py:url)
- Enable NO_ARCH (architecture independent)

Changes:

  http://packages.python.org/passlib/history.html
2016-03-04 05:54:53 +00:00

7 lines
419 B
Text

Passlib is a password hashing library for Python 2 & 3, which provides
cross-platform implementations of over 30 password hashing algorithms, as well
as a framework for managing existing password hashes. It's designed to be
useful for a wide range of tasks, from verifying a hash found in /etc/shadow,
to providing full-strength password hashing for multi-user application.
WWW: https://bitbucket.org/ecollins/passlib