pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/salt-docs/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  8 14:29:57 UTC 2018

Added Files:
        pkgsrc/sysutils/salt-docs/patches: patch-doc___ext_youtube.py

Log Message:
Added missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/salt-docs/patches/patch-doc___ext_youtube.py

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

Added files:

Index: pkgsrc/sysutils/salt-docs/patches/patch-doc___ext_youtube.py
diff -u /dev/null pkgsrc/sysutils/salt-docs/patches/patch-doc___ext_youtube.py:1.1
--- /dev/null   Thu Mar  8 14:29:57 2018
+++ pkgsrc/sysutils/salt-docs/patches/patch-doc___ext_youtube.py        Thu Mar  8 14:29:57 2018
@@ -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