pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-matplotlib
Module Name: pkgsrc
Committed By: adam
Date: Sat Dec 28 21:39:48 UTC 2024
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile
Log Message:
py-matplotlib: not for Python 3.9 anymore
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/graphics/py-matplotlib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.102 pkgsrc/graphics/py-matplotlib/Makefile:1.103
--- pkgsrc/graphics/py-matplotlib/Makefile:1.102 Sun Dec 1 09:43:11 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile Sat Dec 28 21:39:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2024/12/01 09:43:11 adam Exp $
+# $NetBSD: Makefile,v 1.103 2024/12/28 21:39:48 adam Exp $
DISTNAME= matplotlib-3.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -39,11 +39,8 @@ WHEEL_ARGS+= -Cinstall-args="--tags=data
# used by packages that only have a build dependency on it. Therefore we need
# to ensure that we set it to "no" first to get accurate dependencies.
PYTHON_FOR_BUILD_ONLY= no
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=3.2.0:../../devel/py-importlib-resources
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 39 # py-kiwisolver
# as of 3.9.2
# 929 failed, 6804 passed, 1786 skipped, 33 xfailed
Home |
Main Index |
Thread Index |
Old Index