pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyrsistent
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 20 08:19:46 UTC 2026
Modified Files:
pkgsrc/devel/py-pyrsistent: Makefile
Log Message:
py-pyrsistent: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pyrsistent/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-pyrsistent/Makefile
diff -u pkgsrc/devel/py-pyrsistent/Makefile:1.14 pkgsrc/devel/py-pyrsistent/Makefile:1.15
--- pkgsrc/devel/py-pyrsistent/Makefile:1.14 Thu Oct 26 08:03:40 2023
+++ pkgsrc/devel/py-pyrsistent/Makefile Tue Jan 20 08:19:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/10/26 08:03:40 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/20 08:19:46 wiz Exp $
DISTNAME= pyrsistent-0.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,8 @@ LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+CFLAGS+= -Wno-implicit-function-declaration
+CFLAGS+= -Wno-int-conversion
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Home |
Main Index |
Thread Index |
Old Index