| Home | Trees | Index | Help |
|
|---|
| Module paludis :: Class PackageID |
|
object--+ |instance--+ | PackageID
| Method Summary | |
|---|---|
Raises an exception This class cannot be instantiated from Python | |
__eq__(...)
| |
__ne__(...)
| |
__reduce__(...)
| |
__str__(...)
| |
The binary_origin_key, if not None, contains a string describing the binary repository whence a package originated. | |
The build_dependencies_key, if not None, indicates a package's build-time dependencies. | |
| string |
canonical_form(PackageIDCanonicalForm) -> string |
The contained_in_key, if not None, indicates that a package is contained in another package. | |
The contains_key, if not None, indicates that a package contains other packages. | |
The contents_key, if not None, contains the contents of a package. | |
The fetches_key, if not None, indicates files that have to be fetched in order to install a package. | |
| MetadataKey |
NEED_DOC |
The fs_location_key, if not None, indicates the filesystem location (for example, the ebuild file or VDB directory) that best describes the location of a PackageID. | |
The homepage_key, if not None, describes a package's homepages. | |
The installed_time_key, if not None, contains the time a package was installed. | |
The iuse_key, if not None, is used when displaying single-line install-pretend output, and when resolving where DepList's DepListReinstallOption is dl_reinstall_if_use_changed. | |
The keywords_key, if not None, is used by FindUnusedPackagesTask to determine whether a package is unused. | |
The long_description_key, if not None, provides a long description of a package. | |
NEED_DOC | |
The post_dependencies_key, if not None, indicates a package's post-merge dependencies. | |
The provide_key, if not None, indicates that a package provides certain old-style virtuals. | |
The run_dependencies_key, if not None, indicates a package's run-time dependencies. | |
The short_description_key, if not None, provides a short (no more than a few hundred characters) description of a package. | |
The source_origin_key, if not None, contains a string describing the source repository whence a package originated. | |
The suggested_dependencies_key, if not None, indicates a package's suggested post-merge dependencies. | |
| bool |
NEED_DOC |
The virtual_for_key, if not None, indicates that we are an (old-style) virtual for another package. | |
| Inherited from instance | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
| Property Summary | |
|---|---|
masked: [ro] bool NEED_DOC | |
masks: [ro] Iterable of Mask NEED_DOC | |
metadata: [ro] Iterable of MetadataKey NEED_DOC | |
name: [ro] QualifiedPackageName | |
repository: [ro] Repository | |
slot: [ro] SlotName | |
version: [ro] VersionSpec | |
| Method Details |
|---|
binary_origin_key(...)The binary_origin_key, if not None, contains a string describing the binary repository whence a package originated. |
build_dependencies_key(...)The build_dependencies_key, if not None, indicates a package's build-time dependencies. |
canonical_form(PackageIDCanonicalForm)canonical_form(PackageIDCanonicalForm) -> string
|
contained_in_key(...)The contained_in_key, if not None, indicates that a package is contained in another package. This affects dependency resolution. |
contains_key(...)The contains_key, if not None, indicates that a package contains other packages. This affects dependency resolution. |
contents_key(...)The contents_key, if not None, contains the contents of a package. For installed packages, this means the files installed; for installable packages, this means the files that will be installed (if known, which it may be for some binary packages). |
fetches_key(...)The fetches_key, if not None, indicates files that have to be fetched in order to install a package. |
find_metadata(string)NEED_DOC
|
fs_location_key(...)The fs_location_key, if not None, indicates the filesystem location (for example, the ebuild file or VDB directory) that best describes the location of a PackageID. |
homepage_key(...)The homepage_key, if not None, describes a package's homepages. |
installed_time_key(...)The installed_time_key, if not None, contains the time a package was installed. It affects dependency resolution if DepList is using dl_reinstall_scm_daily or dl_reinstall_scm_weekly. |
iuse_key(...)The iuse_key, if not None, is used when displaying single-line install-pretend output, and when resolving where DepList's DepListReinstallOption is dl_reinstall_if_use_changed. |
keywords_key(...)The keywords_key, if not None, is used by FindUnusedPackagesTask to determine whether a package is unused. |
long_description_key(...)The long_description_key, if not None, provides a long description of a package. |
perform_action(Action)NEED_DOC |
post_dependencies_key(...)The post_dependencies_key, if not None, indicates a package's post-merge dependencies. |
provide_key(...)The provide_key, if not None, indicates that a package provides certain old-style virtuals. This affects dependency resolution. |
run_dependencies_key(...)The run_dependencies_key, if not None, indicates a package's run-time dependencies. |
short_description_key(...)The short_description_key, if not None, provides a short (no more than a few hundred characters) description of a package. |
source_origin_key(...)The source_origin_key, if not None, contains a string describing the source repository whence a package originated. |
suggested_dependencies_key(...)The suggested_dependencies_key, if not None, indicates a package's suggested post-merge dependencies. |
supports_action(SupportsActionTestBase)NEED_DOC
|
virtual_for_key(...)The virtual_for_key, if not None, indicates that we are an (old-style) virtual for another package. This affects dependency resolution. |
| Property Details |
|---|
masked[ro] bool NEED_DOC
|
masks[ro] Iterable of Mask NEED_DOC
|
metadata[ro] Iterable of MetadataKey NEED_DOC
|
name[ro] QualifiedPackageName
|
repository[ro] Repository
|
slot[ro] SlotName
|
version[ro] VersionSpec
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 4 19:40:19 2008 | http://epydoc.sf.net |