From b9d91a5fd033daf8dde2d704d806c2141227cb9c Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 22 Nov 2020 21:20:10 -0600 Subject: [PATCH] python3-imagesize: update to 1.2.0 --- srcpkgs/python3-imagesize/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template index 71537584f75..cd151693021 100644 --- a/srcpkgs/python3-imagesize/template +++ b/srcpkgs/python3-imagesize/template @@ -1,7 +1,7 @@ # Template file for 'python3-imagesize' pkgname=python3-imagesize -version=1.1.0 -revision=4 +version=1.2.0 +revision=1 wrksrc="imagesize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,11 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/shibukawa/imagesize_py" distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz" -checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5 +checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 + +do_check() { + python3 setup.py test +} post_install() { vlicense LICENSE.rst