pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt-docs/patches Added missing patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639f3a90abd7
branches:  trunk
changeset: 376795:639f3a90abd7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 08 14:29:57 2018 +0000

description:
Added missing patch

diffstat:

 sysutils/salt-docs/patches/patch-doc___ext_youtube.py |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 59e9988ec3d7 -r 639f3a90abd7 sysutils/salt-docs/patches/patch-doc___ext_youtube.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/salt-docs/patches/patch-doc___ext_youtube.py     Thu Mar 08 14:29:57 2018 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-doc___ext_youtube.py,v 1.1 2018/03/08 14:29:57 adam Exp $
+
+Fix for deprecated sphinx.util.compat.Directive.
+
+--- doc/_ext/youtube.py.orig   2018-02-28 13:14:40.000000000 +0000
++++ doc/_ext/youtube.py
+@@ -37,8 +37,7 @@ from __future__ import division
+ 
+ import re
+ from docutils import nodes
+-from docutils.parsers.rst import directives
+-from sphinx.util.compat import Directive
++from docutils.parsers.rst import Directive, directives
+ 
+ CONTROL_HEIGHT = 30
+ 



Home | Main Index | Thread Index | Old Index