Search Criteria
Package Details: pyoxidizer 0.22.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyoxidizer.git (read-only, click to copy) |
---|---|
Package Base: | pyoxidizer |
Description: | A modern Python application packaging and distribution tool |
Upstream URL: | https://github.com/indygreg/PyOxidizer |
Keywords: | build python |
Licenses: | MIT |
Submitter: | amrhassan |
Maintainer: | a-wing (lilac) |
Last Packager: | lilac |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-02 08:52 (UTC) |
Last Updated: | 2022-06-06 05:42 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- python3 (python) (make)
Required by (1)
- chdig-git (make)
Latest Comments
amrhassan commented on 2019-07-07 15:46 (UTC)
Good point. I've switched the makedep to cargo which is what it actually needs to build.
svenstaro commented on 2019-07-07 13:38 (UTC)
This package should not use rustup per default but instead depend on just rust which is always stable. rustup also provides rust so that should also work. It especially should not reconfigure rustup in the user's environment on the fly.