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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Wed Mar 23 21:49:46 UTC 2022


    Date: Wednesday, March 23, 2022 @ 21:49:45
  Author: kgizdov
Revision: 1172082

fix deps

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 21:29:05 UTC (rev 1172081)
+++ PKGBUILD	2022-03-23 21:49:45 UTC (rev 1172082)
@@ -3,14 +3,14 @@
 _pkgname=awkward
 pkgname="python-${_pkgname}"
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-1.0"
 license=('BSD')
 arch=('x86_64')
-depends=('python-numpy')
+depends=('python-numpy' 'python-packaging')
 optdepends=('cuda: CUDA support')
-makedepends=('cmake' 'git' 'python-build' 'python-installer' 'python-wheel' 'python-packaging' 'cuda')
+makedepends=('cmake' 'git' 'python-build' 'python-installer' 'python-wheel' 'cuda')
 checkdepends=('python-pyaml' 'python-pytest' 'python-pytest-cov' 'python-hist' 'python-pandas' 'python-numexpr' 'python-pyarrow' 'python-scikit-hep-testdata' 'python-vector'
               'root' 'pybind11' 'rapidjson')
 source=(



More information about the arch-commits mailing list