Commit Graph

3 Commits

Author SHA1 Message Date
OscarL
d0a8c96195 pyqt_builder: fix up recipe. (#8231)
- 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.
2023-04-02 15:13:03 +02:00
Jérôme Duval
df145a169a Drop python 3.7 (and 2.7) for recipes under dev-python/
Recipes with only 3.7 are left alone. Help with #8025.
2023-03-23 21:18:44 +01:00
Jerome Duval
74ed32aa7d pyqt_builder: new recipe 2021-01-26 18:06:55 +01:00