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:   wiz
Date:           Wed Aug  7 19:26:01 UTC 2024

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

Log Message:
py-claripy: leave more python options open


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/math/py-claripy/Makefile:1.11
--- pkgsrc/math/py-claripy/Makefile:1.10        Wed Aug  7 16:11:47 2024
+++ pkgsrc/math/py-claripy/Makefile     Wed Aug  7 19:26:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/08/07 16:11:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/07 19:26:01 wiz 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 38 39 310 311 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index