pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 12 10:55:15 UTC 2026

Modified Files:
        pkgsrc/devel/py-cle: Makefile

Log Message:
py-cle: mark as not for Python 3.10 & 3.11 (due to py-xbe)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-cle/Makefile

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

Modified files:

Index: pkgsrc/devel/py-cle/Makefile
diff -u pkgsrc/devel/py-cle/Makefile:1.15 pkgsrc/devel/py-cle/Makefile:1.16
--- pkgsrc/devel/py-cle/Makefile:1.15   Thu Oct  9 08:01:56 2025
+++ pkgsrc/devel/py-cle/Makefile        Fri Jun 12 10:55:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/10/09 08:01:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/06/12 10:55:15 wiz Exp $
 
 .include "../../devel/py-angr/version.mk"
 
@@ -24,5 +24,7 @@ DEPENDS+=     ${PYPKGPREFIX}-minidump>=0.0.1
 DEPENDS+=      ${PYPKGPREFIX}-xbe>=0.0.4:../../devel/py-xbe
 TEST_DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-xbe
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index