21 lines
678 B
Bash
21 lines
678 B
Bash
# Template file for 'python3-imagesize'
|
|
pkgname=python3-imagesize
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=python3-module
|
|
# Triest to fetch a dead url
|
|
make_check_args="--deselect test/test_get_filelike.py::test_get_filelike"
|
|
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=69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|