Commit Graph

11 Commits

Author SHA1 Message Date
Jérôme Duval
822feb6c1a pyqt_builder: bump version 2025-09-23 19:14:51 +02:00
Jérôme Duval
f259f8d695 pyqt_builder: bump version 2025-01-18 16:42:09 +01:00
Jérôme Duval
f5c381a8c9 pyqt_builder: bump version 2024-12-10 17:46:21 +01:00
OscarL
da956474ad pyqt_builder: drop the python39 package. (#11329)
A required package (sip) already dropped 3.9 support in its last recipe update (6.8.6).

Also, all users of `pyqt_builder` already require only the `_python310` version.

----

Build tested on beta5 32 bits.
2024-11-13 17:45:22 +01:00
Jerome Duval
f2a59916e1 pyqt_builder: bump version 2024-07-15 18:55:43 +02:00
Jerome Duval
b88f295eaf pyqt_builder: bump version 2023-11-28 18:51:10 +01:00
OscarL
e11a89ad2e pyqt_builder: update to version 1.15.2, support Python 3.10. (#9483) 2023-09-21 09:22:38 +00:00
OscarL
b8d44be4ad pyqt_builder: drop support for Python 3.8. (#8686)
We don't have a sip_python38 anymore, and all users of this recipe
are using the 3.9 version already.
2023-05-19 14:28:59 +02:00
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