<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/273d6f72955370727aac1c1a4b71811664435ea6">https://github.com/macports/macports-ports/commit/273d6f72955370727aac1c1a4b71811664435ea6</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 273d6f72955 py-pkgconfig: add py39 subport
</span>273d6f72955 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 273d6f72955370727aac1c1a4b71811664435ea6
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Jan 29 15:23:22 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-pkgconfig: add py39 subport
</span>---
 python/py-pkgconfig/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pkgconfig/Portfile b/python/py-pkgconfig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 562c797bcb7..88a6af78eb0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pkgconfig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pkgconfig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ maintainers             nomaintainer
</span> supported_archs         noarch
 
 description             Python module to interface with pkg-config.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description} It can be used to check if a package\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        {*}${description} It can be used to check if a package\
</span>                         exists, check if a package meets certain version\
                         requirements, query CFLAGS and LDFLAGS, and parse the\
                         output to build extensions with setup.py.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ checksums               rmd160  35ae7de4d7518cbb11e13cd41b10ea7bab87dd2a \
</span>                         sha256  97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f \
                         size    5611
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions         27 35 36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions         27 35 36 37 38 39
</span> 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
</pre><pre style='margin:0'>

</pre>