<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71f2a9bcde73af4badb8484a2d04f6777de453de">https://github.com/macports/macports-ports/commit/71f2a9bcde73af4badb8484a2d04f6777de453de</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 71f2a9b  py-sphinx: reverse depends_run to required packages
</span>71f2a9b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71f2a9bcde73af4badb8484a2d04f6777de453de
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Tue May 7 19:15:29 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-sphinx: reverse depends_run to required packages
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Currently, 'sphinx-build' doesn't work without these packages due to
</span><span style='display:block; white-space:pre;color:#404040;'>    setuptools verifying dependencies.
</span>---
 python/py-sphinx/Portfile                        | 9 +++++++++
 python/py-sphinxcontrib-applehelp/Portfile       | 3 +--
 python/py-sphinxcontrib-devhelp/Portfile         | 2 +-
 python/py-sphinxcontrib-htmlhelp/Portfile        | 2 +-
 python/py-sphinxcontrib-jsmath/Portfile          | 2 +-
 python/py-sphinxcontrib-qthelp/Portfile          | 2 +-
 python/py-sphinxcontrib-serializinghtml/Portfile | 3 +--
 7 files changed, 15 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinx/Portfile b/python/py-sphinx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e56d9a3..ba2f067 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           select 1.0
</span> 
 name                py-sphinx
 version             2.0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 license             BSD
 maintainers         {jmr @jmroot} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +50,14 @@ if {$subport ne $name} {
</span>         depends_run-append  port:py${python.version}-six \
                             port:py${python.version}-sphinxcontrib-websupport \
                             port:py${python.version}-typing
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_run-append  port:py${python.version}-sphinxcontrib-applehelp \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-sphinxcontrib-devhelp \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-sphinxcontrib-htmlhelp \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-sphinxcontrib-jsmath \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-sphinxcontrib-serializinghtml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-sphinxcontrib-qthelp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     }
 
     distname        Sphinx-${version}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-applehelp/Portfile b/python/py-sphinxcontrib-applehelp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9eb7d80..5a17632 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-applehelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-applehelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-applehelp
 version             1.0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +27,6 @@ python.versions     34 35 36 37
</span> if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx
</span>     livecheck.type      none
 } else {
     livecheck.type      pypi
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-devhelp/Portfile b/python/py-sphinxcontrib-devhelp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e59415c..4768b6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-devhelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-devhelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-devhelp
 version             1.0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +28,6 @@ if {${name} ne ${subport}} {
</span>     depends_build-append \
                         port:py${python.version}-setuptools
     depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx \
</span>                         port:py${python.version}-docutils
     livecheck.type      none
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-htmlhelp/Portfile b/python/py-sphinxcontrib-htmlhelp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1a0816..230e665 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-htmlhelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-htmlhelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-htmlhelp
 version             1.0.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +29,6 @@ if {${name} ne ${subport}} {
</span>     depends_build-append \
                         port:py${python.version}-setuptools
     depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx \
</span>                         port:py${python.version}-docutils
     livecheck.type      none
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-jsmath/Portfile b/python/py-sphinxcontrib-jsmath/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 89e3e83..8bd074c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-jsmath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-jsmath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-jsmath
 version             1.0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +28,6 @@ if {${name} ne ${subport}} {
</span>     depends_build-append \
                         port:py${python.version}-setuptools
     depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx \
</span>                         port:py${python.version}-docutils
     livecheck.type      none
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-qthelp/Portfile b/python/py-sphinxcontrib-qthelp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index acec862..58be7cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-qthelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-qthelp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-qthelp
 version             1.0.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +28,6 @@ if {${name} ne ${subport}} {
</span>     depends_build-append \
                         port:py${python.version}-setuptools
     depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx \
</span>                         port:py${python.version}-docutils
     livecheck.type      none
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinxcontrib-serializinghtml/Portfile b/python/py-sphinxcontrib-serializinghtml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf0e392..214a7bb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinxcontrib-serializinghtml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinxcontrib-serializinghtml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-sphinxcontrib-serializinghtml
 version             1.1.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   textproc devel
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +27,6 @@ python.versions     34 35 36 37
</span> if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-sphinx
</span>     livecheck.type      none
 } else {
     livecheck.type      pypi
</pre><pre style='margin:0'>

</pre>