Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-mpi4py
Commits:
580ef578 by Antonio Rojas at 2024-09-12T23:22:29+02:00
upgpkg: 4.0.0-1: Update to 4.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-mpi4py
pkgdesc = Python bindings for the Message Passing Interface (MPI)
standard
- pkgver = 3.1.5
- pkgrel = 5
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://github.com/mpi4py/mpi4py
arch = x86_64
license = BSD-2-Clause
@@ -13,7 +13,7 @@ pkgbase = python-mpi4py
makedepends = python-wheel
depends = python
depends = openmpi
- source =
https://files.pythonhosted.org/packages/source/m/mpi4py/mpi4py-3.1.5.tar.gz
- sha256sums =
a706e76db9255135c2fb5d1ef54cb4f7b0e4ad9e33cbada7de27626205f2a153
+ source =
https://files.pythonhosted.org/packages/source/m/mpi4py/mpi4py-4.0.0.tar.gz
+ sha256sums =
820d31ae184d69c17d9b5d55b1d524d56be47d2e6cb318ea4f3e7007feff2ccc
pkgname = python-mpi4py
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
_pkg=mpi4py
pkgname=python-${_pkg}
-pkgver=3.1.5
-pkgrel=5
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Python bindings for the Message Passing Interface (MPI) standard"
arch=(x86_64)
url="https://github.com/mpi4py/mpi4py"
@@ -22,7 +22,7 @@ makedepends=(
)
checkdepends=(inetutils)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a706e76db9255135c2fb5d1ef54cb4f7b0e4ad9e33cbada7de27626205f2a153')
+sha256sums=('820d31ae184d69c17d9b5d55b1d524d56be47d2e6cb318ea4f3e7007feff2ccc')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mpi4py/-/commit/580ef5782e72d91560ecdfe0bc30fd4187f76e93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mpi4py/-/commit/580ef5782e72d91560ecdfe0bc30fd4187f76e93
You're receiving this email because of your account on gitlab.archlinux.org.