<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9f5ff99b614f2cb25a315f93f4284268bf75d290">https://github.com/macports/macports-ports/commit/9f5ff99b614f2cb25a315f93f4284268bf75d290</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 9f5ff99b614 py-contextily: Fix descriptions
</span>9f5ff99b614 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9f5ff99b614f2cb25a315f93f4284268bf75d290
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Thu Jul 29 19:05:02 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-contextily: Fix descriptions
</span>---
 python/py-contextily/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-contextily/Portfile b/python/py-contextily/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac8def936f2..82257fe9862 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-contextily/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-contextily/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,10 +12,12 @@ license             BSD
</span> platforms           darwin
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         geoplot is a high-level Python geospatial plotting library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         context geo tiles in Python
</span> long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    geoplot is a high-level Python geospatial plotting library. It is an extension\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    to cartopy and matplotlib which makes mapping easy: like seaborn for geospatial.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    contextily is a small Python package to retrieve tile maps from the internet.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    It can add those tiles as basemaps to matplotlib figures or write tile maps to\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    disk into geospatial raster files. Bounding boxes can be passed in both WGS84\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    and Spheric Mercator.
</span> 
 checksums           rmd160  b0f9d54ccdf5d975f9f7afdbe30a0af84dbbf0c3 \
                     sha256  8f47665a1ebe0748d4a3923edd77b78d04e0fda780a1c489815e417bb5831510 \
</pre><pre style='margin:0'>

</pre>