void-packages/srcpkgs/python3-imagesize/template
2020-09-24 15:11:25 +07:00

18 lines
575 B
Bash

# Template file for 'python3-imagesize'
pkgname=python3-imagesize
version=1.1.0
revision=3
wrksrc="imagesize-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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
post_install() {
vlicense LICENSE.rst
}