[roll] Roll third_party/pigweed pw_build: Python script for the build_wheel target This adds generate_python_wheel.py to replace the direct call to python -m build within GN. The behavior remains the same with two additions: - Stale wheel files from old builds are deleted first - After the wheel is created a 'requirements.txt' is written with the package name==version and the sha256 line. This will be used in a followup CL to install Python wheel artifacts with: `pip install --require-hashes` Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/153710 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: bd9a7eb032a379aa85174c2f8a1672ca06faf262 GitOrigin-RevId: bd9667c3929ef91fe774337000ac0f21c4084d4c Change-Id: I71ee3fd363f0923ada0f3cc27999ad3efa11ad7e
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.