<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/3ef552bad94baab169197e6d0a6a38bd69f1857e">https://github.com/macports/macports-ports/commit/3ef552bad94baab169197e6d0a6a38bd69f1857e</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 3ef552bad94 py-hatch-vcs: fix dependencies
</span>3ef552bad94 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3ef552bad94baab169197e6d0a6a38bd69f1857e
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue Apr 19 14:35:17 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-hatch-vcs: fix dependencies
</span>---
python/py-hatch-vcs/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-hatch-vcs/Portfile b/python/py-hatch-vcs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 03fdaf3c36b..435d2c62b73 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-hatch-vcs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-hatch-vcs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup python 1.0
</span>
name py-hatch-vcs
version 0.2.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories-append devel
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,7 @@ python.pep517 yes
</span> python.pep517_backend hatch
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-hatchling \
</span> port:py${python.version}-setuptools_scm
}
</pre><pre style='margin:0'>
</pre>