[arch-commits] Commit in python-pillow/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Jul 15 21:09:27 UTC 2016


    Date: Friday, July 15, 2016 @ 21:09:27
  Author: kkeen
Revision: 182954

upgpkg: python-pillow 3.3.0-1 and FS#48733

Modified:
  python-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-15 20:05:31 UTC (rev 182953)
+++ PKGBUILD	2016-07-15 21:09:27 UTC (rev 182954)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.2
@@ -15,12 +15,15 @@
 arch=('i686' 'x86_64')
 url="http://python-pillow.github.io/"
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
         "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
-md5sums=('7cfd093c11205d9e2ebe3c51dfcad510'
+md5sums=('b5a15b03bf402fe254636c015fcf04da'
          '295f1c745ab4da6a34b524019b181978')
 
+# future optional things:
+# libimagequant
+
 prepare() {
   cd "$srcdir"
   # allow sane to build
@@ -31,7 +34,7 @@
 }  
 
 package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
+  depends=('python' 'lcms' 'libwebp' 'openjpeg2')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
               'python-pyqt4: for the ImageQt module')
@@ -54,7 +57,7 @@
 
 package_python2-pillow() {
   pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp')
+  depends=('python2' 'lcms' 'libwebp' 'openjpeg2')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
               'python2-pyqt4: for the ImageQt module')



More information about the arch-commits mailing list