wok-6.x rev 23528
updated python-pillow (2.3.0 -> 6.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 14:39:48 2020 +0100 (2020-04-06) |
parents | fdcd466dc27c |
children | 4fbe3396c265 |
files | python-pillow/receipt |
line diff
1.1 --- a/python-pillow/receipt Mon Apr 06 14:22:33 2020 +0100 1.2 +++ b/python-pillow/receipt Mon Apr 06 14:39:48 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pillow" 1.7 -VERSION="2.3.0" 1.8 +VERSION="6.2.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python Imaging Library (Fork)." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="PSL" 1.13 +WEB_SITE="https://pypi.python.org/pypi/Pillow" 1.14 + 1.15 SOURCE="Pillow" 1.16 TARBALL="$SOURCE-$VERSION.zip" 1.17 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 1.18 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="python-dev python-setuptools wget tiff-dev" 1.23 +BUILD_DEPENDS="jpeg-dev python-dev python-setuptools tiff-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()