<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/01693996f0ddbd1207afb1ab333d60b86d0cb939">https://github.com/macports/macports-ports/commit/01693996f0ddbd1207afb1ab333d60b86d0cb939</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 01693996f0ddbd1207afb1ab333d60b86d0cb939
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 16 13:57:28 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> py-fdsnwsscripts: mark noarch, platforms darwin any
</span>---
python/py-fdsnwsscripts/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-fdsnwsscripts/Portfile b/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b2297fc4bc1..e98049b2d0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,12 +10,13 @@ set _n [string index ${_name} 0]
</span> name py-${_name}
version 2022.17
categories-append science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span> license GPL-3
maintainers
description Scripts for working with (EIDA) FDSN web services
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
homepage https://geofon.gfz-potsdam.de/software/fdsnws_scripts
master_sites pypi:${_n}/${_name}
</pre><pre style='margin:0'>
</pre>