Tim Harder
Tim Harder
I haven't looked deeply into the code yet, but it seems like it's only created when doing `cargo cinstall` and not `cargo cbuild`. Allowing for creation under `cargo cbuild` would...
Currently generating an atom restriction for something like "cat/pkg[useflag]" returns a use restriction keyed off the ``use`` attribute which doesn't match any non-installed packages. To be useful as a restriction...
Currently when merging a package that tries to replace an existing dir with a file or vice versa something similar to the following traceback is thrown: ``` Traceback (most recent...
Using mocks, fixtures, and/or pyfakefs-backed objs where required. This should be able to exercise a lot more of pkgcore with the additional benefit of chopping away all the custom faked...
We'll support remote binpkgs via repos.conf instead of using PORTAGE_BINHOST and related settings.
For example, portage doesn't support sqfs-v1 and binpkg-v1 repo-types so obviously it complains if run side by side using the same repos.conf files for portage and pkgcore. This would probably...
Obviously this slows post merge vdb updates for large binpkgs quite a lot. We should be able to use the extracted contents of the binpkg and not use the proxied...
Basically all repos should have priorities/weights assigned to them and be iterated through in that order. This should mostly possible in the current scheme, the relevant code just needs to...
This should work similar to pmerge/etc which support a '-' target that causes stdin to be read for targets. However, with pquery the targets probably shouldn't be combined into one...
I think it would be handy if the plugin system was moved into snakeoil and made more generic. In addition, it seems like pplugincache functionality (regenerating plugin caches) could be...