pyre.platforms.Bare

Module Contents

class pyre.platforms.Bare.Bare

Bases: pyre.component

Support for un*x systems that don’t have package management facilities

name = bare
prefix(self)

The package manager install location

installed(self)

Retrieve available information for all installed packages

packages(self, category)

Provide a sequence of package names that provide compatible installations for the given package {category}.

info(self, package)

Return information about the given {package}

contents(self, package)

Generate a sequence of the contents of the {package}

configure(self, installation)

Dispatch to the {packageInstance} configuration procedure that is specific to a host without a specific package manager