Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-mpi
Commits:
32c2dca3 by Jelle van der Waa at 2024-12-07T13:57:20+01:00
upgpkg: 0.6-6: Rebuild for Python 3.13 (nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = python-pytest-mpi
pkgdesc = pytest plugin for working with MPI
pkgver = 0.6
- pkgrel = 5
+ pkgrel = 6
url = https://pytest-mpi.readthedocs.io/
arch = any
license = BSD
checkdepends = openmpi
checkdepends = python-mpi4py
checkdepends = python-sybil
- checkdepends = python-pytest-mpi
makedepends = python-setuptools
depends = python-pytest
source =
https://files.pythonhosted.org/packages/source/p/pytest-mpi/pytest-mpi-0.6.tar.gz
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
_pkg=pytest-mpi
pkgname=python-${_pkg}
pkgver=0.6
-pkgrel=5
+pkgrel=6
pkgdesc="pytest plugin for working with MPI"
arch=(any)
url="https://pytest-mpi.readthedocs.io/"
license=(BSD)
depends=(python-pytest)
makedepends=(python-setuptools)
-checkdepends=(openmpi python-mpi4py python-sybil python-pytest-mpi)
+checkdepends=(openmpi python-mpi4py python-sybil)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
#source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/32c2dca37db0d01d83c1f38d0e05c79c9e4e8f7c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/32c2dca37db0d01d83c1f38d0e05c79c9e4e8f7c
You're receiving this email because of your account on gitlab.archlinux.org.