CVS commit: pkgsrc/databases/py-ldap3
"Adam Ciarcinski" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: adam Date: Tue Aug 11 09:57:37 UTC 2026 Modified Files: pkgsrc/databases/py-ldap3: Makefile PLIST Log Message: py-ldap3: converted to wheel.mk To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/py-ldap3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/py-ldap3/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 2.2 KB)
Modified files:
Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.21 pkgsrc/databases/py-ldap3/Makefile:1.22
--- pkgsrc/databases/py-ldap3/Makefile:1.21 Tue Nov 21 18:56:53 2023
+++ pkgsrc/databases/py-ldap3/Makefile Tue Aug 11 09:57:37 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2023/11/21 18:56:53 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/08/11 09:57:37 adam Exp $
DISTNAME= ldap3-2.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
@@ -11,15 +11,14 @@ HOMEPAGE= https://github.com/cannatag/ld
COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library
LICENSE= gnu-lgpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.6:../../security/py-asn1
TEST_DEPENDS+= ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-asn1
-
do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v -s test
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/py-ldap3/PLIST
diff -u pkgsrc/databases/py-ldap3/PLIST:1.7 pkgsrc/databases/py-ldap3/PLIST:1.8
--- pkgsrc/databases/py-ldap3/PLIST:1.7 Sat Feb 13 19:23:25 2021
+++ pkgsrc/databases/py-ldap3/PLIST Tue Aug 11 09:57:37 2026
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2021/02/13 19:23:25 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.8 2026/08/11 09:57:37 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.LESSER.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/ldap3/__init__.py
${PYSITELIB}/ldap3/__init__.pyc
${PYSITELIB}/ldap3/__init__.pyo