Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
3b603b 1 #
b47b4c 2 # This file and its contents are supplied under the terms of the
MT 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
3b603b 6 #
b47b4c 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
3b603b 10 #
S 11
12 #
b47b4c 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project PyQt5
3b603b 15 #
S 16
b47b4c 17 BUILD_STYLE = pyproject
MT 18 PYTHON3_SOABI = abi3
19
3b603b 20 include ../../../make-rules/shared-macros.mk
S 21
b47b4c 22 COMPONENT_NAME =        PyQt5
MT 23 HUMAN_VERSION =            5.15.10
24 COMPONENT_SUMMARY =        PyQt5 - Python bindings for the Qt cross platform application toolkit
25 COMPONENT_PROJECT_URL =        https://www.riverbankcomputing.com/software/pyqt/
26 COMPONENT_ARCHIVE_URL =        \
27     https://files.pythonhosted.org/packages/4d/5d/b8b6e26956ec113ad3f566e02abd12ac3a56b103fcc7e0735e27ee4a1df3/PyQt5-5.15.10.tar.gz
28 COMPONENT_ARCHIVE_HASH =    \
29     sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a
30 COMPONENT_LICENSE =        GPL-3.0-only
31 COMPONENT_LICENSE_FILE =    LICENSE
3b603b 32
b47b4c 33 TEST_STYLE = none
3b603b 34
S 35 include $(WS_MAKE_RULES)/common.mk
56c661 36
b47b4c 37 # We need to accept license
MT 38 COMPONENT_BUILD_ARGS += --config-setting=--confirm-license
39 # Use parallel build
40 COMPONENT_BUILD_ARGS += --config-setting=--jobs=$(PARALLEL_JOBS)
3b603b 41
S 42 # Auto-generated dependencies
b47b4c 43 PYTHON_REQUIRED_PACKAGES += library/python/pyqt-builder
MT 44 PYTHON_REQUIRED_PACKAGES += library/python/pyqt5-sip
45 PYTHON_REQUIRED_PACKAGES += library/python/sip
46 PYTHON_REQUIRED_PACKAGES += runtime/python
3b603b 47 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
S 48 REQUIRED_PACKAGES += library/qt5
49 REQUIRED_PACKAGES += system/library
50 REQUIRED_PACKAGES += system/library/libdbus