This class helps to create the necessary files on disk and the needed
settings instances, etc. for the resolver to do its work.
|
|
__init__(self,
ebuilds={},
binpkgs={},
installed={},
profile={},
repo_configs={},
user_config={},
sets={},
world=[],
world_sets=[],
distfiles={},
targetroot=False,
debug=False)
ebuilds: cpv -> metadata mapping simulating available ebuilds. |
source code
|
|
|
|
_get_repo_dir(self,
repo)
Create the repo directory if needed. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _create_profile(self,
ebuilds,
installed,
profile,
repo_configs,
user_config,
sets) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|