pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-arviz
Module Name: pkgsrc
Committed By: adam
Date: Fri May 30 11:01:45 UTC 2025
Modified Files:
pkgsrc/math/py-arviz: Makefile
Log Message:
py-arviz: not for Python 3.10 anymore
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-arviz/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-arviz/Makefile
diff -u pkgsrc/math/py-arviz/Makefile:1.17 pkgsrc/math/py-arviz/Makefile:1.18
--- pkgsrc/math/py-arviz/Makefile:1.17 Tue Apr 15 16:10:42 2025
+++ pkgsrc/math/py-arviz/Makefile Fri May 30 11:01:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/04/15 16:10:42 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/05/30 11:01:45 adam Exp $
DISTNAME= arviz-0.21.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 39
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-xarray-einstats
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index