NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.55k stars 13.72k forks source link

Package request: Geovisio-cli #344741

Open thibaultmol opened 1 day ago

thibaultmol commented 1 day ago

Project description

CLI tool for uploading your pictures to a Panoramax instance

Metadata


Add a :+1: reaction to issues you find important.

Frontear commented 1 day ago

This is a bit more complicated to package then I initially thought. First off it requires its own lib geopic-tag-reader, which requires pyexiv2. python3Packages.exiv2 isnt it, and packaging the pyexiv2 I found is annoying because it has a non-standard url so fetchPypi doesn't work on it.

Furthermore, for the same lib above, python3Packages.timezonefinder is too new, python3Packages.pytz and python3Packages.types-pytz are also too new.

This one looks a bit beyond my understanding of python packaging in Nix. I have no idea what's acceptable here and what isnt.