maturin 1.10.2-3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='maturin'
|
name='maturin'
|
||||||
version='1.10.2'
|
version='1.10.2'
|
||||||
release='2'
|
release='3'
|
||||||
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
|
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
|
||||||
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
|
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
|
||||||
homepage='https://github.com/PyO3/maturin'
|
homepage='https://github.com/PyO3/maturin'
|
||||||
@@ -132,13 +132,13 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||||
install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||||
install-license license-mit ./maturin/LICENSE
|
install-license license-mit ./maturin/LICENSE
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "$pkgdir"
|
cd "$pkgdir"
|
||||||
_pick python-name usr/lib
|
_pick python-name usr/lib usr/lib64
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
Reference in New Issue
Block a user