Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-llvmlite
Commits:
8b90a62d by Antonio Rojas at 2025-12-27T15:36:48+01:00
upgpkg: 0.46.0-2: Push to extra for numpy 2.4 compatibility
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-llvmlite
pkgdesc = A Lightweight LLVM Python Binding for Writing JIT Compilers
pkgver = 0.46.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/numba/llvmlite
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ _name=llvmlite
pkgbase="python-${_name}"
pkgname=("${pkgbase}")
pkgver=0.46.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
arch=('x86_64')
depends=('gcc-libs' 'glibc' 'llvm20-libs' 'python')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/8b90a62d656501238dec2f8e65de7d14f65c5517
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/8b90a62d656501238dec2f8e65de7d14f65c5517
You're receiving this email because of your account on gitlab.archlinux.org.