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: Mon Aug 5 13:38:40 UTC 2024
Modified Files:
pkgsrc/math/py-arviz: Makefile
Log Message:
py-arviz: not for Python 3.9 anymore
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/math/py-arviz/Makefile:1.12
--- pkgsrc/math/py-arviz/Makefile:1.11 Tue Aug 1 23:20:46 2023
+++ pkgsrc/math/py-arviz/Makefile Mon Aug 5 13:38:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/08/01 23:20:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/05 13:38:39 adam Exp $
DISTNAME= arviz-0.11.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-xarray>=0.16.1:
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index