<div dir="ltr">Thanks for the quick fix!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 7, 2022 at 3:37 PM Sebastiaan Couwenberg <<a href="mailto:sebastic@xs4all.nl">sebastic@xs4all.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2/7/22 20:34, Bennett Kanuka wrote:<br>
> Hi there,  I believe there is a bug in how python3-cartopy is being built.<br>
> The .egg directory and PKG-INFO is reporting version 0.0.0 . This becomes<br>
> an issue because pip also sees cartopy 0.0.0 is installed and often tries<br>
> to upgrade it (for obvious reasons).  This can be tested by running `pip<br>
> list` after installing python3-cartopy from the repo.<br>
<br>
Cartopy doesn't specify a version in their setup() call. They use <br>
setuptools_scm to get the version from their git repo which is <br>
incompatible with Debian packaging in git.<br>
<br>
Fixed with:<br>
<br>
<br>
<a href="https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/8980cbfe4886eae31fd85aed94b12b563c312800" rel="noreferrer" target="_blank">https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/8980cbfe4886eae31fd85aed94b12b563c312800</a><br>
<br>
Kind Regards,<br>
<br>
Bas<br>
<br>
-- <br>
  GPG Key ID: 4096R/6750F10AE88D4AF1<br>
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1<br>
_______________________________________________<br>
UbuntuGIS mailing list<br>
<a href="mailto:Ubuntu@lists.osgeo.org" target="_blank">Ubuntu@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/ubuntu" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/ubuntu</a><br>
<a href="http://trac.osgeo.org/ubuntugis/wiki" rel="noreferrer" target="_blank">http://trac.osgeo.org/ubuntugis/wiki</a><br>
</blockquote></div>