pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-claripy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Aug  7 16:11:47 UTC 2024

Modified Files:
        pkgsrc/math/py-claripy: Makefile

Log Message:
py-claripy: Not for 38, 39, 310, 311, and 312.

Not sure this leaves any valid python versions...


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-claripy/Makefile

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

Modified files:

Index: pkgsrc/math/py-claripy/Makefile
diff -u pkgsrc/math/py-claripy/Makefile:1.9 pkgsrc/math/py-claripy/Makefile:1.10
--- pkgsrc/math/py-claripy/Makefile:1.9 Tue Jan 30 19:24:35 2024
+++ pkgsrc/math/py-claripy/Makefile     Wed Aug  7 16:11:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/01/30 19:24:35 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/08/07 16:11:47 jperkin Exp $
 
 .include "../../devel/py-angr/version.mk"
 
@@ -19,7 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-decorator-[0-9]
 DEPENDS+=      ${PYPKGPREFIX}-smt>=0.9.5:../../math/py-smt
 DEPENDS+=      ${PYPKGPREFIX}-z3>=4.10.2.0:../../math/py-z3
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 310 311 312
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index