mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pillow-simd: update to 9.5.0.post2.
This commit is contained in:
parent
e849ded516
commit
805280d31c
1 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pillow-simd'
|
# Template file for 'python3-pillow-simd'
|
||||||
pkgname=python3-pillow-simd
|
pkgname=python3-pillow-simd
|
||||||
version=7.1.2
|
version=9.5.0.post2
|
||||||
revision=7
|
revision=1
|
||||||
archs="x86_64*"
|
archs="x86_64*"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -10,18 +10,15 @@ makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
||||||
libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
|
libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
|
short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
|
||||||
maintainer="mustaqim <mustaqim@pm.me>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="custom: PIL"
|
license="custom: PIL"
|
||||||
homepage="https://python-pillow.org/pillow-perf/"
|
homepage="https://python-pillow.org/pillow-perf/"
|
||||||
changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
|
changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
|
||||||
distfiles="https://github.com/uploadcare/pillow-simd/archive/${version}.tar.gz"
|
distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
|
||||||
checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
|
checksum=6368c626e6e8f27fa04bf816299f194bf91a9baa9ac245a57bc756b01de57fb5
|
||||||
replaces="python3-Pillow>=0"
|
replaces="python3-Pillow>=0"
|
||||||
provides="python3-Pillow-${version}_${revision}"
|
provides="python3-Pillow-${version}_${revision}"
|
||||||
|
make_check=no # downloads pillow and tests it instead
|
||||||
do_check() {
|
|
||||||
: # downloads pillow and tests it instead
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue