CVS commit: pkgsrc/devel/py-cffi

"Thomas Klausner" <[email protected]> Tue, 4 Aug 2026 21:44:04 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_178587984456880
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

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.


--_----------=_178587984456880
Content-Disposition: inline
Content-Length: 809
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

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"


--_----------=_178587984456880--