python-setuptools-rust: update to 1.12.0 (#5612)

This commit is contained in:
Dirk Stolle 2025-09-06 17:51:11 +02:00 committed by GitHub
parent d068fb6d8c
commit 64d81de060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
pkgname=python-setuptools-rust
pkgver=1.11.1
pkgver=1.12.0
pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C."
arch=('any')
@ -18,7 +18,7 @@ depends=(
)
makedepends=('python-build' 'python-installer' 'python-setuptools-scm')
source=(""https://github.com/PyO3/setuptools-rust/archive/refs/tags/v$pkgver.tar.gz"")
sha256sums=('7891482400f8511739f727f4045dcd72b41bf689e4e5b90c97ff98daee5dbe85')
sha256sums=('e6a8f4c4e3c5f0f87b192425572579b7842ea840b1bdda940e751f9d198a3f58')
build() {
cd "setuptools-rust-$pkgver"