python-Pillow: update to 3.0.0
This commit is contained in:
parent
5343c4a3ce
commit
afdd06b56d
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Pillow'
|
||||
pkgname=python-Pillow
|
||||
version=2.9.0
|
||||
version=3.0.0
|
||||
revision=1
|
||||
wrksrc="Pillow-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,7 +10,6 @@ makedepends="
|
|||
python-devel python3.4-devel python-tkinter python3.4-tkinter
|
||||
libjpeg-turbo-devel libopenjpeg2-devel zlib-devel tiff-devel
|
||||
freetype-devel lcms2-devel libwebp-devel tk-devel"
|
||||
replaces="python-imaging>=0"
|
||||
pycompile_module="PIL"
|
||||
short_desc="Python Imaging Library (PIL) fork (Python2)"
|
||||
_short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
@ -18,7 +17,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/python-pillow/Pillow"
|
||||
license="PIL"
|
||||
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
||||
checksum=0f179d7e75e7c83b6341b9595ca1f394de7081484a9e352ad66d553a1c3daa29
|
||||
checksum=ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb
|
||||
nocross=yes
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue