[arch-commits] Commit in python-pillow/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 21 10:34:34 UTC 2018
Date: Tuesday, August 21, 2018 @ 10:34:34
Author: arojas
Revision: 373083
Drop qt4 optdepends
Modified:
python-pillow/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-21 09:29:54 UTC (rev 373082)
+++ PKGBUILD 2018-08-21 10:34:34 UTC (rev 373083)
@@ -5,7 +5,7 @@
pkgbase=python-pillow
pkgname=(python-pillow python2-pillow)
pkgver=5.2.0
-pkgrel=2
+pkgrel=3
_appname=Pillow
_py2basever=2.7
_py3basever=3.7m
@@ -50,9 +50,7 @@
package_python-pillow() {
depends+=('python')
optdepends+=('python-olefile: OLE2 file support'
- 'python-pyqt4: for the ImageQt module'
- 'python-pyqt5: for the ImageQt module'
- 'python-pyside: for the ImageQt module')
+ 'python-pyqt5: for the ImageQt module')
cd "$srcdir/$_appname-$pkgver"
python3 setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -65,9 +63,7 @@
pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
depends+=('python2')
optdepends+=('python2-olefile: OLE2 file support'
- 'python2-pyqt5: for the ImageQt module'
- 'python2-pyqt4: for the ImageQt module'
- 'python2-pyside: for the ImageQt module')
+ 'python2-pyqt5: for the ImageQt module')
provides=('python-imaging' 'python2-imaging')
conflicts=('python-imaging' 'python2-imaging')
cd "$srcdir/${_appname}-$pkgver"
More information about the arch-commits
mailing list