<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/1147a75dd25df5bf69992ee86b44ee18b87a5d90">https://github.com/macports/macports-ports/commit/1147a75dd25df5bf69992ee86b44ee18b87a5d90</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1147a75dd25df5bf69992ee86b44ee18b87a5d90
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Jan 4 15:29:13 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-sphinx-autodoc-typehints: drop py37 subport
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - latest upstream version does not support PY37 anymore, and no
</span><span style='display:block; white-space:pre;color:#404040;'>      dependents
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/69020
</span>---
 python/py-sphinx-autodoc-typehints/Portfile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sphinx-autodoc-typehints/Portfile b/python/py-sphinx-autodoc-typehints/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cffdec60cef..21fba4361aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sphinx-autodoc-typehints/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sphinx-autodoc-typehints/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,8 @@ description         Type hints (PEP 484) support for the Sphinx autodoc extensio
</span> long_description    \
     This extension allows you to use Python 3 annotations for documenting \
     acceptable argument types and return value types of functions.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://github.com/agronholm/sphinx-autodoc-typehints
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://github.com/tox-dev/sphinx-autodoc-typehints
</span> 
 distname            sphinx_autodoc_typehints-${version}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +26,7 @@ checksums           rmd160  20e2ca9d5c6f0a8ea85dc038085ac8723cb7911a \
</span>                     sha256  3cabc2537e17989b2f92e64a399425c4c8bf561ed73f087bc7414a5003616a50 \
                     size    37173
 
<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:#ffe0e0;'>-python.pep517       yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310 311 312
</span> python.pep517_backend hatch
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,4 @@ if {${name} ne ${subport}} {
</span> 
     depends_run-append \
                         port:py${python.version}-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type      none
</span> }
</pre><pre style='margin:0'>

</pre>