Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-vector
Commits:
5eb8f6bd by Daniel M. Capella at 2024-02-26T15:24:16-05:00
s/typing-extensions/typing_extensions/
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc="A library for 2D, 3D, and Lorentz vectors, especially
arrays of vectors
arch=('any')
url='https://github.com/scikit-hep/vector'
license=('MIT')
-depends=('python-numpy' 'python-packaging' 'python-importlib-metadata'
'python-typing-extensions')
+depends=('python-numpy' 'python-packaging' 'python-importlib-metadata'
'python-typing_extensions')
optdepends=('python-awkward: Awkward array support')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel' 'python-hatchling' 'python-hatch-vcs')
checkdepends=('python-pytest' 'python-awkward' 'python-papermill')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/5eb8f6bdf08ffad59588b488483c0d57162b1c80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/5eb8f6bdf08ffad59588b488483c0d57162b1c80
You're receiving this email because of your account on gitlab.archlinux.org.