aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-pillow
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-04-23 14:43:07 +0200
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-23 14:52:58 +0000
commitb65c2c0c9a5606eabd0361fa4e03c981bd0f17be (patch)
tree9c09a6d16538f2ad1e031fd64ec1d1372a43f407 /main/py-pillow
parentc4d9d9025ea00a46cc9dd52be5433055a120fc2a (diff)
downloadaports-b65c2c0c9a5606eabd0361fa4e03c981bd0f17be.tar.bz2
aports-b65c2c0c9a5606eabd0361fa4e03c981bd0f17be.tar.xz
main/py-pillow: disable tests on s390x
Testsuites fail on big endian arch Upstream report: https://github.com/python-pillow/Pillow/issues/3798 https://github.com/python-pillow/Pillow/issues/1204
Diffstat (limited to 'main/py-pillow')
-rw-r--r--main/py-pillow/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-pillow/APKBUILD b/main/py-pillow/APKBUILD
index 1b4ed58975..43d98b0f3b 100644
--- a/main/py-pillow/APKBUILD
+++ b/main/py-pillow/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-pillow
_pkgname=Pillow
pkgver=6.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python Imaging Library"
url="https://python-pillow.org"
arch="all"
@@ -14,6 +14,7 @@ makedepends="python2-dev python3-dev py-setuptools freetype-dev jpeg-dev libwebp
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
+[ "$CARCH" = "s390x" ] && options="!check"
build() {
cd "$builddir"