29 lines
985 B
Bash
29 lines
985 B
Bash
# Template file for 'python3-pillow-simd'
|
|
pkgname=python3-pillow-simd
|
|
version=7.1.2
|
|
revision=2
|
|
archs="x86_64*"
|
|
wrksrc="pillow-simd-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
|
zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
|
|
libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
|
|
short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
|
|
maintainer="mustaqim <mustaqim@pm.me>"
|
|
license="custom: PIL"
|
|
homepage="https://python-pillow.org/pillow-perf/"
|
|
changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
|
|
distfiles="https://github.com/uploadcare/pillow-simd/archive/${version}.tar.gz"
|
|
checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
|
|
replaces="python3-Pillow>=0"
|
|
provides="python3-Pillow-${version}_${revision}"
|
|
|
|
do_check() {
|
|
: # downloads pillow and tests it instead
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|