<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/839fff4daa51eb809812bacb9f3b394ce6bc4fc8">https://github.com/macports/macports-ports/commit/839fff4daa51eb809812bacb9f3b394ce6bc4fc8</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 839fff4 py-subprocess32: update to 3.5.2
</span>839fff4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 839fff4daa51eb809812bacb9f3b394ce6bc4fc8
</span>Author: reneeotten <reneeotten@users.noreply.github.com>
AuthorDate: Wed Jul 4 15:12:44 2018 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-subprocess32: update to 3.5.2
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - add modeline
</span><span style='display:block; white-space:pre;color:#404040;'> - add missing dependency on setuptools
</span><span style='display:block; white-space:pre;color:#404040;'> - add size to checksums
</span><span style='display:block; white-space:pre;color:#404040;'> - update description
</span>---
python/py-subprocess32/Portfile | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-subprocess32/Portfile b/python/py-subprocess32/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8313d3..152c733 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-subprocess32/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-subprocess32/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup google python-subprocess32 3.2.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup google python-subprocess32 3.5.2
</span> name py-subprocess32
categories-append devel
license PSF
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,19 +12,22 @@ platforms darwin
</span> supported_archs noarch
maintainers {aronnax @lpsinger} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description Backport of the subprocess module from Python 3.2/3.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description Backport of the subprocess module from Python 3.2-3.5
</span> long_description This is a backport of the subprocess standard library \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- module from Python 3.2 & 3.3 for use on Python 2. It \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ module from Python 3.2 - 3.5 for use on Python 2. It \
</span> includes bugfixes and some new features. On POSIX systems \
it is guaranteed to be reliable when used in threaded \
applications. It includes timeout support from Python 3.3 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- but otherwise matches 3.2's API.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and the run() API from 3.5 but otherwise matches 3.2's API.
</span>
python.versions 27
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 a8ce558aba656369fc2096fdccefb1b2966ce198 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 90efe090295ad0f3a9115ff10183f669739101bd42547787ad8a7ec88eaf5a91
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 b48fd17b2f5050e47e5f88599836d53de5c6fb5a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 f1ab6824113f6755fef7483da85161870f20ab2e0e685480f9830c40b30c68b2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 96815
</span>
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span> }
</pre><pre style='margin:0'>
</pre>