python-Pillow: stop recommending installation of PyQt4 and pyside
This commit is contained in:
parent
58f91f3bc1
commit
69d5240e4c
|
@ -1,2 +1,2 @@
|
|||
To use the Tk image interface install python-tkinter.
|
||||
To use the Qt image interface install python-PyQt{4,5} or python-pyside.
|
||||
To use the Qt image interface install python-PyQt5.
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
To use the Tk image interface install python3-tkinter.
|
||||
To use the Qt image interface install python3-PyQt{4,5} or
|
||||
python3-pyside.
|
||||
To use the Qt image interface install python3-PyQt5.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Pillow'
|
||||
pkgname=python-Pillow
|
||||
version=5.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Pillow-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="PIL"
|
||||
|
@ -10,7 +10,7 @@ makedepends="python-devel python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
|||
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
|
||||
short_desc="Python Imaging Library (PIL) fork (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="PIL"
|
||||
license="custom: PIL"
|
||||
homepage="https://python-pillow.org/"
|
||||
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
||||
checksum=5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f
|
||||
|
|
Loading…
Reference in New Issue