From 632ec3b23938e88f5a89db331f0a1fe5e35ae01c Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Wed, 16 Sep 2026 13:05:38 +0100 Subject: [PATCH] python3-exifread: update to 3.5.1 --- srcpkgs/python3-exifread/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template index f6db23001c6221..a43fd92c0c90dd 100644 --- a/srcpkgs/python3-exifread/template +++ b/srcpkgs/python3-exifread/template @@ -1,18 +1,20 @@ # Template file for 'python3-exifread' pkgname=python3-exifread -version=2.3.2 -revision=6 -build_style="python3-module" -hostmakedepends="python3-setuptools" +version=3.5.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools" depends="python3" +checkdepends="python3-pytest" short_desc="Python module to extract Exif metadata (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/ianare/exif-py" -distfiles="https://github.com/ianare/exif-py/archive/${version}.tar.gz" -checksum=b595f8644a456d00df98b2f83b5fe17682bba0e7e9f7c8b39fb7130a80b73b0a +changelog="https://raw.githubusercontent.com/ianare/exif-py/refs/heads/master/ChangeLog.rst" +distfiles="https://github.com/ianare/exif-py/archive/refs/tags/${version}.tar.gz" +checksum=c11be5c4bc4f54f8b1c4f52d5afb732fe9f83e801b856a0abee4519c3fa2ca8f conflicts="python-exifread>=0" post_install() { - vlicense LICENSE.txt + vlicense LICENSE }