python3-imagesize: update to 1.2.0
This commit is contained in:
parent
59b6f26281
commit
1e34550015
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# 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"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Python3 library to get image size from png/jpeg/jpeg2000/gif file"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/shibukawa/imagesize_py"
|
||||
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
|
||||
checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
|
||||
checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
|
|
Loading…
Reference in a new issue