pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-debugpy



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 26 15:34:49 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-debugpy/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-debugpy/Makefile
diff -u pkgsrc/devel/py-debugpy/Makefile:1.16 pkgsrc/devel/py-debugpy/Makefile:1.17
--- pkgsrc/devel/py-debugpy/Makefile:1.16       Fri Jan 17 19:30:21 2025
+++ pkgsrc/devel/py-debugpy/Makefile    Sun Jan 26 15:34:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/01/17 19:30:21 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/01/26 15:34:48 he Exp $
 
 DISTNAME=      debugpy-1.8.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -33,4 +33,5 @@ post-install:
        ${MV} debugpy debugpy-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index