Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-vector
Commits: cf83ab41 by Jelle van der Waa at 2024-05-25T19:05:53+02:00 upgpkg: 1.3.1-2: Drop unrequired typing extensions dep - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-vector pkgdesc = A library for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way. pkgver = 1.3.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/scikit-hep/vector arch = any license = MIT @@ -19,7 +19,6 @@ pkgbase = python-vector depends = python-numpy depends = python-packaging depends = python-importlib-metadata - depends = python-typing_extensions optdepends = python-awkward: Awkward array support source = python-vector::git+https://github.com/scikit-hep/vector#tag=v1.3.1 sha256sums = 1d7ef92dea86f177ec2088bcf5d5bbef9961bcf14ab09755a0d1883017fbd57e ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ _pkgname='vector' pkgname="python-${_pkgname}" pkgver='1.3.1' -pkgrel=1 +pkgrel=2 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') +depends=('python-numpy' 'python-packaging' 'python-importlib-metadata') 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' 'python-fsspec') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/cf83ab41ef45656521d76b2b5591540931862fe3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/cf83ab41ef45656521d76b2b5591540931862fe3 You're receiving this email because of your account on gitlab.archlinux.org.