pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pymc3



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 30 11:02:18 UTC 2025

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

Log Message:
py-pymc3: not for Python 3.10 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-pymc3/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-pymc3/Makefile
diff -u pkgsrc/math/py-pymc3/Makefile:1.13 pkgsrc/math/py-pymc3/Makefile:1.14
--- pkgsrc/math/py-pymc3/Makefile:1.13  Tue Apr 15 16:31:39 2025
+++ pkgsrc/math/py-pymc3/Makefile       Fri May 30 11:02:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/04/15 16:31:39 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/05/30 11:02:18 adam Exp $
 
 DISTNAME=      pymc3-3.11.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,7 @@ DEPENDS+=     ${PYPKGPREFIX}-semver>=2.13.0:
 DEPENDS+=      ${PYPKGPREFIX}-theano-pymc>=1.1.2:../../math/py-theano-pymc
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-arviz
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index