<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository upt-macports.
</pre>
<p><a href="https://github.com/macports/upt-macports/commit/130b4ab8460ce5af42c0d49f43db52bd104d07de">https://github.com/macports/upt-macports/commit/130b4ab8460ce5af42c0d49f43db52bd104d07de</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 130b4ab Remove master_sites and distname from Python template
</span>130b4ab is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 130b4ab8460ce5af42c0d49f43db52bd104d07de
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Dec 19 13:09:20 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> Remove master_sites and distname from Python template
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> These fields are now set to the default values by the Python PG; see
</span><span style='display:block; white-space:pre;color:#404040;'> commit:
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> https://github.com/macports/macports-ports/commit/46cbc043fc68208dbb8b7ad20e3fe9dadfd9bd12
</span>---
upt_macports/templates/python.Portfile | 2 --
1 file changed, 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/upt_macports/templates/python.Portfile b/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2996b34..713b97c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,8 +14,6 @@ revision 0
</span>
{% block dist_info %}
homepage {{ pkg.upt_pkg.homepage }}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname ${python.rootname}-${version}
</span> {% if pkg.archive_type not in ['gz', 'unknown'] -%} {{ "use_%-15s yes"|format(pkg.archive_type) }}
{% else %}
</pre><pre style='margin:0'>
</pre>