Lines Matching full:package
17 Ensure that the specified package group is installed.
302 "(Hint: Debian puts ensurepip in its python3-venv package.)"
422 for package in packages:
425 iter(distribution(package).entry_points)
476 Parse package name out of a PEP-508 depspec.
486 " does not appear to contain a valid package name"
515 Offer a summary to the user as to why a package failed to be installed.
517 :param dep_spec: The package we tried to ensure, e.g. 'meson>=0.61.5'
543 f"Python package '{pkg_name}' version '{pkg_version}' was found,"
548 f"Python package '{pkg_name}' was not found nor installed."
573 f"but the Python package '{pkg_name}' was not found by "
599 Use pip to install a package or package(s) as specified in @args.
683 # Always pass installed package to pip, so that they can be
701 # install a suitable (possibly vendored) package.
742 Use pip to ensure we have the package specified by @dep_specs.
744 If the package is already installed, do nothing. If online and
802 help="Ensure that the specified package group is installed.",
819 help=("Path to a TOML file describing package groups"),
825 help="One or more package group names",