<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6ab33321ffbc64b7d091c6da2bf90c8991bcf021">https://github.com/macports/macports-ports/commit/6ab33321ffbc64b7d091c6da2bf90c8991bcf021</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6ab33321ffbc64b7d091c6da2bf90c8991bcf021
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Dec 15 12:29:16 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> py-plumbum: mark noarch, platforms darwin any
</span>---
python/py-plumbum/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-plumbum/Portfile b/python/py-plumbum/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e0eb1e912b..408ec0f190c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-plumbum/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-plumbum/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,12 +13,14 @@ categories-append devel
</span> description Plumbum (Latin for lead, which was used to create pipes \
back in the day) is a small yet feature-rich library for \
shell script-like programs in Python.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description} The motto of the library is \"Never write \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description} The motto of the library is \"Never write \
</span> shell scripts again\", and thus it attempts to mimic the \
shell syntax (\"shell combinators\") where it makes sense, \
while keeping it all pythonic and cross-platform.
license MIT
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span>
homepage https://plumbum.readthedocs.org
</pre><pre style='margin:0'>
</pre>