<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/4e276557e49acc1fca7c12263a64ed9b57a71639">https://github.com/macports/macports-ports/commit/4e276557e49acc1fca7c12263a64ed9b57a71639</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4e276557e49acc1fca7c12263a64ed9b57a71639
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Apr 20 16:33:06 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-libvirt: drop py37 subport
</span>---
python/py-libvirt/Portfile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-libvirt/Portfile b/python/py-libvirt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df4bb15d489..71fe2450adb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,16 +24,12 @@ long_description The libvirt virtualization API python binding provides a \
</span> homepage https://libvirt.org
master_sites ${homepage}/sources/python
distname libvirt-python-${version}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.name ${python.rootname}-python
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 37 38 39 310 311 312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 38 39 310 311 312
</span>
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools \
path:bin/pkg-config:pkgconfig
depends_lib port:libvirt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.name ${python.rootname}-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type pypi
</span> }
</pre><pre style='margin:0'>
</pre>