<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa36fa47a01eb2f7112308f4961018ec2aee0f89">https://github.com/macports/macports-ports/commit/aa36fa47a01eb2f7112308f4961018ec2aee0f89</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa36fa47a01eb2f7112308f4961018ec2aee0f89
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Mon Apr 1 12:44:46 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-plumed: update to 2.5.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Notice that now numpy is only required to run the tests.
</span><span style='display:block; white-space:pre;color:#404040;'>    I also fixed the path for running tests when the module
</span><span style='display:block; white-space:pre;color:#404040;'>    is not installed yet
</span>---
 python/py-plumed/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-plumed/Portfile b/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f271674..c704f2c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-plumed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        plumed plumed2 2.5.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        plumed plumed2 2.5.1 v
</span> name                py-plumed
 categories          python
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,9 +18,9 @@ long_description    ${description} They allow the plumed library to be directly
</span> 
 homepage            http://www.plumed.org
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  3873e9d48500bd01353396c0c85723a46b7c0ca9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  196aec82920bc6759ac66e32a8673f17e72b6c942bc84aadfd347182c5d9bedf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    66557971
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  403aed6e2bfb1d90c97246642f98d1b67e7a31d9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  a9d96faab8163d0c876786feebb134befa03a65a5fbf1c7da3aa0332f53f7377 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    69102770
</span> 
 python.versions     27 36 37
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,11 +36,12 @@ if {${name} ne ${subport}} {
</span>     depends_build-append    port:py${python.version}-cython \
                             port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            path:${prefix}/lib/libplumedKernel.dylib:plumed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      path:${prefix}/lib/libplumedKernel.dylib:plumed
</span> 
     depends_test-append     port:py${python.version}-nose
     test.cmd                nosetests-${python.branch}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needed since the module is placed in something like ${worksrcpath}/build/lib.macosx-10.11-x86_64-3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env                PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span>     test.target
     test.run                yes
 }
</pre><pre style='margin:0'>

</pre>