Age | Commit message (Collapse) | Author |
|
See related issue https://github.com/vlaci/lzallright/issues/77
|
|
|
|
Conflicts with 'rust' (the latter is enough)
|
|
Having rust/rustup is enough.
|
|
|
|
Package has following changes:
- The upstream source is also moved from pypi to github. Because there
is a bug in `sdist` of this package on pypi that prevents to build this
package at all.
- We have to include `maturin` as `makedepends` even if `python -m build`
installs `build-system` (`maturin`) by itself. That's because it
installs only python module, but we need rust. So, installing it via
pacman do this.
|
|
|
|
|