pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/khal
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 6 17:19:52 UTC 2024
Modified Files:
pkgsrc/time/khal: distinfo
Added Files:
pkgsrc/time/khal/patches: patch-doc_source_conf.py
Log Message:
khal: fix build with py-sphinx 8.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/khal/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/khal/patches/patch-doc_source_conf.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.27 pkgsrc/time/khal/distinfo:1.28
--- pkgsrc/time/khal/distinfo:1.27 Mon Feb 19 11:51:43 2024
+++ pkgsrc/time/khal/distinfo Tue Aug 6 17:19:52 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.27 2024/02/19 11:51:43 wiz Exp $
+$NetBSD: distinfo,v 1.28 2024/08/06 17:19:52 wiz Exp $
BLAKE2s (khal-0.11.3.tar.gz) = 18e613451c2d983b17cdac8c61d61f4d794c3b1c8aaeebff4b1b46014076effd
SHA512 (khal-0.11.3.tar.gz) = 1f7f82e04ad913df9e2e4bd315a70b9832b1af3f6d2db794018c780645f5bdb6df39efb45a36b38e3c1327932a1cb91d4c735f578b29a9326ef0f163fecd7bba
Size (khal-0.11.3.tar.gz) = 196953 bytes
+SHA1 (patch-doc_source_conf.py) = 012fa0d32110b3f9dd4df88b039e32270a56780d
Added files:
Index: pkgsrc/time/khal/patches/patch-doc_source_conf.py
diff -u /dev/null pkgsrc/time/khal/patches/patch-doc_source_conf.py:1.1
--- /dev/null Tue Aug 6 17:19:52 2024
+++ pkgsrc/time/khal/patches/patch-doc_source_conf.py Tue Aug 6 17:19:52 2024
@@ -0,0 +1,12 @@
+$NetBSD: patch-doc_source_conf.py,v 1.1 2024/08/06 17:19:52 wiz Exp $
+
+Avoid problem with sphinx 8.
+
+--- doc/source/conf.py.orig 2024-08-06 17:18:55.985963360 +0000
++++ doc/source/conf.py
+@@ -309,4 +309,4 @@ texinfo_documents = [
+
+
+ # Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {'http://docs.python.org/': None}
++#intersphinx_mapping = {'http://docs.python.org/': None}
Home |
Main Index |
Thread Index |
Old Index