pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cffi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug  4 21:44:04 UTC 2026

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

Log Message:
py-cffi: update test status


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/py-cffi/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-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.64 pkgsrc/devel/py-cffi/Makefile:1.65
--- pkgsrc/devel/py-cffi/Makefile:1.64  Tue Aug  4 20:16:06 2026
+++ pkgsrc/devel/py-cffi/Makefile       Tue Aug  4 21:44:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2026/08/04 20:16:06 adam Exp $
+# $NetBSD: Makefile,v 1.65 2026/08/04 21:44:04 wiz Exp $
 
 DISTNAME=      cffi-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,8 +18,9 @@ USE_TOOLS+=   pkg-config
 
 PY_RENAME_BINARIES=    cffi-gen-src
 
-# as of 2.0.0
-# 8 failed, 1914 passed, 131 skipped, 4 xfailed, 19 warnings
+# as of 2.1.1
+# 2 due to -ldl, 6 because of cwrapper
+# 8 failed, 1927 passed, 142 skipped, 4 xfailed, 24 warnings
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index