pkgsrc/databases/py-ldap3/Makefile
leot 57abade81f py-ldap3: Populate an accidental empty file
In the released distfile on PyPI for ldap3-2.5.2
ldap3/protocol/sasl/digestMd5.py was accidentally empty.
Populate it based on the v2.5.2.tar.gz distfile on GitHub.

PKGREVISION++
2019-01-31 11:02:14 +00:00

19 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/01/31 11:02:14 leot Exp $
DISTNAME= ldap3-2.5.2
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.1.8:../../security/py-asn1
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"