pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deepstate



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov  6 20:13:53 UTC 2023

Modified Files:
        pkgsrc/devel/deepstate: Makefile

Log Message:
deepstate: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/deepstate/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/deepstate/Makefile
diff -u pkgsrc/devel/deepstate/Makefile:1.13 pkgsrc/devel/deepstate/Makefile:1.14
--- pkgsrc/devel/deepstate/Makefile:1.13        Mon Aug 14 05:24:06 2023
+++ pkgsrc/devel/deepstate/Makefile     Mon Nov  6 20:13:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/08/14 05:24:06 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/06 20:13:53 jperkin Exp $
 
 PKGREVISION=   6
 
@@ -27,7 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-smt>=0.9.5:../.
 DEPENDS+=      ${PYPKGPREFIX}-toolz>=0.9.1:../../devel/py-toolz
 DEPENDS+=      ${PYPKGPREFIX}-z3-[0-9]*:../../math/py-z3
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27 311 312
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ${WRKSRC}



Home | Main Index | Thread Index | Old Index