98f10ed772
1.7.2: This release rolls up assorted bug & compatibility fixes since 1.7.1. New Features * .. py:currentmodule:: passlib.hash :class:`argon2`: Now supports Argon2 "ID" and "D" hashes (assuming new enough backend library). Now defaults to "ID" hashes instead of "I" hashes, but this can be overridden via ``type`` keyword. * .. py:currentmodule:: passlib.hash :class:`scrypt`: Now uses python 3.6 stdlib's :func:`hashlib.scrypt` as backend, if present
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/11/24 11:36:53 adam Exp $
|
|
|
|
DISTNAME= passlib-1.7.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/passlib/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/ecollins/passlib
|
|
COMMENT= Comprehensive password hashing framework supporting over 30 schemes
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|