Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-vector
Commits:
53c4d11c by Jelle van der Waa at 2024-12-04T19:26:44+01:00
upgpkg: 1.3.1-3: Rebuild for Python 3.13
- - - - -
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 = 2
+ pkgrel = 3
url = https://github.com/scikit-hep/vector
arch = any
license = MIT
@@ -21,6 +21,6 @@ pkgbase = python-vector
depends = python-importlib-metadata
optdepends = python-awkward: Awkward array support
source =
python-vector::git+https://github.com/scikit-hep/vector#tag=v1.3.1
- sha256sums =
1d7ef92dea86f177ec2088bcf5d5bbef9961bcf14ab09755a0d1883017fbd57e
+ sha256sums =
c366fe1b7fc2dfb3037b778bade4437f5e472450dd8ddb5e4c229d4b06f249c8
pkgname = python-vector
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname='vector'
pkgname="python-${_pkgname}"
pkgver='1.3.1'
-pkgrel=2
+pkgrel=3
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'
@@ -13,7 +13,7 @@ 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')
source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('1d7ef92dea86f177ec2088bcf5d5bbef9961bcf14ab09755a0d1883017fbd57e')
+sha256sums=('c366fe1b7fc2dfb3037b778bade4437f5e472450dd8ddb5e4c229d4b06f249c8')
build() {
cd "${srcdir}/${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/53c4d11c1e8da87586a28c60fc2f79bb1b0a8f88
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vector/-/commit/53c4d11c1e8da87586a28c60fc2f79bb1b0a8f88
You're receiving this email because of your account on gitlab.archlinux.org.