pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/py-fonttools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 06:58:01 UTC 2024

Modified Files:
        pkgsrc/fonts/py-fonttools: Makefile

Log Message:
py-fonttools: remove unused test dependenc


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/fonts/py-fonttools/Makefile

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

Modified files:

Index: pkgsrc/fonts/py-fonttools/Makefile
diff -u pkgsrc/fonts/py-fonttools/Makefile:1.107 pkgsrc/fonts/py-fonttools/Makefile:1.108
--- pkgsrc/fonts/py-fonttools/Makefile:1.107    Sun Jul  7 14:40:41 2024
+++ pkgsrc/fonts/py-fonttools/Makefile  Sat Aug 10 06:58:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2024/07/07 14:40:41 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2024/08/10 06:58:01 wiz Exp $
 
 DISTNAME=      fonttools-4.53.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,8 @@ DEPENDS+=     ${PYPKGPREFIX}-fs>=2.2.0:../..
 DEPENDS+=      ${PYPKGPREFIX}-brotli>=1.0.1:../../archivers/py-brotli
 DEPENDS+=      ${PYPKGPREFIX}-zopfli>=0.1.4:../../archivers/py-zopfli
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+# 10 failed, 4384 passed, 62 skipped, 2 xfailed, 23 warnings
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index