xbps
xbps copied to clipboard
The X Binary Package System (XBPS)
Continuation of #421. 1. `-n` does not print the messages at the moment, I don't think breaking the parseable output is a good idea. 2. removed the callbacks for the...
If a package installs a file `foo`, and there is a `noextract` rule that excludes that file, and if the package is updated, the old version of `foo` will not...
I'm not final on the api, don't really like the function names but couldn't come up with anything better. Format strings are inspired by pythons `f""` strings: ``` $ xbps-query...
related to: https://github.com/void-linux/void-infrastructure/pull/142 @the-maldridge expressed interest in the new layout being `...//...`, and I think I agree that this would make the most sense. I think the best way to...
The package `python3-Cython0.29` was created to provide a pre-3.0 version of Cython because half the dependants of `python3-Cython` will not build with 3.0 or later. The packages `python3-Cython0.29` and `python3-Cython`...
some refactoring with the goal of cleaning up some code: * [ ] fixing asserts with side effects * [ ] clean up error paths * [ ] stabilize and...
_as requested by @the-maldridge_ see also: #336, #399 **This works around the security concerns brought up in those issues by ensuring that _only_ the requested keys are ever imported automatically,...
noticed this when building the infra-nginx container: ``` #0 3.145 ERROR: nginx-1.24.0_1: [unpack] INSTALL script failed to execute pre ACTION: No such file or directory #0 3.145 ERROR: nginx-1.24.0_1: [unpack]...
Currently, xbps-src looks at `depends` and `common/shlibs` to generate `run_depends`. This way, for example, `libinput` `run_depends` on `eudev-libudev` and `shlib-requires` `libudev.so.1`. This makes it impossible for an alternative provider of...
This is something that might have been solved by the Rosetta stone docs page too, but I think we can fix it by having EXAMPLEs in all the man pages,...