pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-maturin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 28 14:02:29 UTC 2025

Modified Files:
        pkgsrc/devel/py-maturin: Makefile

Log Message:
py-maturin: Ensure MAKE_JOBS is honoured.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-maturin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-maturin/Makefile
diff -u pkgsrc/devel/py-maturin/Makefile:1.45 pkgsrc/devel/py-maturin/Makefile:1.46
--- pkgsrc/devel/py-maturin/Makefile:1.45       Sun Oct 12 18:13:44 2025
+++ pkgsrc/devel/py-maturin/Makefile    Tue Oct 28 14:02:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/10/12 18:13:44 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2025/10/28 14:02:28 jperkin Exp $
 
 DISTNAME=      maturin-1.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
 .endif
 
+MAKE_ENV+=     CARGO_BUILD_JOBS=${_MAKE_JOBS_N:U1}
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} maturin maturin-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index