python3-setuptools-rust 1.11.0

This commit is contained in:
Евгений Храмов 2025-03-15 12:31:48 +03:00
parent 4684bf7177
commit 34b4f08dc2
2 changed files with 1 additions and 6 deletions
alr-bin
python3-setuptools-rust

@ -9,11 +9,6 @@ license=('GPL-3.0-or-later')
provides=('alr')
conflicts=('alr' 'alr-bin' 'alr-git')
build_deps=('golang')
build_deps_arch=('go')
build_deps_alpine=('go')
build_deps_opensuse=('go')
sources=("https://gitea.plemya-x.ru/Plemya-x/ALR/releases/download/v${version}/alr-${version}-linux-x86_64.tar.gz")
checksums=('SKIP')

@ -1,5 +1,5 @@
name='python3-setuptools-rust'
version='1.10.1'
version='1.11.0'
release='1'
desc='Compile and distribute Python extensions written in rust as easily as if they were written in C.'
homepage='https://github.com/PyO3/setuptools-rust'