Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cuda-pathfinder
Commits:
e7745187 by Jakub Klinkovský at 2026-02-12T08:07:37+01:00
upgpkg: 1:1.3.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = python-cuda-pathfinder
pkgdesc = Utilities for locating CUDA components
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
epoch = 1
url =
https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/index.html
arch = any
license = Apache-2.0
checkdepends = python-pytest
+ checkdepends = python-pytest-mock
makedepends = cuda
makedepends = git
makedepends = python-wheel
@@ -14,7 +15,7 @@ pkgbase = python-cuda-pathfinder
makedepends = python-installer
makedepends = python-setuptools-scm
depends = python
- source =
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v1.3.3
- b2sums =
89ec9c5c81b665efc206965e2fbe818a88b446d7ec56cd7079ca4c8d16823d49e1e1ccfd38c10e518063177241fc94e1680d16c3c889479e6ffb625485d791f9
+ source =
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v1.3.4
+ b2sums =
2edf5effc781b2ae1187b28860f32f66adc89d9b84d6c401191acab6cbbdfd2660f17dbc2122af03953bf64fda3a071a75cafa3f78dfb4dd7b18d8140a41573e
pkgname = python-cuda-pathfinder
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# but it has different versioning scheme and release frequency
pkgname=python-cuda-pathfinder
epoch=1
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="Utilities for locating CUDA components"
arch=(any)
@@ -23,11 +23,12 @@ makedepends=(
)
checkdepends=(
python-pytest
+ python-pytest-mock
)
source=(
python-cuda::git+https://github.com/NVIDIA/cuda-python#tag=cuda-pathfinder-v$pkgver
)
-b2sums=('89ec9c5c81b665efc206965e2fbe818a88b446d7ec56cd7079ca4c8d16823d49e1e1ccfd38c10e518063177241fc94e1680d16c3c889479e6ffb625485d791f9')
+b2sums=('2edf5effc781b2ae1187b28860f32f66adc89d9b84d6c401191acab6cbbdfd2660f17dbc2122af03953bf64fda3a071a75cafa3f78dfb4dd7b18d8140a41573e')
build() {
cd python-cuda/cuda_pathfinder
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/e774518712ece1c8544b6114d2a196f02a90edb9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cuda-pathfinder/-/commit/e774518712ece1c8544b6114d2a196f02a90edb9
You're receiving this email because of your account on gitlab.archlinux.org.