From 3d3927b42fa62752ae0833ae1fdf0c1762a2a614 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 9 Jan 2016 19:41:34 +0100 Subject: [PATCH] python-Pillow: update to 3.1.0 --- srcpkgs/python-Pillow/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-Pillow/template b/srcpkgs/python-Pillow/template index 9fb2309c0e..08f6fee9f4 100644 --- a/srcpkgs/python-Pillow/template +++ b/srcpkgs/python-Pillow/template @@ -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 " 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}"