pkgsrc/databases/py-ldap3/Makefile
adam a1d8d8ff13 py-ldap3: updated to 2.9.1
2.9.1
- new feature: added support for using Kerberos authentication on windows clients using the native winkerberos library
- new feature: added support for using Channel Bind tokens with Kerberos authentication on windows clients
- fixed a bug related to using start_tls with a RESTARTABLE strategy that caused errors to be raised erroneously.
- fixed a bug around the type checking of Reverse DNS Settings with Kerberos authentication
- fixed an issue related to decoding unicode strings in LDAP referrals and attributes in python 2
- minor documentation updates and corrections
2021-07-19 07:05:44 +00:00

22 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.19 2021/07/19 07:05:44 adam Exp $
DISTNAME= ldap3-2.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/cannatag/ldap3
COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.6:../../security/py-asn1
TEST_DEPENDS+= ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v -s test
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"