python-Pillow: update to 3.1.0

This commit is contained in:
Alessio Sergi 2016-01-09 19:41:34 +01:00
parent e820c7682c
commit 3d3927b42f

View file

@ -1,8 +1,7 @@
# Template file for 'python-Pillow'
pkgname=python-Pillow
version=3.0.0
revision=3
replaces="python-Pillow-tk>=0 python-Pillow-qt>=0"
version=3.1.0
revision=1
wrksrc="Pillow-${version}"
build_style=python-module
python_versions="2.7 3.4"
@ -16,7 +15,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=ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb
checksum=e15277f0c46347af1d5686c510c80c0a4c4fa4833493e73066f7bb8c1ed1b003
pre_build() {
sed -i '/^#!\//,1d' PIL/OleFileIO.py
@ -32,7 +31,6 @@ post_install() {
}
python3.4-Pillow_package() {
replaces="python3.4-Pillow-tk>=0 python3.4-Pillow-qt>=0"
pycompile_version="3.4"
pycompile_module="PIL"
short_desc="${short_desc/Python2/Python3.4}"