Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-openai-whisper
Commits: b7ddbff6 by Antonio Rojas at 2024-12-11T10:35:06+01:00 upgpkg: 20240930-2: Python 3.13 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-openai-whisper pkgdesc = Robust speech recognition via large-scale weak supervision pkgver = 20240930 - pkgrel = 1 + pkgrel = 2 url = https://github.com/openai/whisper arch = any license = MIT ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pyname=whisper pkgname=python-openai-$_pyname pkgver=20240930 -pkgrel=1 +pkgrel=2 pkgdesc='Robust speech recognition via large-scale weak supervision' arch=(any) url='https://github.com/openai/whisper' @@ -25,6 +25,11 @@ checkdepends=(python-pytest) source=(git+https://github.com/openai/whisper#tag=v$pkgver) sha256sums=('32457d48f7f884d06e7a1ff712d6c9c77dad71b77cf101ef713b0cc68c82bf65') +prepare() { + cd $_pyname + git cherry-pick -n 9b8c3cbf2daeea55ffad5310223a96c7372bbed2 # Fix build with Python 3.13 +} + build() { cd $_pyname python -m build --wheel --no-isolation View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/b7ddbff6bf24bc1bfaf74846664793e9d33baded -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/b7ddbff6bf24bc1bfaf74846664793e9d33baded You're receiving this email because of your account on gitlab.archlinux.org.