pkgcore.vdb.ondisk module

class pkgcore.vdb.ondisk.ConfiguredTree(vdb, domain, domain_settings)[source]

Bases: tree, tree

Configured repository for packages installed on the filesystem.

configured = True
frozen_settable = False
class pkgcore.vdb.ondisk.tree(location, cache_location=None, repo_id='vdb', disable_cache=False)[source]

Bases: tree

Repository for packages installed on the filesystem.

configurables = ('domain', 'settings')
configure(*args)[source]

Return a configured form of the repository.

configured = False
livefs = True
notify_remove_package(pkg)[source]

internal function

notify the repository that a pkg it provides is being removed

operations_kls

alias of operations

class package_factory(parent_repo)

Bases: factory

child_class

alias of package

new_package(*args)

generate a new package instance

priority = 5
pkgcore_config_type = <pkgcore.config.hint.ConfigHint object>