<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/98f7e53dad17d61bd2ae10ac94b7348613ada9f2">https://github.com/macports/macports-ports/commit/98f7e53dad17d61bd2ae10ac94b7348613ada9f2</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 98f7e53 py-scikit-image: fix build with python35
</span>98f7e53 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 98f7e53dad17d61bd2ae10ac94b7348613ada9f2
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Oct 26 19:03:35 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> py-scikit-image: fix build with python35
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> scikit-image 0.16+ only supports python36 and later.
</span>---
python/py-scikit-image/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-image/Portfile b/python/py-scikit-image/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba94678..0c9c3da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-image/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-image/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ checksums rmd160 4315f53c8b32c3dffe58bf054a458cf9e21379c9 \
</span>
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {${python.version} < 35} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${python.version} < 36} {
</span> version 0.14.2
revision 1
distname ${python.rootname}-${version}
</pre><pre style='margin:0'>
</pre>