From 3ffe54045090c39b7422981a7083b12d9840db31 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Feb 2018 09:28:49 +0000 Subject: community/py-isort: upgrade to 4.3.1 --- community/py-isort/APKBUILD | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index 476c79336d..9585755c4c 100644 --- a/community/py-isort/APKBUILD +++ b/community/py-isort/APKBUILD @@ -2,21 +2,29 @@ # Maintainer: Fabian Affolter pkgname=py-isort _pkgname=isort -pkgver=4.2.15 +pkgver=4.3.1 pkgrel=0 pkgdesc="A Python utility / library to sort Python imports" url="https://github.com/timothycrosley/isort" arch="noarch" license="MIT" -makedepends="python2-dev python3-dev py-setuptools" +# 3 out of 111 tests are failing. Needs upstream fix. +options="!check" +makedepends="python2-dev python3-dev py-setuptools pytest py3-pytest" 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 build() { cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 + python2 setup.py build + python3 setup.py build +} + +check() { + cd "$builddir" + pytest test_isort.py + pytest-3 test_isort.py } package() { @@ -42,4 +50,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="d2fe998118c2e6b4f2c0aaa50e7b51cac839f90895091efeba74d5aa015e75b93abc98cededa11c93c0926ee68d6240b7c3a9a3f308f6a4491960f866bafe44a isort-4.2.15.tar.gz" +sha512sums="a3edb242a817cf27959f99375b5c63102415e564d050c40f20bd9ba5332bb7e6a95c3723c9b096c2945f095d69e150e34423e2f2c3c67fe7dba92bc22587232b isort-4.3.1.tar.gz" -- cgit v1.2.3