mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python-awkward to 2.6.5-3
This commit is contained in:
parent
0968df14d4
commit
165694b331
3 changed files with 7 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
||||||
pkgbase = python-awkward
|
pkgbase = python-awkward
|
||||||
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy
|
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy
|
||||||
pkgver = 2.6.5
|
pkgver = 2.6.5
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/scikit-hep/awkward
|
url = https://github.com/scikit-hep/awkward
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD
|
license = BSD
|
||||||
checkdepends = python-pyaml
|
checkdepends = python-pyaml
|
||||||
checkdepends = python-pytest
|
checkdepends = python-pytest
|
||||||
checkdepends = python-pytest-cov
|
|
||||||
checkdepends = python-hist
|
checkdepends = python-hist
|
||||||
checkdepends = python-pandas
|
checkdepends = python-pandas
|
||||||
checkdepends = python-numexpr
|
checkdepends = python-numexpr
|
||||||
|
|
4
extra/python-awkward/.nvchecker.toml
Normal file
4
extra/python-awkward/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[python-awkward]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/scikit-hep/awkward.git"
|
||||||
|
prefix = "v"
|
|
@ -10,7 +10,7 @@ pkgbase="python-${_pkgname}"
|
||||||
# pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
|
# pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
|
||||||
pkgname=$pkgbase
|
pkgname=$pkgbase
|
||||||
pkgver=2.6.5
|
pkgver=2.6.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
|
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
|
||||||
url="https://github.com/scikit-hep/awkward"
|
url="https://github.com/scikit-hep/awkward"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
|
@ -20,7 +20,7 @@ optdepends=('python-pyarrow: pyArrow connector'
|
||||||
'python-numexpr: numexpr connector'
|
'python-numexpr: numexpr connector'
|
||||||
'python-pandas: pandas 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')
|
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')
|
'root' 'rapidjson' 'python-fsspec')
|
||||||
source=(
|
source=(
|
||||||
"${pkgname}::git+https://github.com/scikit-hep/${_pkgname}#tag=v${pkgver}"
|
"${pkgname}::git+https://github.com/scikit-hep/${_pkgname}#tag=v${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue