Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-numba
Commits: 697a02b7 by Antonio Rojas at 2023-08-07T15:35:56+02:00 upgpkg: 0.57.1-2: Move setuptools to makedepends (FS#79315) - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-numba pkgver=0.57.1 -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) @@ -13,13 +13,13 @@ depends=( python python-llvmlite python-numpy - python-setuptools ) makedepends=( onetbb openmp python-build python-installer + python-setuptools python-wheel ) optdepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/697a02b7cf3dd58896d6021af2da4a36617bd7e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-numba/-/commit/697a02b7cf3dd58896d6021af2da4a36617bd7e9 You're receiving this email because of your account on gitlab.archlinux.org.
