22 lines
765 B
Bash
22 lines
765 B
Bash
# Template file for 'python-Pillow'
|
|
pkgname=python-Pillow
|
|
version=6.2.2
|
|
revision=3
|
|
wrksrc="Pillow-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
makedepends="python-devel libjpeg-turbo-devel libopenjpeg2-devel
|
|
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
|
|
depends="python python-tkinter"
|
|
short_desc="Python Imaging Library (PIL) fork for Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="custom:PIL"
|
|
homepage="https://python-pillow.org/"
|
|
changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
|
checksum=db9ff0c251ed066d367f53b64827cc9e18ccea001b986d08c265e53625dab950
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|