<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a5f4a876517d963d1548b78fc0e161a2a9ae2730">https://github.com/macports/macports-ports/commit/a5f4a876517d963d1548b78fc0e161a2a9ae2730</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a5f4a876517d963d1548b78fc0e161a2a9ae2730
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Apr 18 20:26:17 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    alembic: add variant for Python 3.9
</span>---
 graphics/alembic/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/alembic/Portfile b/graphics/alembic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7761a15ac5..b4947df74a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/alembic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/alembic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -145,7 +145,7 @@ proc patch_pyalembic_files {python_suffix} {
</span> ### The following code was adapted from the portfiles
 ### of ports such as openvdb and openimageio
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes    {27 36 37 38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes    {27 36 37 38 39}
</span> 
 set pythons_ports       {}
 foreach s ${pythons_suffixes} {
</pre><pre style='margin:0'>

</pre>