Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-numba
Commits: 8c44e782 by Antonio Rojas at 2024-12-11T10:20:15+01:00 upgpkg: 0.61.0rc1-2: Drop numpy vesion constraint - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-numba pkgdesc = JIT compiler that translates a subset of Python and NumPy code into fast machine code pkgver = 0.61.0rc1 - pkgrel = 1 + pkgrel = 2 url = https://numba.pydata.org/ arch = x86_64 license = BSD ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-numba pkgver=0.61.0rc1 -pkgrel=1 +pkgrel=2 pkgdesc="JIT compiler that translates a subset of Python and NumPy code into fast machine code" url="https://numba.pydata.org/" arch=(x86_64) @@ -53,6 +53,11 @@ checkdepends=( source=(git+https://github.com/numba/numba#tag=$pkgver) sha256sums=('d64f11b5a6621f7da63e315b043e95143e26fce55a7e10a8a73bbdd14efbcaa2') +prepare() { + cd numba + git revert -n 5e917b96ae7033e994f185cb37329a07e56d51b6 # Drop numpy version constraint +} + build() { cd numba python -m build --wheel --no-isolation View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/8c44e782675c7aa4aee524ca4106c51bc35c9d2a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/8c44e782675c7aa4aee524ca4106c51bc35c9d2a You're receiving this email because of your account on gitlab.archlinux.org.