Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
cf2af0 1 #
52c7cb 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.
cf2af0 6 #
52c7cb 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.
cf2af0 10 #
AW 11
12 #
52c7cb 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project typing_extensions
cf2af0 15 #
AW 16
52c7cb 17 BUILD_STYLE = pyproject
MT 18
cf2af0 19 include ../../../make-rules/shared-macros.mk
AW 20
52c7cb 21 COMPONENT_NAME =        typing_extensions
c11c11 22 HUMAN_VERSION =            4.10.0
231d52 23 COMPONENT_SUMMARY =        typing_extensions - Backported and Experimental Type Hints for Python 3.8+
52c7cb 24 COMPONENT_ARCHIVE_HASH =    \
c11c11 25     sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb
52c7cb 26 COMPONENT_LICENSE =        PSF-2.0
MT 27 COMPONENT_LICENSE_FILE =    LICENSE
ce6477 28
52c7cb 29 # This component is required by following bootstrapped components so it must be
MT 30 # bootstrapped too.
77e48c 31 # - setuptools-scm
52c7cb 32 PYTHON_BOOTSTRAP = yes
cf2af0 33
AW 34 include $(WS_MAKE_RULES)/common.mk
52c7cb 35
cf2af0 36 # Auto-generated dependencies
52c7cb 37 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
ce6477 38 PYTHON_REQUIRED_PACKAGES += runtime/python