<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/16fb384867bdced7523e3d513651a884ce65b336">https://github.com/macports/macports-ports/commit/16fb384867bdced7523e3d513651a884ce65b336</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 16fb384867bdced7523e3d513651a884ce65b336
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sat Jul 18 11:59:06 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-scrapy: Correct description to be one line
</span>---
 python/py-scrapy/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 ae21a4dd8b7..a78c353d3eb 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;'>@@ -10,13 +10,13 @@ revision                0
</span> epoch                   1
 maintainers             {khindenburg @kurthindenburg} openmaintainer
 platforms               darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license                 BSD
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description             Scrapy is a high level scraping and web crawling \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description             A high-level Web Crawling and Web Scraping framework
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        Scrapy is a high level scraping and web crawling \
</span>                         framework for writing spiders to crawl and parse web \
                         pages for all kinds of purposes, from information \
                         retrieval to monitoring or testing web sites.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license                 BSD
</span> 
 homepage                https://pypi.python.org/pypi/${python.rootname}
 distname                Scrapy-${version}
</pre><pre style='margin:0'>

</pre>