8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
672 B
Makefile
23 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.20 2022/01/04 20:52:42 wiz Exp $
|
|
|
|
DISTNAME= ldap3-2.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|