Hi all, I have just uploaded the first of my python packages that is probably closest to being finished to mentors. I am still in the process of figuring out how debian packaging in general and python packaging in particular works. I did copy a lot of the debian build machinery from the xarray package which was very helpful.
So, I have a few issues still: * the upstream tar ball comes with the egg-info directory. Presumably I should remove that since it gets generated? * the upstream project helpfully credits parts of the code that they have adapted from other projects. However, they folded their changes into other files. How is that reflected in the copyrights file? * I do get a bunch of warnings about privacy issues in the sphinx generated docs. I attempted to use the same rules as xarray but that didn't quite work. Also there are references to other images. How are these dealt with? * I need to sort out the tests I have added the repo to salsa, it can be found here: https://salsa.debian.org/science-team/python-rioxarray Cheers magnus The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

