pygeotile - EricaNebula/gentoo-overlay GitHub Wiki
pyGeoTile
https://github.com/geometalab/pyGeoTile
Python package to handle tiles and points of different projections, in particular WGS 84 (Latitude, Longitude), Spherical Mercator (Meters), Pixel Pyramid and Tiles (TMS, Google, QuadTree)
What and Why
This is just a dependency package needed by input-remapper. It used to exist in Portage but I suspect because it hasn't been updated in many years it got removed, and I didn't find any overlays which provided it. Until now I was installing it manually with --break-system-packages
, which as the name implies isn't ideal.
Rewriting the ebuild for input-remapper was the push to finally write an ebuild for this package as well.