<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/a5b620b24b3c277b70db58b0d504219134e88158">https://github.com/macports/macports-ports/commit/a5b620b24b3c277b70db58b0d504219134e88158</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 a5b620b24b3 py-filelock: use py-setuptools_scm
</span>a5b620b24b3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a5b620b24b3c277b70db58b0d504219134e88158
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Nov 16 14:49:41 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-filelock: use py-setuptools_scm
</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/63973
</span>---
 python/py-filelock/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-filelock/Portfile b/python/py-filelock/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0118be01769..917815fa895 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-filelock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-filelock/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> 
 name                py-filelock
 version             3.3.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 platforms           darwin
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,7 @@ python.versions     27 34 35 36 37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-setuptools_scm
</span> 
     depends_test-append \
                     port:py${python.version}-pytest
</pre><pre style='margin:0'>

</pre>