11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitLab {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-uiHL3m0C6+YnAHRLwzMCSzffrQsSyVcuem6FBtTLxek=";
25 propagatedBuildInputs = [ plum-py ];
32 pythonImportsCheck = [ "exif" ];
35 description = "Read and modify image EXIF metadata using Python";
36 homepage = "https://gitlab.com/TNThieding/exif";
37 changelog = "https://gitlab.com/TNThieding/exif/-/blob/v${version}/docs/release_notes.rst";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dnr ];