extra/python-awkward to 2.6.5-3

This commit is contained in:
David Beauchamp 2024-10-02 20:55:12 -04:00
parent 0968df14d4
commit 165694b331
3 changed files with 7 additions and 4 deletions

View file

@ -1,13 +1,12 @@
pkgbase = python-awkward
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy
pkgver = 2.6.5
pkgrel = 2
pkgrel = 3
url = https://github.com/scikit-hep/awkward
arch = x86_64
license = BSD
checkdepends = python-pyaml
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-hist
checkdepends = python-pandas
checkdepends = python-numexpr

View file

@ -0,0 +1,4 @@
[python-awkward]
source = "git"
git = "https://github.com/scikit-hep/awkward.git"
prefix = "v"

View file

@ -10,7 +10,7 @@ pkgbase="python-${_pkgname}"
# pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
pkgname=$pkgbase
pkgver=2.6.5
pkgrel=2
pkgrel=3
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
url="https://github.com/scikit-hep/awkward"
license=('BSD')
@ -20,7 +20,7 @@ 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' 'pybind11' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-hist' 'python-pandas' 'python-numexpr' 'python-pyarrow' 'python-scikit-hep-testdata' 'python-vector'
checkdepends=('python-pytest' 'python-hist' 'python-pandas' 'python-numexpr' 'python-pyarrow' 'python-scikit-hep-testdata' 'python-vector'
'root' 'rapidjson' 'python-fsspec')
source=(
"${pkgname}::git+https://github.com/scikit-hep/${_pkgname}#tag=v${pkgver}"