[arch-commits] Commit in python-uproot/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Feb 7 13:02:03 UTC 2022


    Date: Monday, February 7, 2022 @ 13:02:03
  Author: kgizdov
Revision: 1127849

update test deps and run tests

Modified:
  python-uproot/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 13:01:59 UTC (rev 1127848)
+++ PKGBUILD	2022-02-07 13:02:03 UTC (rev 1127849)
@@ -4,11 +4,12 @@
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-docs")
 pkgver=4.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
 arch=('any')
 makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 'python-pytest-runner' 'python-requests' 'python-xxhash' 'root')
+checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 'python-pytest-runner' 'python-requests'
+              'python-matplotlib' 'python-hist' 'python-scikit-hep-testdata' 'python-xxhash' 'root' 'xrootd')
 depends=('python-awkward>=1.7.0' 'python-cachetools' 'python-lz4' 'python-numpy' 'python-zstandard')
 optdepends=('xrootd: access remote files over XRootD'
             'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
@@ -32,7 +33,7 @@
       -e 's at scikit-hep.org:443/uproot/examples at scikit-hep.org:443/uproot3/examples at g' \
       -i {} \;
     # tests depend on some unpackaged deps
-    # python setup.py pytest
+    python setup.py pytest
 }
 
 package_python-uproot() {



More information about the arch-commits mailing list