python3-setuptools-rust 1.12.0-7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-setuptools-rust'
|
||||
version='1.12.0'
|
||||
release='6'
|
||||
release='7'
|
||||
desc='Setuptools plugin for Rust support'
|
||||
desc_ru='Плагин Setuptools для поддержки Rust'
|
||||
homepage='https://github.com/PyO3/setuptools-rust'
|
||||
@@ -36,12 +36,12 @@ checksums=('d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/setuptools_rust-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/setuptools_rust-${version}"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user