pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 12 12:03:16 UTC 2024

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile

Log Message:
py-scikit-image: Ensure python is properly buildlinked.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/py-scikit-image/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-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.18 pkgsrc/math/py-scikit-image/Makefile:1.19
--- pkgsrc/math/py-scikit-image/Makefile:1.18   Tue Aug  1 23:20:49 2023
+++ pkgsrc/math/py-scikit-image/Makefile        Fri Jan 12 12:03:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/08/01 23:20:49 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/01/12 12:03:16 jperkin Exp $
 
 DISTNAME=      scikit-image-0.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -30,6 +30,10 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27 38
 # https://github.com/scikit-image/scikit-image/issues/6598
 PYTHON_VERSIONS_INCOMPATIBLE+= 311
 
+# Ensure python is fully buildlinked, py-pythran defaults to build only.
+PYTHON_FOR_BUILD_ONLY= no
+.include "../../lang/python/pyversion.mk"
+
 USE_PKG_RESOURCES=     yes
 
 post-install:



Home | Main Index | Thread Index | Old Index