void-packages/srcpkgs/python3-pillow_heif/template

21 lines
745 B
Bash

# Template file for 'python3-pillow_heif'
pkgname=python3-pillow_heif
version=0.20.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="libheif-devel python3-devel"
depends="python3-Pillow"
checkdepends="${depends} python3-defusedxml python3-pytest"
short_desc="Python bindings to libheif and plugin for Pillow"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/bigcat88/pillow_heif"
changelog="https://raw.githubusercontent.com/bigcat88/pillow_heif/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pillow_heif/pillow_heif-${version}.tar.gz"
checksum=cac19c4434ab776f833160d61f3cbeddb347bd8ed2f82205b243eba5c572fa33
post_install() {
vlicense LICENSE.txt
}