Marcel Telka
2023-12-13 677dd03e1af0236c74259e402723d2817727eca4
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
677dd0 23 HUMAN_VERSION =            6.8.1
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_URL =        \
677dd0 27     https://files.pythonhosted.org/packages/b1/42/d47a0f4e1b1213ba7319b046a2e543b5d7f79964852cae262f35ca30a50c/sip-6.8.1.tar.gz
fc1994 28 COMPONENT_ARCHIVE_HASH =    \
677dd0 29     sha256:3002df415e168ac3ffe393942dbc7131cb82ade50000e1526f46a88ade26f598
fc1994 30 COMPONENT_LICENSE =        GPL-3.0-only
MT 31 COMPONENT_LICENSE_FILE =    LICENSE-GPL3
d170d3 32
fc1994 33 TEST_STYLE = setup.py
d170d3 34
S 35 include $(WS_MAKE_RULES)/common.mk
36
37 # Auto-generated dependencies
fc1994 38 PYTHON_REQUIRED_PACKAGES += library/python/packaging
MT 39 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
40 PYTHON_REQUIRED_PACKAGES += library/python/tomli
41 PYTHON_REQUIRED_PACKAGES += library/python/wheel
42 PYTHON_REQUIRED_PACKAGES += runtime/python