<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/af25a9ae545c424807c3a07b99be72f4152c1f11">https://github.com/macports/macports-ports/commit/af25a9ae545c424807c3a07b99be72f4152c1f11</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 af25a9ae545 py27-pyqt5-common: mark noarch, platforms any
</span>af25a9ae545 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit af25a9ae545c424807c3a07b99be72f4152c1f11
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Dec 19 16:30:43 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py27-pyqt5-common: mark noarch, platforms any
</span>---
 python/py27-pyqt5/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py27-pyqt5/Portfile b/python/py27-pyqt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea194f56416..df6a608c4df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py27-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py27-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,10 +9,9 @@ deprecated.upstream_support no
</span> name                    py27-pyqt5
 python.rootname         PyQt5
 categories-append       devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span> maintainers             nomaintainer
 description             PyQt5 is a set of Python bindings for the Qt5 toolkit
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description}. The bindings \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        {*}${description}. The bindings \
</span>                         are implemented as a set of Python modules and contain over 620 classes.
 homepage                https://www.riverbankcomputing.com/software/pyqt/intro
 license                 {GPL-3 OpenSSLException}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,9 +33,10 @@ foreach py_ver ${python.versions} {
</span> if {${subport} eq "${name}-common"} {
     description-append          (.sip sourcefiles)
     long_description-append     This port contains the .sip source files.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    platforms                   any
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    supported_archs             noarch
</span>     depends_lib
     use_configure               no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    universal_variant           no
</span>     build                       {}
     destroot {
         xinstall -m 0755 -d ${destroot}${prefix}/share/sip/PyQt5
</pre><pre style='margin:0'>

</pre>