pkgsrc/security/py-ntlm-auth/Makefile
adam baeaaafae6 py-ntlm-auth: updated to 1.2.0
1.2.0:
Deprecated ntlm_auth.ntlm.Ntlm in favour of ntlm_auth.ntlm.NtlmContext
This is because Ntlm is heavily geared towards HTTP auth which is not always the case, NtlmContext makes things more generic
Updated docs and tests to reflect this
Dropped support for Python 3.3
2018-07-06 07:52:40 +00:00

16 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/07/06 07:52:40 adam Exp $
DISTNAME= ntlm-auth-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jborean93/ntlm-auth
COMMENT= NTLM authentication handler for python-requests
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"