pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-ldap3



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 21 18:56:54 UTC 2023

Modified Files:
        pkgsrc/databases/py-ldap3: Makefile

Log Message:
py-ldap3: not for Python 2.7 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-ldap3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.20 pkgsrc/databases/py-ldap3/Makefile:1.21
--- pkgsrc/databases/py-ldap3/Makefile:1.20     Tue Jan  4 20:52:42 2022
+++ pkgsrc/databases/py-ldap3/Makefile  Tue Nov 21 18:56:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/01/04 20:52:42 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/11/21 18:56:53 adam Exp $
 
 DISTNAME=      ldap3-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-gssapi-[0-
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-asn1
+
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v -s test
 



Home | Main Index | Thread Index | Old Index