pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-psutil



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 19 17:01:11 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile

Log Message:
sysutils/py-psutil: use atomic64.mk to fix build on macppc w/python3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/sysutils/py-psutil/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-psutil/Makefile
diff -u pkgsrc/sysutils/py-psutil/Makefile:1.56 pkgsrc/sysutils/py-psutil/Makefile:1.57
--- pkgsrc/sysutils/py-psutil/Makefile:1.56     Tue Dec 24 17:55:29 2024
+++ pkgsrc/sysutils/py-psutil/Makefile  Sun Jan 19 17:01:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2024/12/24 17:55:29 adam Exp $
+# $NetBSD: Makefile,v 1.57 2025/01/19 17:01:11 he Exp $
 
 DISTNAME=      psutil-6.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,4 +28,5 @@ PLIST_SUBST+= SYSTEM=${OPSYS:tl}
 #      cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m psutil.tests
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index