Skip to content

Commit

Permalink
main/py-pillow: upgrade to 6.0.0 and re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Apr 22, 2019
1 parent 1b0e7b2 commit 2ddb1cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main/py-pillow/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-pillow
_pkgname=Pillow
pkgver=5.4.1
pkgrel=1
pkgver=6.0.0
pkgrel=0
pkgdesc="Python Imaging Library"
url="https://python-pillow.org"
arch="all"
Expand All @@ -13,7 +13,6 @@ makedepends="python2-dev python3-dev py-setuptools freetype-dev jpeg-dev libwebp
tiff-dev libpng-dev lcms2-dev libjpeg-turbo-dev zlib-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
options="!check" # FIXME: temp disable tests to unblock the builders
builddir="$srcdir/$_pkgname-$pkgver"

build() {
Expand Down Expand Up @@ -54,4 +53,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}

sha512sums="c1423833b6c19dd48121b90505f21967446e2afa3c28ba1b1f499780127c009e821fc1907e152f732d5a48fd7c716845243b82b6aff440ff775186c3dfd998c4 Pillow-5.4.1.tar.gz"
sha512sums="0cd4617519506c9bcbd6eae0d2578a2e21e1c37a1e6175a31842d2671a2f159888f38f5345e50945b243a6fbd6e2feffd5cd7dd1601f48c6bc4858a4b3664c76 Pillow-6.0.0.tar.gz"

0 comments on commit 2ddb1cb

Please sign in to comment.