Marcel Telka
2023-05-24 a9f6d8d9c249553f20b35ae1413b95d1e61cac83
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
ce6477 18 USE_COMMON_TEST_MASTER = no
52c7cb 19
cf2af0 20 include ../../../make-rules/shared-macros.mk
AW 21
52c7cb 22 COMPONENT_NAME =        typing_extensions
a9f6d8 23 HUMAN_VERSION =            4.6.1
52c7cb 24 COMPONENT_SUMMARY =        typing_extensions - Backported and Experimental Type Hints for Python 3.7+
MT 25 COMPONENT_ARCHIVE_URL =        \
a9f6d8 26     https://files.pythonhosted.org/packages/aa/67/f4e6ae6998b0c86ab10f8e96339f00afaf30bef11f63a81c63977c2b89d7/typing_extensions-4.6.1.tar.gz
52c7cb 27 COMPONENT_ARCHIVE_HASH =    \
a9f6d8 28     sha256:558bc0c4145f01e6405f4a5fdbd82050bd221b119f4bf72a961a1cfd471349d6
52c7cb 29 COMPONENT_LICENSE =        PSF-2.0
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
ce6477 31
52c7cb 32 # This component is required by following bootstrapped components so it must be
MT 33 # bootstrapped too.
ce6477 34 # - importlib_metadata
88ae5e 35 # - platformdirs (test bootstrap)
52c7cb 36 # - setuptools_scm
88ae5e 37 # - tox (test bootstrap)
52c7cb 38 PYTHON_BOOTSTRAP = yes
cf2af0 39
AW 40 include $(WS_MAKE_RULES)/common.mk
52c7cb 41
cf2af0 42 # Auto-generated dependencies
52c7cb 43 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
ce6477 44 PYTHON_REQUIRED_PACKAGES += runtime/python