George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-llvmlite
Commits:
e6ccacc4 by George Rawlinson at 2026-07-02T02:10:14+00:00
upgpkg: 0.48.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-llvmlite
pkgdesc = A lightweight LLVM Python binding for writing JIT compilers
- pkgver = 0.47.0
+ pkgver = 0.48.0
pkgrel = 1
url = https://github.com/numba/llvmlite
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = python-llvmlite
checkdepends = python-pytest
makedepends = cmake
makedepends = git
- makedepends = llvm20
+ makedepends = llvm
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
@@ -16,9 +16,9 @@ pkgbase = python-llvmlite
depends = glibc
depends = libgcc
depends = libstdc++
- depends = llvm20-libs
+ depends = llvm-libs
depends = python
- source = git+https://github.com/numba/llvmlite.git#tag=v0.47.0
- b2sums =
7d39be636d74e6c249d4983bf7be888fcf79bb046aae3305dc4bacf646735ab69783d79bc397b22067c0a78dacc48d4c3c7f80796ebbf2d3c8cdb273e43e58b9
+ source = git+https://github.com/numba/llvmlite.git#tag=v0.48.0
+ b2sums =
9ef3a3ae9781d97109eefcf87a58739383adaefc157b8fa44672da583e4c747ea5d86312ec7cb119562dbc344bd6a145a0b18b26dd29a83b2e3b7bead44e3ea8
pkgname = python-llvmlite
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=llvmlite
pkgname=python-$_name
-pkgver=0.47.0
+pkgver=0.48.0
pkgrel=1
pkgdesc="A lightweight LLVM Python binding for writing JIT compilers"
arch=(x86_64)
@@ -13,13 +13,13 @@ depends=(
glibc
libgcc
libstdc++
- llvm20-libs
+ llvm-libs
python
)
makedepends=(
cmake
git
- llvm20
+ llvm
python-build
python-installer
python-setuptools-scm
@@ -29,11 +29,10 @@ checkdepends=(
python-pytest
)
source=(git+https://github.com/numba/llvmlite.git#tag=v$pkgver)
-b2sums=('7d39be636d74e6c249d4983bf7be888fcf79bb046aae3305dc4bacf646735ab69783d79bc397b22067c0a78dacc48d4c3c7f80796ebbf2d3c8cdb273e43e58b9')
+b2sums=('9ef3a3ae9781d97109eefcf87a58739383adaefc157b8fa44672da583e4c747ea5d86312ec7cb119562dbc344bd6a145a0b18b26dd29a83b2e3b7bead44e3ea8')
build() {
cd $_name
- export PATH="/usr/lib/llvm20/bin:$PATH"
LLVMLITE_SHARED=ON python -m build --wheel --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/e6ccacc4101ff9b9256b78ebb4315594fe8494fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/e6ccacc4101ff9b9256b78ebb4315594fe8494fb
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help