- Some clean up.
- Fix dependencies.
- Provide versioned script (pyqt-bundle), and a non-suffixed link
for the default Python version.
This fixes the following problems with the previous recipe version:
- Trying to do `> python3.9 -c "import pyqtbuild; help(pyqybuild)`
was failing with:
> ModuleNotFoundError: No module named 'sipbuild'
- `> pyqt-bundle --help` (after installing `pyqt_builder-1.7.0-2-any.hpkg`)
was failing with:
> importlib.metadata.PackageNotFoundError: No package metadata was found for PyQt-builder
Note: I haven't performed further testing than that.