pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-icalendar



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 14 09:43:57 UTC 2024

Modified Files:
        pkgsrc/time/py-icalendar: Makefile

Log Message:
py-icalendar: add test status and upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/time/py-icalendar/Makefile

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

Modified files:

Index: pkgsrc/time/py-icalendar/Makefile
diff -u pkgsrc/time/py-icalendar/Makefile:1.47 pkgsrc/time/py-icalendar/Makefile:1.48
--- pkgsrc/time/py-icalendar/Makefile:1.47      Mon Oct 14 05:27:42 2024
+++ pkgsrc/time/py-icalendar/Makefile   Mon Oct 14 09:43:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/10/14 05:27:42 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/10/14 09:43:57 wiz Exp $
 
 DISTNAME=      icalendar-6.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,6 +23,10 @@ USE_LANGUAGES=       # none
 REPLACE_SH+=           src/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
 REPLACE_PYTHON+=       src/icalendar/cli.py
 
+# as of 6.0.1:
+# 22 failed, 4543 passed, 3 skipped
+# https://github.com/collective/icalendar/issues/731
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} icalendar icalendar-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index