python-Pillow: update to 4.0.0
This commit is contained in:
parent
3fbc83d436
commit
0a0069b7a2
1 changed files with 7 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-Pillow'
|
# Template file for 'python-Pillow'
|
||||||
pkgname=python-Pillow
|
pkgname=python-Pillow
|
||||||
version=3.4.2
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Pillow-${version}"
|
wrksrc="Pillow-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="PIL"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
makedepends="python-devel python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
||||||
zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel"
|
zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
|
||||||
pycompile_module="PIL"
|
depends="python-olefile"
|
||||||
short_desc="Python Imaging Library (PIL) fork (Python2)"
|
short_desc="Python Imaging Library (PIL) fork (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/python-pillow/Pillow"
|
homepage="https://python-pillow.org/"
|
||||||
license="PIL"
|
license="PIL"
|
||||||
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
||||||
checksum=0ee9975c05602e755ff5000232e0335ba30d507f6261922a658ee11b1cec36d1
|
checksum=ee26d2d7e7e300f76ba7b796014c04011394d0c4a5ed9a288264a3e443abca50
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# don't install example scripts in /usr/bin
|
# don't install example scripts in /usr/bin
|
||||||
|
@ -28,6 +29,7 @@ post_install() {
|
||||||
|
|
||||||
python3-Pillow_package() {
|
python3-Pillow_package() {
|
||||||
pycompile_module="PIL"
|
pycompile_module="PIL"
|
||||||
|
depends="python3-olefile"
|
||||||
replaces="python3.4-Pillow>=0"
|
replaces="python3.4-Pillow>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue