New package: python3-pillow-simd-5.3.0.post1

This commit is contained in:
mustaqim 2019-05-23 13:41:28 +02:00 committed by Helmut Pozimski
parent 88602659cc
commit 735125be0b

View file

@ -0,0 +1,24 @@
# Template file for 'python3-pillow-simd'
pkgname=python3-pillow-simd
version=5.3.0.post1
revision=1
archs="x86_64*"
wrksrc="pillow-simd-${version}"
build_style=python3-module
pycompile_module="PIL"
hostmakedepends="python3-setuptools"
makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
libimagequant-devel freetype-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/compare/v5.2.0.post1...v5.3.0.post1"
distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
conflicts="python-Pillow"
post_install() {
vlicense LICENSE
}