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:           Wed Aug  7 16:07:28 UTC 2024

Modified Files:
        pkgsrc/devel/deepstate: Makefile

Log Message:
deepstate: Not for python310.

Not sure this leaves any possible python version at all.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/deepstate/Makefile:1.17
--- pkgsrc/devel/deepstate/Makefile:1.16        Tue Aug  6 11:24:31 2024
+++ pkgsrc/devel/deepstate/Makefile     Wed Aug  7 16:07:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/08/06 11:24:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/08/07 16:07:28 jperkin 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 38 39 311 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 310 311 312
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ${WRKSRC}



Home | Main Index | Thread Index | Old Index