<pre style='margin:0'>
daitakahashi pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/35ebba534d9f9ba3bd86d8f58037533a2615016b">https://github.com/macports/macports-ports/commit/35ebba534d9f9ba3bd86d8f58037533a2615016b</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 35ebba5  Variants doc_python* depend on py*-typing only when a python older than 3.5 is specified.
</span>35ebba5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 35ebba534d9f9ba3bd86d8f58037533a2615016b
</span>Author: Daisuke Takahashi <dtakahashi42@gmail.com>
AuthorDate: Sat Mar 17 18:42:00 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    Variants doc_python* depend on py*-typing only when a python older than 3.5 is specified.
</span>---
 math/gsl/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gsl/Portfile b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 314ad2f..2353514 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,9 +53,13 @@ if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_iss
</span>                     port:texlive-latex-extra \
                     port:py${PythonVersion}-sphinx \
                     port:py${PythonVersion}-sphinx_rtd_theme \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${PythonVersion}-typing \
</span>                     port:py${PythonVersion}-sphinxcontrib-websupport
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ## for python>=3.5, typing has been installed as a standard library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${PythonVersion} < 35} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_build-append port:py${PythonVersion}-typing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     patchfiles-append patch-python_version.diff
     post-patch      {
         set PythonBranch [string range ${PythonVersion} 0 end-1].[string index ${PythonVersion} end]
</pre><pre style='margin:0'>

</pre>