From 33e14dddd0814eef3833881175a4d78be68a4bc3 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 20 Sep 2020 11:05:57 +1000 Subject: [PATCH] python-exifread: update to 2.3.1. --- srcpkgs/python-exifread/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-exifread/template b/srcpkgs/python-exifread/template index 834aa7730ee..cd98e20c08e 100644 --- a/srcpkgs/python-exifread/template +++ b/srcpkgs/python-exifread/template @@ -1,19 +1,17 @@ # Template file for 'python-exifread' pkgname=python-exifread -version=2.2.0 -revision=2 -archs=noarch +version=2.3.1 +revision=1 wrksrc="exif-py-${version}" build_style="python-module" -pycompile_module="exifread" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python module to extract Exif metadata (Python2)" maintainer="Peter Bui " -license="BSD" +license="BSD-3-Clause" homepage="https://github.com/ianare/exif-py" distfiles="https://github.com/ianare/exif-py/archive/${version}.tar.gz" -checksum=55b8dbdfa1c55da50a0b989cbcd591bb996f36adff27cc207b350b25d76d2828 +checksum=b6b012d72df9af6e8a4fb439914f3a293f0a63c2087c21e94f5b6e1221de45f4 alternatives="EXIF:EXIF.py:/usr/bin/EXIF.py2" pre_build() { @@ -26,9 +24,7 @@ post_install() { } python3-exifread_package() { - archs=noarch depends="python3" - pycompile_module="exifread" short_desc="${short_desc/Python2/Python3}" alternatives="EXIF:EXIF.py:/usr/bin/EXIF.py3" pkg_install() {