pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip6



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar  2 15:02:50 UTC 2026

Modified Files:
        pkgsrc/x11/py-sip6: Makefile

Log Message:
devel/py-sip6: Expand explanation of broken tests


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/py-sip6/Makefile

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

Modified files:

Index: pkgsrc/x11/py-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.31 pkgsrc/x11/py-sip6/Makefile:1.32
--- pkgsrc/x11/py-sip6/Makefile:1.31    Mon Mar  2 15:00:18 2026
+++ pkgsrc/x11/py-sip6/Makefile Mon Mar  2 15:02:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2026/03/02 15:00:18 gdt Exp $
+# $NetBSD: Makefile,v 1.32 2026/03/02 15:02:50 gdt Exp $
 
 # Before updating sip, geography/qgis (as the most demanding sip user
 # currently known) must be tested to build and run (with an actual
@@ -43,11 +43,11 @@ PYTHON_SELF_CONFLICT=       yes
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
 .endif
 
-# Tests are broken.
+# Tests are broken; the file downloadable from pypi omits them.
 # https://github.com/Python-SIP/sip/issues/103
-TEST_DEPENDS+=     ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-TEST_DEPENDS+=     ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+=     ${PYPKGPREFIX}-anyio-[0-9]*:../../devel/py-anyio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-anyio-[0-9]*:../../devel/py-anyio
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index