Lines Matching full:wheels
23 # Builds a directory containing a collection of Python wheels.
31 # packages: A list of pw_python_package targets whose wheels should be
32 # included; their dependencies will be pulled in as wheels also.
33 # directory: output directory for the wheels; defaults to
67 # Build a list of relative paths containing all the wheels we depend on.
94 # Builds a .zip containing Python wheels and setup scripts.
96 # The resulting .zip archive will contain a directory with Python wheels for
97 # all pw_python_package targets listed in 'packages', plus wheels for any
101 # In addition to Python wheels, the resulting .zip will also contain simple
103 # Python venv and installing all the included wheels into it, and a README.md
107 # packages: A list of pw_python_package targets whose wheels should be
108 # included; their dependencies will be pulled in as wheels also.
130 pw_python_wheels("$target_name.wheels") {
146 dirs = _dirs + [ "$target_out_dir/$target_name.wheels/ > /$target_name/python_wheels/" ]
151 public_deps = _public_deps + [ ":${_outer_name}.wheels" ]
179 # directory. Their dependencies will be pulled in as wheels also.
574 # The --require-hashes option can only install wheels via