pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wand



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  9 08:55:23 UTC 2025

Modified Files:
        pkgsrc/graphics/py-wand: Makefile

Log Message:
py-wand: add test status


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-wand/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-wand/Makefile
diff -u pkgsrc/graphics/py-wand/Makefile:1.15 pkgsrc/graphics/py-wand/Makefile:1.16
--- pkgsrc/graphics/py-wand/Makefile:1.15       Mon Nov 11 07:28:36 2024
+++ pkgsrc/graphics/py-wand/Makefile    Thu Jan  9 08:55:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/01/09 08:55:23 wiz Exp $
 
 DISTNAME=      Wand-0.6.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -13,9 +13,10 @@ LICENSE=     mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= c
 
+# 'make test' doesn't work, but running 'pytest' in ${WRKSRC} gives
+# 2 failed, 562 passed, 6 skipped, 2 warnings
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index