Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
d170d3 1 #
fc1994 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.
d170d3 6 #
fc1994 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.
d170d3 10 #
S 11
12 #
fc1994 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project sip
d170d3 15 #
S 16
fc1994 17 BUILD_STYLE = pyproject
MT 18 PYTHON3_SOABI = abi3
19
d170d3 20 include ../../../make-rules/shared-macros.mk
S 21
fc1994 22 COMPONENT_NAME =        sip
16ddf3 23 HUMAN_VERSION =            6.8.3
fc1994 24 COMPONENT_SUMMARY =        sip - A Python bindings generator for C/C++ libraries
MT 25 COMPONENT_PROJECT_URL =        https://www.riverbankcomputing.com/software/sip/
26 COMPONENT_ARCHIVE_HASH =    \
16ddf3 27     sha256:888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c
MT 28 COMPONENT_LICENSE =        BSD-like AND GPL-2.0-only AND GPL-3.0-only
d170d3 29
fc1994 30 TEST_STYLE = setup.py
d170d3 31
S 32 include $(WS_MAKE_RULES)/common.mk
33
34 # Auto-generated dependencies
fc1994 35 PYTHON_REQUIRED_PACKAGES += library/python/packaging
MT 36 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
37 PYTHON_REQUIRED_PACKAGES += library/python/tomli
38 PYTHON_REQUIRED_PACKAGES += library/python/wheel
39 PYTHON_REQUIRED_PACKAGES += runtime/python