Date: Tuesday, October 30, 2018 @ 07:58:22 Author: felixonmars Revision: 399539
upgpkg: python-awkward 0.4.2-1 Modified: python-awkward/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-30 05:52:31 UTC (rev 399538) +++ PKGBUILD 2018-10-30 07:58:22 UTC (rev 399539) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-awkward -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy" url="https://github.com/scikit-hep/awkward-array" @@ -8,9 +8,10 @@ license=('BSD') arch=('any') depends=('python-numpy') -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-pytest-runner') +checkdepends=('python-h5py') source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz") -sha512sums=('97998cf99f88321602bdb673751c04c044f4a850b27a86329f20c89cdec2177336e3151bd00deafc1e09d36736f6cff1417de51101c90e1ec27c058a72226aa4') +sha512sums=('13af3b7fbf55289e2086874579a87b03781c1afd027de73dc46328541cab2e07622b98983679b538bf7fc3ad73f079ba5412c924df6c360b4ec7f358ec150ef6') build() { cd awkward-array-$pkgver @@ -19,7 +20,7 @@ check() { cd awkward-array-$pkgver - python setup.py test + python setup.py pytest } package() {
