<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f8343e2b004fdfc57b5bf209f08c5f6f4fc5b31d">https://github.com/macports/macports-ports/commit/f8343e2b004fdfc57b5bf209f08c5f6f4fc5b31d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f8343e2b004fdfc57b5bf209f08c5f6f4fc5b31d
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Jan 8 12:00:11 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-qtpy: update list of supported backends
</span>---
 python/py-qtpy/Portfile | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-qtpy/Portfile b/python/py-qtpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7e046d2a73..1cac5e164c6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-qtpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-qtpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,13 +14,9 @@ supported_archs     noarch
</span> license             MIT
 maintainers         {reneeotten @reneeotten} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Abstraction layer for PyQt5/PyQt4/PySide2/PySide
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    QtPy (pronounced 'cutie pie') is a small abstraction layer \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    that lets you write applications using a single API call \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    to either PyQt or PySide. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    It provides support for PyQt5, PyQt4, PySide2 and PySide \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    using the Qt5 layout (where the QtGui module has been split \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    into QtGui and QtWidgets).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Abstraction layer for PyQt5/PyQt6/PySide2/PySide6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Provides an uniform layer to support PyQt5, PyQt6, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PySide2, and PySide6 with a single codebase.
</span> 
 checksums           rmd160  ab655d515311b948deb849d75b7b1cc8c7e21dc5 \
                     sha256  070ac20c5276a22ba54b411faac59c55b6c2743b345d4423186e9f4e8e4037ac \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,15 +67,15 @@ if {${name} ne ${subport}} {
</span>     livecheck.type  none
 
     notes "QtPy needs one of the following backends to be installed on your\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system: PyQt5, PyQt4,PySide2, or Pyside. If multiple backends are\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system: PyQt5, PyQt6, PySide2, or PySide6. If multiple backends are\
</span>         available, PyQt5 will be used unless you set the QT_API environment variable."
 
     # if no backend is installed, it is impossible to run the tests
     # also append a warning about this to the notes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if { [catch {set installed [lindex [registry_active py${python.version}-pyqt5] 0]}] &&
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        [catch {set installed [lindex [registry_active py${python.version}-pyqt4] 0]}] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[catch {set installed [lindex [registry_active py${python.version}-pyqt5] 0]}] &&
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        [catch {set installed [lindex [registry_active py${python.version}-pyqt6] 0]}] &&
</span>         [catch {set installed [lindex [registry_active py${python.version}-pyside2] 0]}] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        [catch {set installed [lindex [registry_active py${python.version}-pyside] 0]}] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        [catch {set installed [lindex [registry_active py${python.version}-pyside6] 0]}]} {
</span>             test.run        no
             notes-append    "*** WARNING: currently none of the required backends is installed! ***"
         }
</pre><pre style='margin:0'>

</pre>