<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a8255c3dbb8fb3e02dc1ed5522e3264d36f24b7">https://github.com/macports/macports-ports/commit/7a8255c3dbb8fb3e02dc1ed5522e3264d36f24b7</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 7a8255c  py-lxml: fix fetch for 10.8 and earlier
</span>7a8255c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a8255c3dbb8fb3e02dc1ed5522e3264d36f24b7
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Feb 12 07:54:46 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-lxml: fix fetch for 10.8 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Update master_sites to new pypi.python.org url scheme.
</span>---
 python/py-lxml/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-lxml/Portfile b/python/py-lxml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c23c40..a762aed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-lxml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-lxml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,9 @@ long_description    lxml is a Pythonic binding for the libxml2 and \
</span>                     the well-known ElementTree API.
 
 homepage            http://lxml.de/
<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:#e0ffe0;'>+#master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# update master_sites to new pypi.python.org url scheme
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:e1/4c/d83979fbc66a2154850f472e69405572d89d2e6a6daee30d18e83e39ef3a
</span> 
 distname            ${python.rootname}-${version}
 
</pre><pre style='margin:0'>

</pre>