<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/51d201ce5deb94939c703f7edd9b54724d33c192">https://github.com/macports/macports-ports/commit/51d201ce5deb94939c703f7edd9b54724d33c192</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 51d201ce5de pyotherside: update to 1.6.2
</span>51d201ce5de is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 51d201ce5deb94939c703f7edd9b54724d33c192
</span>Author: Aaron Madlon-Kay <aaron@madlon-kay.com>
AuthorDate: Sun Feb 16 10:33:56 2025 +0900
<span style='display:block; white-space:pre;color:#404040;'> pyotherside: update to 1.6.2
</span>---
devel/pyotherside/Portfile | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/pyotherside/Portfile b/devel/pyotherside/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f75df9aa3d..22728a8b37c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/pyotherside/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/pyotherside/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,8 @@ PortGroup github 1.0
</span>
qt5.depends_component qtdeclarative
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup thp pyotherside 1.6.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from tarball
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup thp pyotherside 1.6.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span> revision 0
categories devel qt5
license ISC
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +18,9 @@ long_description A Qt 5 QML Plugin that provides access to a Python 3 interpr
</span>
homepage https://thp.io/2011/pyotherside/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 bad1c66e8fee36ee57b2a855e5426c7ebfe7004f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 1e059595f0d7b8e84962b21baba050476df23f4fe1c69e7d16b95e0b6ff078c7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 184566
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 e4048623a47df4f69d107afe545d83ed4d656dab \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 9afe075f165c78ec584892887a6411fe1476f2115cf3bba026105bde29292a4b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 184620
</span>
# https://trac.macports.org/ticket/65293
if { ${os.platform} eq "darwin" && (( ${os.major} >= 15 && ${os.major} <= 16 ) || ${os.major} >= 20 ) } {
</pre><pre style='margin:0'>
</pre>