extra/python-awkward: fix

This commit is contained in:
Kevin Mihelich 2024-05-02 13:12:58 +00:00
parent 557140ac06
commit 830e4aacee

View file

@ -2,7 +2,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove cuda make/optdepends
# - move python-pyaml to makedepends
# - move python-pyaml, pybind11 to makedepends
# - add python-setuptools to makedepends
_pkgname=awkward
@ -19,9 +19,9 @@ depends=('python-numpy' 'python-packaging' 'python-importlib_resources')
optdepends=('python-pyarrow: pyArrow connector'
'python-numexpr: numexpr connector'
'python-pandas: pandas connector')
makedepends=('cmake' 'git' 'python-build' 'python-installer' 'python-hatchling' 'doxygen' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-hatch-fancy-pypi-readme' 'python-scikit-build-core' 'python-nox' 'python-pyaml' 'python-setuptools')
makedepends=('cmake' 'git' 'python-build' 'python-installer' 'python-hatchling' 'doxygen' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-hatch-fancy-pypi-readme' 'python-scikit-build-core' 'python-nox' 'python-pyaml' 'pybind11' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-hist' 'python-pandas' 'python-numexpr' 'python-pyarrow' 'python-scikit-hep-testdata' 'python-vector'
'root' 'pybind11' 'rapidjson' 'python-fsspec')
'root' 'rapidjson' 'python-fsspec')
source=(
"${pkgname}::git+https://github.com/scikit-hep/${_pkgname}#tag=v${pkgver}"
"${pkgname}-dlpack::git+https://github.com/dmlc/dlpack.git"