<pre style='margin:0'>
Andrew Stromnov (stromnov) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a6f31a20121fd5b84316800f7142e57b4bb9e4fa">https://github.com/macports/macports-ports/commit/a6f31a20121fd5b84316800f7142e57b4bb9e4fa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a6f31a20121fd5b84316800f7142e57b4bb9e4fa
</span>Author: Andrew Stromnov <stromnov@gmail.com>
AuthorDate: Mon Dec 12 13:37:03 2016 +0300

<span style='display:block; white-space:pre;color:#404040;'>    py-pytest: update to version 3.0.5
</span>---
 python/py-pytest/Portfile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pytest/Portfile b/python/py-pytest/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea4d0ae..0ddd514 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pytest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pytest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                py-pytest
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.0.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.0.5
</span> revision            0
 categories-append   devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,8 @@ master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span> 
 distname            ${python.rootname}-${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  278ff41d36af51f94bed27eabe2a5bc2410983f0 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  879fee2c1fdbaacd1bf2c0047677c6dd4aee05b9c1e64330b34d130a584fa40d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e19e616d64f860aa7e1bab7696c461cee771af3a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  4a003aa956f023ce91aa6e166b555e6f02a4b0aeb459ac61e14f64c0d39037fd
</span> 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,4 @@ if {${name} ne ${subport}} {
</span>     patchfiles-append   patch-setup.py.diff
 
     livecheck.type      none
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type      pypi
</span> }
</pre><pre style='margin:0'>

</pre>