Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-llvmlite


Commits:
f50e0836 by Christian Heusel at 2024-12-08T12:37:28+01:00
upgpkg: 0.44.0rc1-1: Update for python 3.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,24 +1,24 @@
 pkgbase = python-llvmlite
        pkgdesc = A Lightweight LLVM Python Binding for Writing JIT Compilers
-       pkgver = 0.43.0
-       pkgrel = 2
+       pkgver = 0.44.0rc1
+       pkgrel = 1
        url = https://github.com/numba/llvmlite
        arch = x86_64
        license = BSD
        checkdepends = python-pytest
        makedepends = cmake
        makedepends = git
-       makedepends = llvm14
+       makedepends = llvm15
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools-scm
        makedepends = python-wheel
        depends = gcc-libs
        depends = glibc
-       depends = llvm14-libs
+       depends = llvm15-libs
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/l/llvmlite/llvmlite-0.43.0.tar.gz
-       sha256sums = 
ae2b5b5c3ef67354824fb75517c8db5fbe93bc02cd9671f3c62271626bc041d5
-       b2sums = 
3cba1575e87d021f6d281cad184063bd76dd6a45da1cb55e64e77ffb0571b81d77c21ce919e3673b50469addc870a83a817ec264941b82f4b79983b40d070f44
+       source = 
https://files.pythonhosted.org/packages/source/l/llvmlite/llvmlite-0.44.0rc1.tar.gz
+       sha256sums = 
ff2b3fb2aa21e92c328da53fc8db52c89746ee8b2e550ca5facec5ef51340757
+       b2sums = 
84f6fff1e2161c27c20fff59e5e96f55f4032de1d14d3f330d696f19e4159b18b36feb9b59084a3b7d3a6a6ccbba275e9e3d5343cf4c84fa74ad7c8afe737437
 
 pkgname = python-llvmlite


=====================================
PKGBUILD
=====================================
@@ -3,22 +3,22 @@
 _name=llvmlite
 pkgbase="python-${_name}"
 pkgname=("${pkgbase}")
-pkgver=0.43.0
-pkgrel=2
+pkgver=0.44.0rc1
+pkgrel=1
 pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
 arch=('x86_64')
-depends=('gcc-libs' 'glibc' 'llvm14-libs' 'python')
-makedepends=('cmake' 'git' 'llvm14' 'python-build' 'python-installer' 
'python-setuptools-scm' 'python-wheel')
+depends=('gcc-libs' 'glibc' 'llvm15-libs' 'python')
+makedepends=('cmake' 'git' 'llvm15' 'python-build' 'python-installer' 
'python-setuptools-scm' 'python-wheel')
 checkdepends=('python-pytest')
 url="https://github.com/numba/${_name}";
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('ae2b5b5c3ef67354824fb75517c8db5fbe93bc02cd9671f3c62271626bc041d5')
-b2sums=('3cba1575e87d021f6d281cad184063bd76dd6a45da1cb55e64e77ffb0571b81d77c21ce919e3673b50469addc870a83a817ec264941b82f4b79983b40d070f44')
+sha256sums=('ff2b3fb2aa21e92c328da53fc8db52c89746ee8b2e550ca5facec5ef51340757')
+b2sums=('84f6fff1e2161c27c20fff59e5e96f55f4032de1d14d3f330d696f19e4159b18b36feb9b59084a3b7d3a6a6ccbba275e9e3d5343cf4c84fa74ad7c8afe737437')
 
 build() {
     cd "${_name}-$pkgver"
-    export PATH="/usr/lib/llvm14/bin:$PATH"
+    export PATH="/usr/lib/llvm15/bin:$PATH"
     python -m build --wheel --no-isolation
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/f50e08360c35966053c0101b28bdb986bb52d9e2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/f50e08360c35966053c0101b28bdb986bb52d9e2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to