26 lines
979 B
Bash
26 lines
979 B
Bash
# Template file for 'python3-pillow-simd'
|
|
pkgname=python3-pillow-simd
|
|
version=9.5.0.post2
|
|
revision=2
|
|
archs="x86_64*"
|
|
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"
|
|
depends="python3"
|
|
short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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/v${version}.tar.gz"
|
|
checksum=6368c626e6e8f27fa04bf816299f194bf91a9baa9ac245a57bc756b01de57fb5
|
|
replaces="python3-Pillow>=0"
|
|
provides="python3-Pillow-${version}_${revision}"
|
|
make_check=no # downloads pillow and tests it instead
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|