mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/python-awkward: fix
This commit is contained in:
parent
557140ac06
commit
830e4aacee
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue