void-packages/srcpkgs/python-Pillow/template

30 lines
855 B
Bash

# Template file for 'python-Pillow'
pkgname=python-Pillow
version=5.1.0
revision=1
wrksrc="Pillow-${version}"
build_style=python-module
pycompile_module="PIL"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel libjpeg-turbo-devel libopenjpeg2-devel
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
short_desc="Python Imaging Library (PIL) fork (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://python-pillow.org/"
license="PIL"
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
checksum=cee9bc75bff455d317b6947081df0824a8f118de2786dc3d74a3503fd631f4ef
post_install() {
vlicense LICENSE
}
python3-Pillow_package() {
pycompile_module="PIL"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}