contrib/python3-pillow/Pkgfile

19 lines
566 B
Plaintext
Raw Normal View History

2017-11-04 09:18:58 +01:00
# Description: Python Imaging Library (PIL) fork.
# URL: https://python-pillow.org/
2017-11-04 09:18:58 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: lcms2 libraqm libwebp
# Optional: tk
2017-11-04 09:18:58 +01:00
name=python3-pillow
_name=Pillow
2022-03-05 16:44:37 +01:00
version=9.0.1
2017-11-04 09:18:58 +01:00
release=1
2021-03-06 09:53:15 +01:00
source=(https://github.com/python-pillow/Pillow/archive/$version/$_name-$version.tar.gz)
#https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
2017-11-04 09:18:58 +01:00
build() {
cd $_name-$version
2017-11-04 09:18:58 +01:00
/usr/bin/python3 setup.py build
2020-11-11 08:55:03 +01:00
/usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build
2017-11-04 09:18:58 +01:00
}