22 lines
761 B
Bash
22 lines
761 B
Bash
# Template file for 'python3-Pillow'
|
|
pkgname=python3-Pillow
|
|
version=10.3.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
|
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python Imaging Library (PIL) for for Python3"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
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=9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|