8 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "jim-easterbrook";
16 rev = "refs/tags/${version}";
17 hash = "sha256-0jr1mNejCF0yW9LkrrsOTcE4ZPGZrMU9Pnt0eXD+3YQ=";
20 build-system = with python3Packages; [ setuptools-scm ];
21 dependencies = with python3Packages; [
38 passthru.updateScript = gitUpdater { };
41 homepage = "https://github.com/jim-easterbrook/Photini";
42 changelog = "https://photini.readthedocs.io/en/release-${version}/misc/changelog.html";
43 description = "An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application";
44 license = lib.licenses.gpl3Plus;
45 maintainers = with lib.maintainers; [ zebreus ];
46 mainProgram = "photini";