mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python-awkward to 2.6.5-2
This commit is contained in:
parent
62c68f95e2
commit
ef3f31fa3f
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-awkward
|
||||
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy
|
||||
pkgver = 2.6.3
|
||||
pkgrel = 1
|
||||
pkgver = 2.6.5
|
||||
pkgrel = 2
|
||||
url = https://github.com/scikit-hep/awkward
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
@ -37,11 +37,11 @@ pkgbase = python-awkward
|
|||
optdepends = python-pyarrow: pyArrow connector
|
||||
optdepends = python-numexpr: numexpr connector
|
||||
optdepends = python-pandas: pandas connector
|
||||
source = python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.6.3
|
||||
source = python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.6.5
|
||||
source = python-awkward-dlpack::git+https://github.com/dmlc/dlpack.git
|
||||
source = python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
|
||||
source = python-awkward-pybind11::git+https://github.com/pybind/pybind11.git
|
||||
sha512sums = a1ac20198307e3a3188f0d8643dd527ef99ae1c913a8762a8a533c73e2597abae5d7c173eb7602ed2c169595ce9199679d18c329f76d6c2e568a53616ee742b3
|
||||
sha512sums = 64b3e6e7295e1fcd11d096419d3dbdb2627b70f9b4d2fea0f2c38d9f5ab0a9de9f45c003a0835ddcaeaf2c3b6f08b88a3f84e882efc9052d32b48e76e419acc2
|
||||
sha512sums = SKIP
|
||||
sha512sums = SKIP
|
||||
sha512sums = SKIP
|
||||
|
|
|
@ -9,8 +9,8 @@ _pkgname=awkward
|
|||
pkgbase="python-${_pkgname}"
|
||||
# pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
|
||||
pkgname=$pkgbase
|
||||
pkgver=2.6.3
|
||||
pkgrel=1
|
||||
pkgver=2.6.5
|
||||
pkgrel=2
|
||||
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
|
||||
url="https://github.com/scikit-hep/awkward"
|
||||
license=('BSD')
|
||||
|
@ -29,7 +29,7 @@ source=(
|
|||
"${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git"
|
||||
)
|
||||
|
||||
sha512sums=('a1ac20198307e3a3188f0d8643dd527ef99ae1c913a8762a8a533c73e2597abae5d7c173eb7602ed2c169595ce9199679d18c329f76d6c2e568a53616ee742b3'
|
||||
sha512sums=('64b3e6e7295e1fcd11d096419d3dbdb2627b70f9b4d2fea0f2c38d9f5ab0a9de9f45c003a0835ddcaeaf2c3b6f08b88a3f84e882efc9052d32b48e76e419acc2'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
|
Loading…
Reference in a new issue