mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
PyQt5: - devel/py-qt5-pyqt: Update to 5.15.11 - graphics/py-qt5-3d: Add port - net/py-qt5-networkauth: Update to 5.15.6 - www/py-qt5-webengine: Update to 5.15.7 - x11-toolkits/py-qt5-chart: Update to 5.15.7 - x11-toolkits/py-qt5-datavis3d: Add port PyQt6: - devel/py-qt6-pyqt: Update to 6.7.1 Build tools: - devel/sip: Update to 6.8.6 - devel/py-qt5-sip: Update to 12.15.0 - devel/py-qt6-sip: Update to 13.8.0 - devel/py-qtbuilder: Update to 1.16.4 The build tools are now all licensed BSD2CLAUSE and have been converted to PEP517.
16 lines
455 B
TOML
16 lines
455 B
TOML
Reduce setuptools requirement until [1] is resolved. Seems to work fine
|
|
with 63.x.
|
|
|
|
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
|
|
|
--- pyproject.toml.orig 2024-06-22 11:21:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
# The project configuration for sip.
|
|
|
|
[build-system]
|
|
-requires = ["setuptools>=64", "setuptools_scm>=8"]
|
|
+requires = ["setuptools>=63", "setuptools_scm>=8"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm]
|