Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-iminuit
Commits:
1abecd44 by Daniel M. Capella at 2024-08-01T22:13:19-04:00
upgpkg: 2.28.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-iminuit
pkgdesc = Python interface for MINUIT, a physics analysis tool for
function minimization.
- pkgver = 2.26.0
+ pkgver = 2.28.0
pkgrel = 1
url = https://iminuit.readthedocs.io
arch = x86_64
@@ -24,13 +24,12 @@ pkgbase = python-iminuit
makedepends = python-numba
makedepends = python-numpy
makedepends = python-pillow
- makedepends = python-pyrsistent
makedepends = python-sphinx_rtd_theme
makedepends = python-scikit-build-core
options = !emptydirs
- source =
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.26.0
+ source =
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.28.0
source =
python-iminuit-root::git+https://github.com/root-project/root.git
- sha256sums =
79469b8fea28c14f00ca2794ba2ad3384221168ea9120ca910aa41c7a512f513
+ sha256sums =
e02bf869b1ca03254e96491a11fd810ac0c30be4ded7817b4c0f5fd1d1957a3e
sha256sums = SKIP
pkgname = python-iminuit
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=iminuit
pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
-pkgver=2.26.0
+pkgver=2.28.0
pkgrel=1
pkgdesc="Python interface for MINUIT, a physics analysis tool for function
minimization."
arch=('x86_64')
@@ -25,7 +25,6 @@ makedepends=(
'python-numba'
'python-numpy'
'python-pillow'
- 'python-pyrsistent'
'python-sphinx_rtd_theme'
'python-scikit-build-core'
)
@@ -35,7 +34,7 @@ source=(
"${pkgbase}::git+https://github.com/scikit-hep/iminuit#tag=v$pkgver"
"${pkgbase}-root::git+https://github.com/root-project/root.git"
)
-sha256sums=('79469b8fea28c14f00ca2794ba2ad3384221168ea9120ca910aa41c7a512f513'
+sha256sums=('e02bf869b1ca03254e96491a11fd810ac0c30be4ded7817b4c0f5fd1d1957a3e'
'SKIP')
_get_pyver () {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/commit/1abecd44bfd62015753c35a243bcb0aa8d636812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/commit/1abecd44bfd62015753c35a243bcb0aa8d636812
You're receiving this email because of your account on gitlab.archlinux.org.