Date: Friday, September 23, 2022 @ 13:50:39
Author: kgizdov
Revision: 1309156
upgpkg: python-vector 0.10.0-1
Modified:
python-vector/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-23 13:45:53 UTC (rev 1309155)
+++ PKGBUILD 2022-09-23 13:50:39 UTC (rev 1309156)
@@ -2,15 +2,15 @@
_pkgname='vector'
pkgname="python-${_pkgname}"
-pkgver='0.8.5'
-pkgrel=2
+pkgver='0.10.0'
+pkgrel=1
pkgdesc="A library for 2D, 3D, and Lorentz vectors, especially arrays of
vectors, to solve common physics problems in a NumPy-like way."
arch=('any')
url='https://github.com/scikit-hep/vector'
license=('MIT')
depends=('python-numpy' 'python-packaging' 'python-importlib-metadata'
'python-typing-extensions')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-pytest')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel' 'python-hatchling' 'python-hatch-vcs')
+checkdepends=('python-pytest' 'python-awkward')
source=("${pkgname}::git+${url}#tag=v${pkgver}")
sha256sums=('SKIP')