ca137ebd3c
2.8.1: - fixed regression in 2.8 for members returned in AD auto-range search - fixed regression in 2.8 for attribute error in restartable class - try to use Crypto library if present for hashing NTLM password on python interpreter missing the MD4 OpenSSL algorithm
22 lines
658 B
Makefile
22 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/09/07 09:31:12 adam Exp $
|
|
|
|
DISTNAME= ldap3-2.8.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"
|