Lines Matching defs:manifest

42 import pkg.manifest as manifest
164 usage(_("The manifest file {0} could not be found.").format(manf),
180 error(_("Could not parse manifest {manifest} because of the "
181 "following line:\n{line}").format(manifest=manf,
248 for manifest in manifest_paths:
249 if not os.path.isfile(manifest):
250 usage(_("The manifest file {0} could not be found.").format(
251 manifest), retcode=EXIT_BADOPT)
381 """Given a line from a manifest, determines whether that line should
382 be repeated in the output file if echo manifest has been set."""
418 emsg(_("Could not open {0} to echo manifest").format(
424 'pkg_deps' is a dictionary that maps a path to a manifest to the
425 dependencies that were resolved for that manifest.
431 manifest will be written out or not."""
447 """Write the dependencies resolved, and possibly the manifest, to the
454 'echo_manifest' determines whether to repeat the original manifest in
457 'manifest_path' the path to the manifest which generated the
476 """Given an output directory, for each manifest given, writes the
479 'pkg_deps' is a dictionary that maps a path to a manifest to the
480 dependencies that were resolved for that manifest.
491 manifest will be written out or not."""
518 """Given an output directory, for each manifest given, writes the
521 'pkg_deps' is a dictionary that maps a path to a manifest to the
522 dependencies that were resolved for that manifest.
533 manifest will be written out or not."""
601 error("The manifest file {0} could not be found.".format(e.path))