# Description: Getting image size from png/jpeg/jpeg2000/gif file # URL: https://github.com/shibukawa/imagesize_py # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-wheel name=python3-imagesize version=2.0.0 release=1 source=(https://pypi.org/packages/source/i/imagesize/imagesize-$version.tar.gz) build() { cd imagesize-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }