Created attachment 208615 [details] shar file of the new port graphics/py-pyrsgis PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The module is built on the GDAL library, and is very efficient for various geospatial analysis. The port is needed as a dependency for plugins (i.e. RasterTool[2]) of graphics/qgis[3]. [1] https://pypi.org/project/pyrsgis/ [2] https://github.com/aishwaryahegde29/RasterTool_Qgis [3] https://www.freshports.org/graphics/qgis The patch is tested on Poudriere (11.3i/a, 12.0i/a, and HEADi/a), 'portlint -AC' seems happy.
Created attachment 208631 [details] revised shar file for new port graphics/py-pyrsgis It turns out, that the first shar file does not contain the right dependencies for pyrsgis. That should be corrected now. Again, the patch is tested on Poudriere (11.3i/a, 12.0i/a, and HEADi/a), 'portlint -AC' seems happy.
A commit references this bug: Author: sunpoet Date: Wed Nov 13 23:47:22 UTC 2019 New revision: 517536 URL: https://svnweb.freebsd.org/changeset/ports/517536 Log: Add py-pyrsgis 0.2.4 PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The module is built on the GDAL library, and is very efficient for various geospatial analysis. WWW: https://github.com/PratyushTripathy/pyrsgis - While I'm here, use PYNUMPY PR: 241509 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Changes: head/graphics/Makefile head/graphics/py-pyrsgis/ head/graphics/py-pyrsgis/Makefile head/graphics/py-pyrsgis/distinfo head/graphics/py-pyrsgis/pkg-descr
Committed. Thanks!