pms-utils
Index
Modules
atom
depend
ebuild
profile
expand_package_expr
Filters
Profile
PortageProfile
PortageProfile
repo
Examples
Parsing an Atom expression
Iterating over a DEPEND expression
Iterating over and accessing an ebuild repository
Implementing equery hasuse
pms-utils
profile
PortageProfile
View page source
PortageProfile
This class represents a user profile as implemented by portage. It differs from a PMS profile in directory layout and in allowing wildcard expressions.
See
man portage.5
.
class
pms_utils.profile.
PortageProfile
(
self
,
arg
:
str
|
os.PathLike
,
/
)
Bases:
Profile