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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/af0b486402e14871c262ee024d647dd80a803bf4">https://github.com/macports/macports-ports/commit/af0b486402e14871c262ee024d647dd80a803bf4</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 af0b486402e py-cartopy: add py311 subport, use path spec for py-cython
</span>af0b486402e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit af0b486402e14871c262ee024d647dd80a803bf4
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Jan 26 15:53:45 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-cartopy: add py311 subport, use path spec for py-cython
</span>---
 python/py-cartopy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cartopy/Portfile b/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da75f0b13d6..4abfab91197 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,13 +28,13 @@ checksums           rmd160  aab4684c3dd2206ddbb95ddefbfe16698905b931 \
</span>                     sha256  ce1d3a28a132e94c89ac33769a50f81f65634ab2bd40556317e15bd6cad1ce42 \
                     size    10917289
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310 311
</span> 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools \
                             port:py${python.version}-setuptools_scm \
                             port:py${python.version}-setuptools_scm_git_archive \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:py${python.version}-cython \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            path:bin/cython-${python.branch}:py${python.version}-cython \
</span>                             port:py${python.version}-pythran \
                             port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>