<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3da1805b695f1d81ed732c6090654a0cb24bc137">https://github.com/macports/macports-ports/commit/3da1805b695f1d81ed732c6090654a0cb24bc137</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3da1805b695f1d81ed732c6090654a0cb24bc137
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Thu Sep 30 21:52:25 2021 +0900

<span style='display:block; white-space:pre;color:#404040;'>    py-scrapy: remove unneeded gyrations around distname/master_sites
</span>---
 python/py-scrapy/Portfile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scrapy/Portfile b/python/py-scrapy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a01703f5bb4..1df3fbe4bab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scrapy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scrapy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,9 +18,9 @@ long_description        Scrapy is a high level scraping and web crawling \
</span>                         pages for all kinds of purposes, from information \
                         retrieval to monitoring or testing web sites.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                https://pypi.python.org/pypi/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname                Scrapy-${version}
</span><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;'>+homepage                https://scrapy.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.rootname         Scrapy
</span> 
 checksums               rmd160  63a31248b7a5b769a6cca544f47e180ce3a5ed07 \
                         sha256  0a68ed41f7173679f160c4cef2db05288548c21e7164170552adae8b13cefaab \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,9 +77,6 @@ if {${name} ne ${subport}} {
</span>         version             1.8.0
         revision            0
         epoch               1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Below distname is required for this to work
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        distname            Scrapy-${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        master_sites        https://files.pythonhosted.org/packages/source/S/Scrapy/
</span> 
         checksums           rmd160  8cc9d59d8428fb948ed1463274bb895d09a86e38 \
                             sha256  fe06576f9a4971de9dc0175c60fd92561e8275f2bad585c1cb5d65c5181b2db0 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,10 +87,7 @@ if {${name} ne ${subport}} {
</span>                             port:py${python.version}-itemloaders
 
         test.run            no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        livecheck.type      none
</span>     }
 
     livecheck.type          none
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type          pypi
</span> }
</pre><pre style='margin:0'>

</pre>