Date: Saturday, November 23, 2019 @ 10:46:38 Author: felixonmars Revision: 532039
upgpkg: python-awkward 0.12.17-1 Modified: python-awkward/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-23 10:43:28 UTC (rev 532038) +++ PKGBUILD 2019-11-23 10:46:38 UTC (rev 532039) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-awkward -pkgver=0.12.16 +pkgver=0.12.17 pkgrel=1 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy" url="https://github.com/scikit-hep/awkward-array" @@ -9,9 +9,9 @@ arch=('any') depends=('python-numpy') makedepends=('python-setuptools' 'python-pytest-runner') -checkdepends=('python-h5py') +checkdepends=('python-h5py' 'python-pandas') source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz") -sha512sums=('35d87731e1e47629166a391a85f384275b6d53f63812536e4e6c2f4fdc149617b76b2f2464a54ecb4991b38684c8c9fdc2a7d4e9f705064ab2b56c52e4bd15e9') +sha512sums=('fc23eba181e02ef1e6f0ef99a6f7628e094495e07c6358ca132a2aa8890470522f065f87d63c2dbab7460e46da48805c76e86afe611b9ddf9b6adf58f883444d') build() { cd awkward-array-$pkgver @@ -20,7 +20,7 @@ check() { cd awkward-array-$pkgver - python setup.py pytest + pytest tests } package() {
