python3-setuptools-rust 1.11.1-1
This commit is contained in:
parent
d3deac3bcd
commit
712fdbcea7
@ -1,5 +1,5 @@
|
|||||||
name='python3-setuptools-rust'
|
name='python3-setuptools-rust'
|
||||||
version='1.11.0'
|
version='1.11.1'
|
||||||
release='1'
|
release='1'
|
||||||
desc='Compile and distribute Python extensions written in rust as easily as if they were written in C.'
|
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'
|
homepage='https://github.com/PyO3/setuptools-rust'
|
||||||
@ -57,3 +57,9 @@ package() {
|
|||||||
python -m installer -d "$pkgdir" dist/*.whl
|
python -m installer -d "$pkgdir" dist/*.whl
|
||||||
install-license LICENSE ./python-setuptools-rust/LICENSE
|
install-license LICENSE ./python-setuptools-rust/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
files() {
|
||||||
|
echo ./usr/share/licenses/python-setuptools-rust/LICENSE
|
||||||
|
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/setuptools_rust/**/*
|
||||||
|
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/setuptools_rust-${version}.dist-info/*
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user