wok view python-pillow/receipt @ rev 23530

updated python-pillow again (2.3.0 -> 6.2.2)
author Hans-G?nter Theisgen
date Mon Apr 06 14:50:21 2020 +0100 (2020-04-06)
parents b23b4a307b2f
children 104a2a2e5484
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pillow"
4 VERSION="6.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Python Imaging Library (Fork)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PSL"
9 WEB_SITE="https://pypi.python.org/pypi/Pillow"
11 SOURCE="Pillow"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 DEPENDS="python"
16 BUILD_DEPENDS="jpeg-dev python-dev python-setuptools tiff-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }