pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wrapt



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 19:45:20 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-wrapt/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-wrapt/Makefile
diff -u pkgsrc/devel/py-wrapt/Makefile:1.21 pkgsrc/devel/py-wrapt/Makefile:1.22
--- pkgsrc/devel/py-wrapt/Makefile:1.21 Tue Jan 14 11:32:05 2025
+++ pkgsrc/devel/py-wrapt/Makefile      Sat Jan 18 19:45:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/01/14 11:32:05 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/18 19:45:20 he Exp $
 
 DISTNAME=      wrapt-1.17.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,4 +13,5 @@ LICENSE=      2-clause-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index