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:   adam
Date:           Tue Aug  6 11:24:31 UTC 2024

Modified Files:
        pkgsrc/devel/deepstate: Makefile

Log Message:
deepstate: not for Python 3.8 nor 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/deepstate/Makefile:1.16
--- pkgsrc/devel/deepstate/Makefile:1.15        Thu Nov 23 09:02:51 2023
+++ pkgsrc/devel/deepstate/Makefile     Tue Aug  6 11:24:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/11/23 09:02:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/06 11:24:31 adam Exp $
 
 PKGREVISION=   7
 
@@ -26,7 +26,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 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 311 312
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ${WRKSRC}



Home | Main Index | Thread Index | Old Index