Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-numba-cuda
Commits:
2b817a3e by Jakub Klinkovský at 2026-03-03T07:23:20+01:00
upgpkg: 0.28.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numba-cuda
pkgdesc = The CUDA target for Numba
- pkgver = 0.27.0
- pkgrel = 2
+ pkgver = 0.28.1
+ pkgrel = 1
url = https://github.com/NVIDIA/numba-cuda
arch = x86_64
license = BSD-2-Clause
@@ -15,12 +15,15 @@ pkgbase = python-numba-cuda
depends = python
depends = python-cuda-bindings
depends = python-cuda-core
+ depends = python-cuda-pathfinder
depends = python-llvmlite
depends = python-numba
depends = python-numpy
depends = python-packaging
depends = python-yaml
- source =
python-numba-cuda-0.27.0.tar.gz::https://github.com/NVIDIA/numba-cuda/archive/refs/tags/v0.27.0.tar.gz
- b2sums =
6829ef66f131ea4ea341ec64acbe72e2f8ebaf9f11b8de1b4e877819d94c037fb439d51c9afbfeb0f500a3e23b2e6c2dfed5c14b7dc4772442cbdd370a1cbfbd
+ optdepends = python-colorama: colors in error messages
+ optdepends = python-pygments: syntax highlighting in code dumps
+ source =
python-numba-cuda-0.28.1.tar.gz::https://github.com/NVIDIA/numba-cuda/archive/refs/tags/v0.28.1.tar.gz
+ b2sums =
c05ce00f41e4e2f585264edc56a8e7548692d5c2aa44a10a3d49a5ba77927e186a73c458de2e037e916f8b720b458fa31b4a00bf919dd50feab1547d90f02418
pkgname = python-numba-cuda
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_name=numba-cuda
pkgname=python-$_name
-pkgver=0.27.0
-pkgrel=2
+pkgver=0.28.1
+pkgrel=1
pkgdesc="The CUDA target for Numba"
url="https://github.com/NVIDIA/numba-cuda"
arch=(x86_64)
@@ -15,6 +15,7 @@ depends=(
python
python-cuda-bindings
python-cuda-core
+ python-cuda-pathfinder
python-llvmlite
python-numba
python-numpy
@@ -27,8 +28,12 @@ makedepends=(
python-setuptools
python-wheel
)
+optdepends=(
+ 'python-colorama: colors in error messages'
+ 'python-pygments: syntax highlighting in code dumps'
+)
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('6829ef66f131ea4ea341ec64acbe72e2f8ebaf9f11b8de1b4e877819d94c037fb439d51c9afbfeb0f500a3e23b2e6c2dfed5c14b7dc4772442cbdd370a1cbfbd')
+b2sums=('c05ce00f41e4e2f585264edc56a8e7548692d5c2aa44a10a3d49a5ba77927e186a73c458de2e037e916f8b720b458fa31b4a00bf919dd50feab1547d90f02418')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba-cuda/-/commit/2b817a3e7935e6e0dcae127e4aa6a2ce1cbaf7e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba-cuda/-/commit/2b817a3e7935e6e0dcae127e4aa6a2ce1cbaf7e7
You're receiving this email because of your account on gitlab.archlinux.org.